home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 May: Tool Chest / Dev.CD May 00 TC.toast / mac / About this CD / May 00 Developer CD Assistant (.txt) < prev    next >
Encoding:
FileMaker Pro Database  |  2000-04-03  |  3.2 MB  |  89,571 lines  |  [FMP3/FMP3]

Text Truncated. Only the first 1MB is shown below. Download the file for the complete contents.
  1. May 00 Developer CD Assistant
  2. FMP3FMP3
  3.  Copyright 1984-1998 FileMaker, Inc. 
  4. HBAM2016AUG95
  5. Pro 3.0
  6. xcmds
  7. xfcns
  8. perform
  9. block@
  10. cancelwindowcheckout@
  11. card@
  12. describes@
  13. fixing@
  14. images@
  15. improving
  16. national@
  17. overview@
  18. pool@
  19. quit@
  20. simpler@
  21. summary@
  22. summary
  23. maccalendar
  24. control
  25. strip
  26. module
  27. displays
  28. summary
  29. xcmds
  30. xfcns
  31. perform
  32. summary
  33. allows
  34. developer
  35. monitor
  36. therefore@
  37. versions@
  38. within@
  39. debug@
  40. network@
  41. stack@
  42. disposeresource
  43. debugging
  44. resource
  45. handles@
  46. multi-processing@
  47. appleevent@
  48. HBAM3016AUG95@
  49. APPLESCRIPT_BROWSER
  50. APPLESCRIPT_OPEN
  51. CDDATE
  52. CDNAME
  53. CDTITLE
  54. CONSTANT
  55. CONTENTS
  56. CURCNT
  57. CURREC
  58. CUSTOMSEARCH
  59. DESCRIPTION
  60.         FINDFIELD
  61. KEYWORDS
  62. KEYWORDSCALC
  63. NEWREVISEDCALC
  64. PATHNAME
  65. PATHNAMECALC
  66. PORTALCOLOR
  67. PORTALFILTERCALC
  68. PORTALSELECTIONCALC
  69. RECEIVED
  70. RECORDID
  71. REQUIREMENTS
  72. SEARCHSELECTED
  73. SHOWPATHNAME
  74. SHOWTEXT
  75. STATUS
  76. UPDATED
  77. WEB_FTP_URL
  78. _COLOR
  79. _CONTENT
  80. _CUSTOMFIND
  81. 2)    _HELPTEXT
  82.     _KEYWORDS
  83. _NAME
  84. _PORTALCLICK
  85. _PORTALFILTER
  86. _PORTALFILTERFIND
  87. _PORTALSELECTION
  88. _PORTALSELECTIONMATCH
  89.     _RECEIVED
  90. _REQUIREMENTS
  91. _SEARCH
  92. _SEARCHFIELD
  93. _SEARCHPACKAGE
  94. _SHOWPATHFLAG
  95. _UPDATED
  96. Sunday
  97. Monday
  98. Tuesday
  99.     Wednesday
  100. Thursday
  101. Friday
  102. Saturday
  103. January
  104. February
  105. March
  106. April
  107. August
  108.     September
  109. October
  110. November
  111. December
  112. 1st Quarter
  113. 2nd Quarter
  114. 3rd Quarter
  115. 4th Quarter
  116. ?P9W#P
  117. 4/3/0009
  118. Closing Screen
  119. Intro
  120. Browser
  121. Package Info
  122. @>A    Developer
  123. Find Fewer Choices
  124. Find More Choices
  125. RecordID
  126. Custom Find
  127. Browser Custom Search
  128. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  129. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com.
  130.  "") & "
  131. ! & "
  132.  "new") 
  133.  "updated") 
  134.  "New & Revised" 
  135.  "" )
  136. All Packages
  137. Mac OS SDK Edition
  138. Tool Chest Edition
  139. Reference Library Edition
  140. System Software Edition
  141. updatedG
  142. New & Revised
  143. PortalSelectionCalc
  144. ^("") )
  145. NameB
  146. CurCntB
  147. CurRecB
  148. DescriptionB
  149. ContentsB
  150. ReceivedB
  151. UpdatedB
  152. RequirementsB
  153. KeywordsB
  154. PathNameB
  155. PathNamecalcB
  156. ) - 1 )
  157. " & " - ")
  158. _SearchB
  159. SearchSelectedB
  160. _PortalClickB
  161. _ShowPathFlagB
  162. ShowTextB
  163.  = 1 
  164.  "Hide Path" 
  165.  "Show Path" )
  166.     Hide Path
  167.     Show Path2
  168. RecordIDB
  169. 62601
  170. _ColorB
  171. ConstantB
  172. A    FindFieldB
  173.  & " " & 
  174.      & " " & 
  175.  & " " & 
  176.  & " " & 
  177.  & " " & 
  178.  & " " & 
  179.  & " " & 
  180. PortalColorB
  181.  "" )
  182. _PortalSelectionMatchB
  183. ShowPathNameB
  184.  = 1 
  185.  "" )
  186. CDDateB
  187. CDNameB
  188.  3) + 1 
  189.  1) - 
  190.  " " 
  191.  3 ) - 1 )
  192. _SearchFieldB
  193. _SearchPackageB
  194. CustomSearchB
  195.  "Custom Search"
  196.  "" )
  197. Custom Search
  198.  "new")
  199.  "New"  
  200.  "updated") 
  201.  "Revised" 
  202.  "" )
  203. updatedG
  204. Revised
  205. AppleScript_OpenB
  206. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  207.  "" & "
  208. "try" & "
  209. "    tell application ""Finder""" & "
  210. "        open item """ & 
  211.  & """
  212. "        activate" & "
  213. "    end tell" & "
  214. "on error errMsg number errNum" & "
  215. "    --enter statements to perform when no records are found such as..." & "
  216. "    display dialog ""Sorry, the item you selected could not be found.""" & "
  217. "    return" & "
  218. "end try"
  219. A--set theItem to choose file -- uncomment to test in an AS editor
  220.     tell application "Finder"
  221.         open item "
  222.         activate
  223.     end tell
  224. on error errMsg number errNum
  225. F    --enter statements to perform when no records are found such as...
  226. E    display dialog "Sorry, the item you selected could not be found."
  227.     return
  228. end try
  229. AppleScript_BrowserB
  230. StatusB
  231. KeywordsCalcB
  232.  ", " 
  233. _NameB
  234. _PortalFilterFindB
  235. _DescriptionB
  236. _RequirementsB
  237. +A    _KeywordsB
  238. ,A    _ReceivedB
  239. _UpdatedB
  240. _ContentB
  241. Web_FTP_URLB
  242. _WebB
  243. CDTitleB
  244.  1) - 1 )
  245. l Packages
  246. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  247.  "" & "
  248.  "try" & "
  249. "    tell application ""Finder""" & "
  250. "        open item """ & 
  251.  & """
  252. "        activate" & "
  253. "    end tell" & "
  254. "on error errMsg number errNum" & "
  255. "    --enter statements to perform when no records are found such as..." & "
  256. "    display dialog ""Sorry, the folder you selected could not be found.""" & "
  257. "    return" & "
  258. "end try"
  259. A--set theItem to choose file -- uncomment to test in an AS editor
  260.     tell application "Finder"
  261.         open item "
  262.         activate
  263.     end tell
  264. on error errMsg number errNum
  265. F    --enter statements to perform when no records are found such as...
  266. G    display dialog "Sorry, the folder you selected could not be found."
  267.     return
  268. end try
  269. elds then click Find or hit Enter.
  270. NOTE: You may also restrict your search to a particular disk edition or group of content by using the Disk/Edition pulldown menu.
  271.     Click the Find button. The packages found by your search will appear in the packages list on the Browser screen.
  272.     To search any field for a keyword, click the Fewer Choices button, enter search criteria, then click Find or hit Enter. The packages found by your search will appear in the 
  273. ackages list on the Browser screen.
  274. 0_    Any Field`
  275. All Packages
  276. HelpB
  277.  2000 Apple Computer, Inc.  All rights reserved. Apple, the Apple logo, Macintosh, Mac, and the Mac logo are trademarks of Apple Computer, Inc. registered in the U.S. and other countries.
  278. IntroB
  279. Homem
  280. Quitn
  281. Browsero
  282. Find...p
  283. Homem
  284. Quitn
  285. Browsero
  286. Find...
  287. BrowserB
  288. Welcome to the Developer CD Series Assistant, a simple to use tool for searching and 
  289. navigating content on the Developer CD Series from Apple Developer Connection.
  290. You can use this Assistant database to find title, description, contents, revision, and related web information for everything from Sample Code to SDKs.
  291. Click the Browser button to enter the Browser screen, where you can easily view and navigate content on the Developer CD. From there, click the Open Folder button to go direc
  292. tly to the package folder on the CD.
  293. The Find... button allows you to do full-text searches on all content available on the 
  294. Developer CD Series.
  295. More complete usage instructions are accessed by clicking the Help button.
  296. To quit the Developer CD Series Assistant, click Quit.
  297. Helpe
  298. Find...f
  299. Quith
  300. Browser
  301. Package InfoB
  302. Current Selection:{    <<
  303. ABBF>>
  304. F!Double-click title for more info.
  305. Find...
  306. Open Folder
  307. Package Info
  308. Export List
  309. Browser
  310. Open Folder
  311. Package Info
  312. Export List
  313. A    DeveloperB
  314. DescriptionR
  315. Revision InfoS
  316. FilesV
  317. RequirementsW
  318. Keywords[    Released:\
  319. Revised:b
  320. ABAI>> of <<
  321. ABAH>>h
  322. Current Selection: <<
  323. ABAB>>o    <<
  324. ABCC>>
  325. Web/FTP URL
  326. Open Folder
  327. Find...
  328. ABBF>>
  329. Browser
  330. Find Fewer ChoicesB
  331. A    DeveloperC
  332. Package InfoH
  333. HelpI
  334. Find...J
  335. Open Folder
  336. Current Selection:Q
  337. (Double-click to open)T
  338. QuitY    <<
  339. ABBF>>[.Import with auto update for record ID numbers.`
  340. Portal Selectiona
  341. Show Path Flagd
  342. Click Selecth
  343. Color for Portal Row Selectionk
  344. Show Portal Path}    Released:~
  345. Revised:
  346. Open Folder
  347. ABAI>> of <<
  348. ABAH>>
  349. From Package Info
  350. From Browser
  351. From Browser
  352. From Package Info
  353. Browser
  354. A    DeveloperC
  355. Package InfoH
  356. HelpI
  357. Find...J
  358. Open Folder
  359. Current Selection:Q
  360. (Double-click to open)T
  361. QuitY    <<
  362. ABBF>>[.Import with auto update for record ID numbers.`
  363. Portal Selectiona
  364. Show Path Flagd
  365. Click Selecth
  366. Color for Portal Row Selectionk
  367. Show Portal Path}    Released:~
  368. Revised:
  369. Open Folder
  370. ABAI>> of <<
  371. ABAH>>
  372. From Package Info
  373. From Browser
  374. From Browser
  375. From Package Info
  376. Browser
  377. Find...
  378. Open Folder
  379. ABBF>>
  380. Rectangle Buttons
  381. Find...
  382. Status:
  383. Joint Solutions
  384. Marketing
  385. Specialists
  386. in Web, Print 
  387. and Electronic
  388. Media
  389. 831.471.1500
  390. info@jointsolutions.com
  391. www.jointsolutions.com
  392. Database design: Sheila Kliewer
  393. Data Wizard 831 336-2129
  394. sheilasgk@aol.com
  395. www.DataWizardFMP.com
  396. Find More ChoicesB
  397. Find any package containing:
  398. Cancel
  399. containst    any field
  400. Cancel
  401. More Choices
  402. To search for specific text within package title, package descriptions, or filenames:
  403.  To search any field for a keyword, enter your desired search criteria.
  404.  Click the Find button. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  405. To specify parameters such as new and revised packages or a specific CD, cliBSck More Choices then choose the appropriate options from the Search pull down menu.
  406. Find (fewer choices)
  407. RecordIDB
  408. RecordID
  409. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  410. HTML Text Extractor
  411.  and 
  412. PDF Text Extractor
  413. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  414. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  415. Description
  416. Revision Info
  417. Files
  418. Requirements
  419. Keywords
  420. Released
  421. Revised
  422. Disk/Edition
  423. Web/FTP URL
  424. Cancel
  425. Fewer Choices
  426. Find (more choices)
  427. fTo search specific fields, enter your criteria in the appropriate areas and/or select from the pull-down menus then click Find. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  428. gress.
  429. d by your search will appear in the packages listB
  430.  on the Browser screen.
  431. masterB
  432. Unlock Status Bar
  433. Intro
  434. Quit Button
  435. Quit JSM
  436. Browser
  437. Package Info
  438.  = "Custom Search"
  439. Custom Search
  440. Browser Portal
  441. ) = 0    
  442. Show Path
  443. Browser Portal Validation
  444. ) > 0
  445. A    Auto Open
  446. "New & Revised"
  447. New & RevisedB
  448. Go To Record Next
  449. Go To Record First
  450. Go To Record Last
  451. Go To Record Previous
  452. A    Developer
  453. Find Cancel
  454. "All Packages"
  455. All Packages
  456. Find More Choices
  457. Find Fewer Choices
  458. "Any Field"
  459.     Any FieldB.
  460. "All Packages"
  461. All Packages
  462. Find...
  463. "Any Field"
  464.     Any FieldC.
  465. "All Packages"
  466. All PackagesD
  467. Find Execute
  468. A    Find None
  469. )  = 0    
  470.     Try Againgl
  471. cript"
  472.  "1")
  473. CanceloggleDoScript
  474. Toggle
  475. No packages match your request.C+
  476. ) = 1    
  477. "All Packages"
  478. All Packages
  479. A    Find Some
  480. "Custom Search"
  481. Custom Search
  482. A    Find Prep
  483. "Custom Search"
  484. Custom Search
  485. A    Find Prep
  486. Find Request
  487. Find Request
  488. Package Open Folder
  489. Browser Open Folder OLD
  490. ) = "Browser"    
  491. Browser
  492. Z] ow templates in Ne
  493. Canceldialog`
  494. Select a Package to open.D>
  495. ) =  "Package Info"    
  496. Package Info
  497. Import From Master
  498. ) = "Find More Choices"    
  499. Find More Choices
  500.   = "All Packages"
  501. All Packages
  502.  = "Any Field"
  503.     Any Field
  504.  = "Package Title"
  505. Package Title
  506.  = "Any File Name"
  507. Any File Name
  508. Find More Clear
  509. Find More Find
  510. Export List
  511. Cancel
  512. Save the current list to a text file called "Developer CD Search Results"?B+
  513. ) = 2    
  514. AppleScript_Browser
  515. AppleScript_Open
  516. -nulltell application "Developer CD Series Assistant"
  517.     set CDTitle to get data cell "CDTitle" of current record
  518. end tell
  519. tell application "Finder"
  520.     if (disk CDTitle exists) is false then
  521.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  522. end tellFasdUAS 1.101.10
  523. -nulltell application "Developer CD Series Assistant"
  524.     set CDTitle to get data cell "CDTitle" of current record
  525. end tell
  526. tell application "Finder"
  527.     if (disk CDTitle exists) is false then
  528.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  529. end tellFasdUAS 1.101.10
  530. .coregetd****
  531. CDTitle
  532. cdtitle
  533. CDTitle
  534. Developer CD Series Assistant
  535. eAFDCT
  536. Patagrande
  537. Developer CD Series Assistant
  538. 'APPLAFDC
  539. Developer CD S
  540. eries Assistant 
  541. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  542. :Developer CD Series Assistant
  543. Net Ref Zone
  544. tyler.jointsolutions.com
  545. Patagrande
  546. Tyler Stone
  547. .coredoexbool
  548. cdtitle
  549. CDTitle
  550. boovfals
  551. .sysodlogaskr
  552. AThe item you selected could not be found. Please insert the CD - 
  553. cdtitle
  554. CDTitle
  555. Cancel
  556. Continue
  557. Continue
  558.     thechoice
  559.     theChoice
  560. Finder
  561. Patagrande
  562. Finder
  563.     l@FNDRMACS
  564. System Folder
  565. Patagrande:System Folder:Finder
  566. Ref Zone
  567. tyler.jointsolutions.com
  568. Patagrande
  569. Tyler Stone
  570. .aevtoappnull
  571. .aevtoappnull
  572. .coregetd****
  573. cdtitle
  574. CDTitle
  575. .coredoexbool
  576. Button: Web
  577. Browser Portal OLD
  578. Find Prep OLD
  579. .coregetd****
  580. CDTitle
  581. cdtitle
  582. CDTitle
  583. Developer CD Series Assistant
  584. Patagrande
  585. Developer CD Series Assistant
  586. 'APPLAFDC
  587. Developer CD S
  588. eries Assistant 
  589. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  590. :Developer CD Series Assistant
  591. Net Ref Zone
  592. tyler.jointsolutions.com
  593. Patagrande
  594. Tyler Stone
  595. .coredoexbool
  596. cdtitle
  597. CDTitle
  598. boovfals
  599. .sysodlogaskr
  600. AThe item you selected could not be found. Please insert the CD - 
  601. cdtitle
  602. CDTitle
  603. Cancel
  604. Continue
  605. Continue
  606.     thechoice
  607.     theChoice
  608. Finder_
  609. Patagrande
  610. Finder
  611.     l@FNDRMACS
  612. System Folder
  613. Patagrande:System Folder:Finder
  614. Ref Zone
  615. tyler.jointsolutions.com
  616. Patagrande
  617. Tyler Stone
  618. .aevtoappnull
  619. .aevtoappnull
  620. .coregetd****
  621. cdtitle
  622. CDTitle
  623. .coredoexbool
  624. .sysodlogaskr
  625.     thechoice
  626.     theChoice
  627. ) = -128    
  628. cdtitle
  629. CDTitle
  630. boovfals
  631. .sysodlogaskr
  632. Import From Master
  633.     Developer
  634. Unlock Status Bar
  635.     Auto Open
  636. Intro
  637. Package Info
  638. Browser
  639. Quit Button
  640. Quit JSM
  641. Button: Web
  642. Package Open Folder
  643. Browser Open Folder OLD
  644. Browser Portal
  645. Browser Show Path
  646. Browser Portal Validation
  647. Go To Record First
  648. Go To Record Previous
  649. Go To Record Next
  650. Go To Record Last
  651. Find Cancel
  652. Find More Choices
  653. Find Fewer Choices
  654. Find...
  655. Find Execute
  656. :    Find Prep
  657. Find Request
  658. >    Find None
  659. @    Find Some
  660. Find More Clear
  661. Find More Find
  662. Export List
  663. AppleScript_Browser
  664. AppleScript_Open
  665. Browser Portal OLD
  666. Find Prep OLD
  667. _    Any Field`
  668. All Packages
  669. 58886
  670. 58887
  671. 58888
  672. 58889
  673. 58890
  674. 58891
  675. 58892
  676. 58893
  677. 58894
  678. 58895
  679. 58896
  680. 58897
  681. 58898
  682. 58899
  683. 58900
  684. 58901
  685. 58902
  686. 58903
  687. 58904
  688. 58905
  689. 58906
  690. 58907
  691. 58908
  692. 58909
  693. 58910
  694. 58911
  695. 58912
  696. 58913
  697. 58914
  698. 58915
  699. 58916
  700. 58917
  701. 58918
  702. 58919
  703. 58920
  704. 58921
  705. 58922
  706. 58923
  707. 58924
  708. 58925
  709. 58926
  710. 58927
  711. 58928
  712. 58929
  713. 58930
  714. 58931
  715. 58932
  716. 58933
  717. 58934
  718. 58935
  719. 58936
  720. 58937
  721. 58938
  722. 58939
  723. 58940
  724. 58941
  725. 58942
  726. 58943
  727. 58944
  728. 58945
  729. 58946
  730. 58947
  731. 58948
  732. 58949
  733. 58950
  734. 58951
  735. 58952
  736. 58953
  737. 58954
  738. 58955
  739. 58956
  740. 58957
  741. 58958
  742. 58959
  743. 58960
  744. 58961
  745. 58962
  746. 58963
  747. 58964
  748. 58965
  749. 58966
  750. 58967
  751. oqtutwS6
  752. ingVfp;
  753. mtiEi]B
  754. {M{nH
  755. nro`v6Z
  756. nrruq'
  757. nrquj 
  758. nrvxj11*i
  759. ncSitmc-n
  760. peEFQ`h0Gj>Y
  761. xON\mu5MqA`
  762. lpoid
  763. yrrq0b
  764. glnnopn:m
  765. .RPTH
  766. FPTHA.Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  767. FaliA
  768. Current
  769. CD_Catalog.FP3
  770. FMP3FMP3
  771. Joint Solns Apple 10/99
  772. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  773. MSPCA
  774. NAMEA
  775. CD_Catalog.FP3
  776. RPTHA
  777. CD_Catalog.FP3
  778. alisA
  779. Current
  780. CD_Catalog.FP3
  781. FMP3FMP3
  782. Joint Solns Apple 10/99
  783. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  784. .RPTH
  785. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  786. Faliali
  787. ies (LG) files. You can find these in the folder "Apple Glossaries (LG)".
  788. Requires: Any  Mac 68030 or later or any PowerPC, System 7.0 or later.
  789. Issues:  When you use these Glossaries for your localization efforts, you will also want to be sure to have your translations tested for accuracy, as mere word substitution wil
  790. dcb+`
  791. yrrq0b
  792. glnnopn:m
  793. yzyohe
  794. j]imuiaZT`
  795. oro_vu
  796. }xaUk
  797. zqa]UX^j}
  798. ubZWOUcpsw
  799. oqtutwS6
  800. ingVfp;
  801. |ogn*
  802. ~u[ILMgx
  803. |{{\b
  804. }jglvv
  805. vrn^SW[\hbrng~qtpZnnpprmsnrss
  806. xnLOj
  807. {qabfvr
  808. ub^VLTP\eq
  809. gd^gjhr\
  810. hhfp^f\U][nsxwhrnkv|i|
  811. {K\W][aTY[k_
  812. {z{wv{
  813. wmVHJD]ho|
  814. TXQPSY^esk]{
  815. zh^aou
  816. jRLGic]Rs
  817. qN\R\evaVj
  818. sn\XKOQXcmr{
  819. vkifcceglrz
  820. vetZep
  821. bvYdc
  822. ^vNmige^Nj
  823. zg^[RR[`o
  824. nxlgZWSPRU`s
  825. t~fS_vSaNc
  826. pjhxu}
  827. R^keQVjGOi
  828. fd[QSSitt
  829. cphlktzzernntirzxlsaik\[Y_X]ffponp
  830. znb]]gc_Zb[[UUZ_em}
  831. {j[_l~_~{llbnrnzmvw
  832. emWTNW^]nrp
  833. ti[\[_]YV^PUOPU\bhy
  834. ^`_T]pS`Un
  835. |bZoo
  836. g`XOQK\fZ
  837. pd_aikrtv
  838. peiqg
  839. ljxobk]gsprm~xdqpoysdx
  840. jpecj
  841. o^ccPUNS^\YWWRVNXTZPU_cVc_gw
  842. tTP[Z[_Gfm
  843. ~g_UU`x
  844. pc`p~}iu
  845. }TV_U[k_md
  846. brv}o
  847. [ebnr_VZXo
  848. sSYMVdiNl
  849. ~~pytqo
  850. zjRNT^w
  851. jggha
  852. v_mZhlmmkr
  853. ujqpj{
  854. Xz}|w\]aW_
  855. uhohVWNQ\aYX[W]S[W[OV`eZgekz
  856. uXVbY]T`p
  857. gt|}n
  858. ghbiup`IVT^w
  859. zijgPC\_v
  860. ngKQTjU[_Xal{
  861. jso}j
  862. rxpo}Tcch`tse\upvz{t
  863. rendguqsn
  864. tb_]SD__x
  865. vhcIQRhPQ[T]hw
  866. pad\Qf
  867. a`QS`_afhp
  868. kpWknpldmvfehdkmshl}
  869. yg[YZQh
  870. z[ZNT`[]_ak~
  871. uRPPZeZZz
  872. cuut{tzvw
  873. o[RVg
  874. osz{jf_[ZkWhup_t{
  875. vmgaSUnx
  876. maYb^TOT[jz
  877. ou|yehVQ\hWk
  878. gYNVe|
  879. la|}i
  880. leR_[shMZhSb
  881. eSIHQP
  882. taITbw
  883. wqh`[TROOLLIFMKKSWZkz}
  884. hbW^lz
  885. vfjhn
  886. }vnoVUlv
  887. vc[a]`XY`n
  888. qwniffppy
  889. nihdZVT]em
  890. |plb^fpy~s
  891. qtr`j
  892. yjkmljrqoyu|
  893. sj[[Ob
  894. ]QS[gWg\k}
  895. ~upid
  896. bc__]Z^[_gko~
  897. uebce
  898. o`TWRe
  899. \MOZeN`Xgx
  900. yoia^XZSURPXUW`ek{
  901. ~ca^dw
  902. gL[fU_jj{
  903. {lhhpx
  904. |{[\\gu
  905. }gKYaKZdfw
  906. tjbf_cjsvj
  907. }~wpomXU]^[[]ku}
  908. mqxmir}
  909. tqttsy|z
  910. p`VUcpp
  911. uFumz
  912. packages@
  913. chest@
  914. edition@
  915. library@
  916. edition@
  917. packages@
  918. reference@
  919. tool@
  920. chest
  921. edition@
  922. 0.76@
  923. adbreinit
  924. apple
  925. event
  926. xcmds
  927. 1.0b3@
  928. applesingle/appledou@
  929. broadcast@
  930. digests@
  931. cd-rom@
  932. client@
  933. copy@
  934. data@
  935. dcmd@
  936. demo@
  937. detection@
  938. developer@
  939. directions@
  940. editor@
  941. encodings@
  942. content
  943. extractor@
  944. format@
  945. postscript
  946. sample@
  947. gxgraphics@
  948. installer@
  949. 1.0fc1@
  950. language@
  951. lite@
  952. runtime
  953. 1.0.1b1c2@
  954. macro@
  955. menuscripter
  956. debug@
  957. news@
  958. FaliA
  959. VDEFA
  960. FaliA
  961. VDEFA
  962. s{y]\Q^
  963. n][LWb`Qb
  964. Q`MGP~pHu
  965. hajny
  966. ~iXM]TQay
  967. mTVU]QZh`a
  968. ~la\e
  969. hGy^_VEAjhM
  970. {n]Zr{
  971. mheMFRh}
  972. z\TRTKSb[Wt
  973. {m]W{
  974. xg]UUi_q_ii
  975. |tqomr
  976. vPZ`dTZl\w
  977. thVJXl
  978. tPp`|nuwv
  979. ~wmigbce`ceducfnjffoec|wx
  980. {f]O\qfVqV_MJT
  981. _DESCRIPTION
  982. )    _HELPTEXT
  983.     _KEYWORDS
  984. _NAME
  985. _PORTALCLICK
  986. _PORTALFILTER
  987. _PORTALFILTERFIND
  988. _PORTALSELECTION
  989. _PORTALSELECTIONMATCH
  990.     _RECEIVED
  991. _REQUIREMENTS
  992. _SEARCH
  993. _SEARCHFIELD
  994. _SEARCHPACKAGE
  995. _SHOWPATHFLAG
  996. _UPDATED
  997. lSERp
  998. xhXVaSO`TX[WYZ`bfJaWgj_cWfuseab_ex
  999. }ukP_m
  1000. {wn^v^PZT_^puW
  1001. ||plfMbo
  1002. je_Wm
  1003. VMXZ^]kuX
  1004. yhkhw
  1005. zaWJOg|
  1006. sGfTzw
  1007. uiYpb[LWeOTQ_|
  1008. hqubiNVn
  1009. mVVKUfQPO\t}
  1010. l`RIM`
  1011. {^{nQ{
  1012. qfc^fz
  1013. xKVnTECZijy
  1014. vh[UVZSc_M\SZt
  1015. kXNWn
  1016. ml|Zk
  1017. tbPTr
  1018. c^Wc\KhLI`
  1019. kJI^x
  1020. zldZhZO^`ZTPWQYUa[\d_`khtrfV]lonnsge\UMTk
  1021. roRVj
  1022. d]oaa
  1023. ~{akhkz
  1024. }vqf\a`gx
  1025. P_eZjaSD\
  1026. xH?Xy
  1027. wu]MMZz
  1028. qbRLqRcTMZSUIVQRgmf`\XS[Y`ikepwri\ddichtlXNK]w
  1029. $ ceWV
  1030. paV_[Q`aMZU\x
  1031. wiglf]Yq
  1032. h]\\XcJeQUV^WVP`klmspi]RUlh^[aYXhUMQOWT\]^W_owlYNOs
  1033. QOtns
  1034. j`qRa`Y`WVPs
  1035. seikt
  1036. rpb[pOaa]c`RMn
  1037. fUWTe
  1038. QfwlTPWLxwcf
  1039. Ih~eQSXJ{~gb
  1040. ~h[DV
  1041. ~b[Td[`~
  1042. qj^yr
  1043. ]rpcylYy
  1044. g][T^[dgkp
  1045. pRNWP
  1046. MCLls
  1047. _W_i]XHa
  1048. kdPnq
  1049. Ug|We
  1050. tt`[TIR_dZh`
  1051. ^DRwl~mtTv
  1052. `_]lh
  1053. {kcHLW[TEGLTRHwZi|xrqql_hbYN[OYYPaG[XRbURNEO^d^POjxnZESn
  1054. ^tReg
  1055. pdtWS
  1056. }|opz
  1057. xjho~
  1058. zhRzv
  1059. wZciRZXYWURMFZ`clu{|kc_^fc^IeX\MI\ZGL^RNTUR_T]Xdsp\KZZolVO^
  1060. QANot
  1061. yeEY^UKVZW]R[IPwkfdcb[^ZQUaQRITITZMSWPY`ojticiUR]afryeY`Oh_fM[}
  1062. PioMt
  1063. qjeimkr
  1064. wtyiFf
  1065. \ng`u_W
  1066. wor~vp__ewx~
  1067. eWTf~
  1068. wXnliSS]K^\SWT`iwbZaXBNPILOu
  1069. owijjujcT\\hdRrr_^mklY^gk*
  1070. yv{~|
  1071. }rnnqk
  1072. }pijgb
  1073. [vX\XY[^aep
  1074. zn`\\Yy
  1075. `ayyXXUKMUKjwojoddaUYTP\NUr
  1076. cG\swserm|cZej]d_\
  1077. U_lhzj
  1078. teW_U{
  1079. xyuam
  1080. y{o{_X=QW=Vnt
  1081. tmbg`U^VosQVl
  1082. JVmzsoZU
  1083. iTg]\V]
  1084. ZWS^nTo
  1085. ~xtoqnqomnqu{
  1086. wofed`gbafjov
  1087. gI_ce
  1088. oFcvs{[Ft
  1089. qUpzz
  1090. ucYyamrVq
  1091. |mlq}
  1092. oVS[|
  1093. ykfomq
  1094. uc\UQ``u\ftvrlgvlf
  1095. kccOILVw
  1096. `Yqk[bxiy
  1097. ^XfnovUE
  1098. W`{qn_rRigqnfY
  1099. udYVXLevu
  1100. {saIAJd~
  1101. nmk[gx
  1102. |rkMMc
  1103. u~vQW
  1104. biyqgxMMihoZO
  1105. {hgfb
  1106. wgpmj~
  1107. }^UJPTS`qxmjmkbUUr
  1108. oci_caOjQWZkZZ
  1109. dBGgoaRt
  1110. ykZ[W`t[`lXyM
  1111. lih_j
  1112. {XFLYJ\
  1113. MTWa]IXZ
  1114. Ygui*osb\ZYZb~
  1115. [MVFJLepXimJ\
  1116. rjVZVUatn\}
  1117. ohuWpdWU^Qit
  1118. ^Yi]ly
  1119. ENi^y
  1120. ~q`Te~
  1121. vaRIj
  1122. `TXsjwjYzqscBl
  1123. uWynomjI]ZpnZt
  1124. hQRbw
  1125. pY_iuvehpnqdPx
  1126. Yisgx|lThpmd^
  1127. ~ijdv
  1128. `KDTz
  1129. [Z[Vw
  1130. W~ancYgvlgguoqNN
  1131. eCmgsjeIeZtv\r
  1132. w[DHi
  1133. }gvaiy
  1134. ^@|}x
  1135. vX`MGHdzPW
  1136. iYdFTha[r
  1137. ^PTs^du
  1138. MC\JNorid
  1139. jSW]ZjUe*
  1140. HIY^^n
  1141. OFKOHJNM
  1142. OKNNOO'POORH-79<,2=<=C>=AC< ':2@:8@@
  1143. (;KOO
  1144. 88/!-<FB1 (<DKNORSPTRFJNLMMJIOPRPKLNNKLMNONNMMNOQSTN%,) -,'+% 
  1145. 4,*2*.>?*:*#08CLONON
  1146. N    QVQONMJF:2
  1147. aaR[_gr
  1148. rwYNUm
  1149. i]mjaImisontkioH\
  1150. fOrroh]ZcjsUW
  1151. c]X`aPKRWU?&6DQYVYZZ
  1152. Y]\\ZZTVSXZXR\W
  1153. a`a``]TSTUSTNMTL:!%7IV^b
  1154. `\TUTSC8SXY_
  1155. bcdba
  1156. ^FZXRN>26BL=CZ
  1157. ^`bacba`a
  1158. cbbaabaX]
  1159. b$abfV.4;>,0=<>B>?=B;#2C1?=@??$2;>7 2I^
  1160. b=\X]EBPZP]\?7T]GDS`PHVMH^TJT\^`bb`b`X]a`_`^^abb`_`a``a`abaa``ba
  1161. `bF>a`5VKBZ<SY;WEFZ\HSV:DS^b
  1162. baabcbaba]XI;a]^
  1163. b_LG8/?4.)',4@PY^_\ZZ\]][ZXZ][Z`
  1164. XY[]\XZ`Y[^\^^]\]^_^\\Z
  1165. \[Z]^^
  1166. _]^^]^`a__^^_`^]]\]^^
  1167. W&a[S[\I01CD/#,,3>@<CFAGDAFH>D@>AFBGDNPVZ
  1168. ]\XRB<@J<<413.#
  1169. $3CPX[\]^
  1170. Z[ZXTGB52
  1171. 06PRQV
  1172. Z]b]YZYZR<TT6$//2.
  1173. ->RXYXUVXX^Y
  1174. YXX^Z
  1175. WNTXQRWVWVVXTVVWW
  1176. X"\L#()-
  1177. (-16+.0/*
  1178. -7!,)+.*
  1179. QF;7<*@:0>3,288;<BB:?LF<>9?IRUVZ[Y\YKOTSRSPPTUXYS
  1180. R*TRSUSSRQSTVYYWF63DH-:8+:66<4:7>FA>9>2:FPSRT
  1181. NJ?5QOOPPQNORRQPQRCPOQIDOB0&!$,6BKPPMKKLNNLJILOLLRPPOHKLNNILQJLONPPONOPQPLLINLKNPQTTUSO
  1182. UVRQPQSTQPPOPQQPP
  1183. Q#KJUOGOOB@BOQ6
  1184. -8DLNJMPLONLPQKPMKLPNN
  1185. LOOMJCHMTJJB@E@.
  1186.  ,<FMPRTTSR
  1187. NIDNDE9/GIGM
  1188. PTXTO
  1189. J5JJ2#,*,8./8J
  1190. MNOPVPNNOOPPOOVQPPOP
  1191. c0bcfbA0
  1192. !$#$#)/7BR[`a_]]^``^\[^`^^baa^Z\^`_[^b\^a_
  1193. `_^a`_
  1194. cabbaadd
  1195. yrrq0b
  1196. glnnopn:m
  1197. nrquj 
  1198. nrvxj11*i
  1199. ncSitmc-n
  1200. peEFQ`h0Gj>Y
  1201. xON\mu5MqA`
  1202. lpoidcb+`
  1203. mtiEi]B
  1204. {M{nH
  1205. nro`v6Z
  1206. nrruq'
  1207. oqtutwS6
  1208. ingVfp;
  1209. All Packages
  1210. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  1211. Dev.CD Jan 94
  1212. Dev.CD Oct 93
  1213. Dev.CD Jul 93
  1214. Dev.CD Apr 93PDDev.CD Apr 94
  1215. Dev.CD Jan 94
  1216. Dev.CD Oct 93
  1217. Dev.CD Jul 93
  1218. Dev.CD Apr 9V
  1219. 62486X
  1220. Apr 94
  1221. --set theItem to choose file -- uncomment to test in an AS editor
  1222.     tell application "Finder"
  1223.         open item "Dev.CD Apr 94
  1224. Dev.CD Jan 94
  1225. Dev.CD Oct 93
  1226. Dev.CD Jul 93
  1227. Dev.CD Apr 93"
  1228.         activate
  1229.     end tell
  1230. on error errMsg number errNum
  1231.     --enter statements to perform when no records are found such as...
  1232.     display dialog "Sorry, the item you selected could not be found."
  1233.     return
  1234. end try
  1235. All Packages
  1236. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  1237. Dev.CD Jan 94
  1238. Dev.CD Oct 93
  1239. Dev.CD Jul 93
  1240. Dev.CD Apr 93PDDev.CD Apr 94
  1241. Dev.CD Jan 94
  1242. Dev.CD Oct 93
  1243. Dev.CD Jul 93
  1244. Dev.CD Apr 9V
  1245. 62487X
  1246. Apr 94
  1247. essence
  1248. essential
  1249. essentials
  1250. established
  1251. establishing
  1252. establishment
  1253. .sysodlogaskr
  1254.     thechoice
  1255.     theChoice
  1256. ) = -128    
  1257.  to the previous package.
  1258. To find all new and revised packages on the current CD:
  1259.     Choose New & Revised from the Current Selection pop-up menu on the Browser screen.
  1260.  Double-click an interesting-looking item in the packages list to see information about that package.
  1261. Note: Using the Current Selection pop-up menu, you can also display a list of packages from a specific CD type such as Tool Chest or System Software.
  1262. To search for specific text within package title, package descriptions, 
  1263. or filenames:
  1264.     Click the Find... button on the toolbar at the bottom of any screen.
  1265.     To focus the search on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1266.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1267.     Click the Find button. The packages found by your search will appear in t
  1268. he package information screen format, listed in alphabetical order. The number of found packages is listed in the bottom right corner of the screen.
  1269.     Click Next to advance to the next package in the current selection, or Back to go to the previous package.
  1270. To Display the full path to a package on the CD:
  1271.     From the Browser screen, select the package from the packages list. The full path will be displayed in the lower part of the screen, just above the toolbar. If the path is not visible,
  1272.  click the Show Path button in the toolbar at the bottom of the screen.
  1273. To Open a package
  1274. s folder on the CD:
  1275.     From the Browser, select the package from the list and click the Open Folder button.
  1276.     From a package info screen, click the Open Folder button.
  1277. Note: If the package is not on the CD currently mounted in your computer, a dialog box will ask you for the correct volume. If you are running the Developer CD Series Assistant from a CD, there is no effective way to eject the CD cur
  1278. Browser Show Path
  1279. Browser Show Path
  1280. ^("")
  1281. ^("")
  1282. @ @0`
  1283. `0@ p
  1284. P @0`
  1285. `0@ p
  1286. @ @0`
  1287. `0@ p
  1288. P @0`
  1289. `0@ p
  1290. @ @0`
  1291. `0@ p
  1292. P @0`
  1293. `0@ p
  1294. `@p0p 
  1295. `@p0p 
  1296. `@p0p 
  1297. 99:CD_Catalog.FP3
  1298. FaliA
  1299. Current
  1300. CD_Catalog.FP3
  1301. FMP3FMP3
  1302. Joint Solns Apple 10/99
  1303. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1304. MSPCA
  1305. NAMEA
  1306. CD_Catalog.FP3
  1307. RPTHA
  1308. CD_Catalog.FP3
  1309. alisA
  1310. Current
  1311. CD_Catalog.FP3
  1312. FMP3FMP3
  1313. Joint Solns Apple 10/99
  1314. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1315. .RPTH
  1316. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1317. 2T!941
  1318. ncSitmc-n
  1319. peEFQ`h0Gj>Y
  1320. xON\mu5MqA`
  1321. dcb+`
  1322. yrrq0b
  1323. glnnopn:m
  1324. nubusI
  1325. objectI
  1326. octoberJ
  1327. onlyA
  1328. openF
  1329. openedA
  1330. orientedJ
  1331. otherD
  1332. outlinesJ
  1333. overE
  1334. packageC
  1335. packagesA
  1336. packetK
  1337. packetsK
  1338. parserM
  1339. partF
  1340. particularF
  1341. pascalO
  1342. patchesN
  1343. patchingL
  1344. patternsC
  1345. physicalL
  1346. platformI
  1347. plug-inA
  1348. plug-insA
  1349. portK
  1350. portableA
  1351. powerbookN
  1352. powerpcD
  1353. pre-translateD
  1354. prerequisitesJ
  1355. previouslyA
  1356. printF
  1357. printingF
  1358. problemM
  1359. processD
  1360. productD
  1361. productsD
  1362. providedD
  1363. providesA
  1364. quadraM
  1365. quadrasM
  1366. quickdrawF
  1367. quicklyA
  1368. quitF
  1369. +RPTH
  1370. FPTHA+Current:Joint Solns Apple 10/99:Catalog.txt
  1371. FaliA
  1372. Current
  1373. Catalog.txt
  1374. TEXTttxt
  1375. Joint Solns Apple 10/99
  1376. +Current:Joint Solns Apple 10/99:Catalog.txt
  1377. MSPCA
  1378. NAMEA
  1379. Catalog.txt
  1380. RPTHA
  1381. Catalog.txt
  1382. alisA
  1383. Current
  1384. Catalog.txt
  1385. TEXTttxt
  1386. Joint Solns Apple 10/99
  1387. +Current:Joint Solns Apple 10/99:Catalog.txt
  1388. QRPTH
  1389. FPTHAQCurrent:Joint Solns Apple 11/99:CD Runtime App Folder:Developer CD Search Results
  1390. MSPCA
  1391. NAMEA
  1392. Developer CD Search Results
  1393. RPTHA
  1394. Developer CD Search Results
  1395. FaliA
  1396. Current
  1397. ADC_Master.FP3
  1398. FMP3FMP3
  1399. Joint Solns Apple 10/99
  1400. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1401. MSPCA
  1402. NAMEA
  1403. ADC_Master.FP3
  1404. RPTHA
  1405. ADC_Master.FP3
  1406. alisA
  1407. Current
  1408. ADC_Master.FP3
  1409. FMP3FMP3
  1410. Joint Solns Apple 10/99
  1411. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1412. FMRLA
  1413. SORTA
  1414. FMRLA
  1415. FMRLA
  1416. FMRLA
  1417. FMRLA
  1418. FilterB    SelectionC
  1419. ClickedE
  1420. CUstom
  1421. (LIST
  1422. LISTA
  1423. New & Revised
  1424. Mac OS SDK Edition
  1425. System Software Edition
  1426. Tool Chest Edition
  1427. Reference Library Edition
  1428. All Packages
  1429. Custom Search
  1430. VDEFA(
  1431. (LIST
  1432. LISTA%Any Field
  1433. Package Title
  1434. Any File Name
  1435. VDEFA(
  1436. (LIST
  1437. LISTAPAll Packages
  1438. New & Revised
  1439. Tool Chest CD
  1440. Reference Library CD
  1441. System Software CD
  1442. VDEFA(
  1443. (LIST
  1444. VDEFA(
  1445. (LIST
  1446. VDEFA(
  1447. (LIST
  1448. VDEFA(
  1449. (LIST
  1450. (LIST
  1451. PortalFilterB
  1452. SearchFieldC
  1453. SearchFilterD
  1454. PortalFilterCalcE
  1455. ReceivedF
  1456. UpdatedG
  1457. Keywords
  1458. VDEFA(
  1459.     Helvetica
  1460. Geneva
  1461. Palatino
  1462. Chicago
  1463. Verdana
  1464. Arial
  1465. NewRevisedCalcB
  1466.  "new")
  1467.  "New"  
  1468.  "updated") 
  1469.  "Revised" 
  1470.  "" )
  1471. updatedG
  1472. Revised
  1473. AppleScript_OpenB
  1474. t_OpenB
  1475. Pro 3.0 - 4.1F!
  1476. USENGLSH.MPR
  1477. rently in use in order to mount another. Therefore, if you are searching for packages on older CDs you may want to copy the About This CD folder, containing the Developer CD Series Assistant and its related files, to your hard drive first.
  1478. ore Choices button, then choo
  1479. Custom FindB
  1480. CustomFind
  1481. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  1482. HTML Text Extractor
  1483.  and 
  1484. PDF Text Extractor
  1485. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  1486. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  1487. 61584T
  1488. 1arch on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1489.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1490.     Click the Find button. The packages found by your search will appear in t
  1491. 61584 packages list. The full path will be displayed on the right.
  1492. "Custom Search"
  1493. Custom SearchB+
  1494. ) > 0    
  1495. needsE
  1496. networkE
  1497. noteN
  1498. notesI
  1499. D!All Packages
  1500. Tool Chest Edition
  1501. 4PM 5.0
  1502. 4PM is a program that can be used to control and access the performance monitoring features of the PowerPC 604, G3 and G4 microprocessors and the performance monitoring features of the MPC106 memory controller. Counters can be turned on and off using a 'hot key' or by linking with the included 4PM library.
  1503. 4PM application for configuring and controlling the counters. 4PM Library for linking with applications.
  1504. JK4PM 5 0 Doc.pdf
  1505. 4PM 5.0
  1506. 4PM Library 1 0 Doc.pdf
  1507. 4PMLibrary 1.0
  1508. 4PMLibrary.hK
  1509. Jun 99L
  1510. Jul 99M
  1511. PowerPC 604 or greater.NYperformance, hardware, PowerPC,bandwidth, cpi, 'cache miss rates', 'performance counters'O8Dev.CD May 00 TC:Tool Chest:Testing & Debugging:4PM 5.0:P@Dev.CD May 00 TC
  1512.  - Tool Chest
  1513.  - Testing & Debugging
  1514.  - 4PM 5.0V
  1515. 61368X
  1516. May 00^
  1517. #M 5.0V
  1518. 53895X
  1519. Jul 99^
  1520. Excellent CD (I)V
  1521. 37081X
  1522. Excellent CD (I)V
  1523. 27676X
  1524. _DESCRIPTION
  1525. Closing ScreenB
  1526. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  1527. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com. please visit our web site at developer.apple.com.
  1528. nro`v6Z
  1529. nrruq'
  1530. nrquj 
  1531. nrvxj11*i
  1532. Current Selection:{    <<
  1533. ABBF>>
  1534. Double-click for more info.
  1535. Find...
  1536. Open Folder
  1537. Package Info
  1538. Export List
  1539. Find...
  1540. Open Folder
  1541. Package Info
  1542. Export List
  1543. "Any Field"
  1544.     Any FieldC.
  1545. "All Packages"
  1546. All PackagesD
  1547. Find Execute
  1548. Apple Macintosh Coprocessor based NuBus cards such as the Ethernet NB, TokenTalk NB, and TokenRing 4/16 NB cards running on the PowerPC system.  See the document "Release Notes 1.2.1" for details. Sample Code.img System 6.0.5 or greater, MacPlus or later CPU. A/ROSE, MCP, Macintosh Coprocessor PlatformBz, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token Ring Mar 92 May 94 All Packages
  1549. Tool Chest Edition
  1550. appletalk
  1551. component
  1552. _PortalFilterB
  1553. _PortalSelectionB
  1554. A    _HelpTextB
  1555. PortalFilterCalcB
  1556. C"All Packages" & "
  1557.  "SDK") 
  1558.  "Mac OS SDK Edition"
  1559.  = "TC" 
  1560.  "Tool Chest Edition" 
  1561.  = "RL" 
  1562.  "Reference Library Edition"
  1563.  "SSW")
  1564.  "System Software Edition"  
  1565.  "") & "
  1566. ! & "
  1567.  "new") 
  1568.  "updated") 
  1569.  "New & Revised" 
  1570.  "" )
  1571. All Packages
  1572. Mac OS SDK Edition
  1573. Tool Chest Edition
  1574. Reference Library Edition
  1575. System Software Edition
  1576. updatedG
  1577. New & Revised
  1578. PortalSelectionCalc
  1579. Browser Custom SearchM
  1580. New & RevisedB
  1581. 61584
  1582. To get information about a package on the CD:
  1583.     Click the Browser button below to go to the Browser screen.
  1584.     Choose a group of package titles to display from the Current Selection popup menu. The default displays new and revised items; you may also choose to display all packages or the packages on a particular CD.
  1585.     Double-click a title in the Browser list to go to the information screen for that package.
  1586.     Click Next to advance to the next package in the current selection, or Back to gor Back to go
  1587. _CustomFindB
  1588. script
  1589. scriptable
  1590. search
  1591. sherlock
  1592. softwareI
  1593. tokenI
  1594. token
  1595. ringI
  1596. tokentalk
  1597. video
  1598. oqtutwS6
  1599. ingVfp;
  1600. mtiEi]B
  1601. {M{nH
  1602. stack@
  1603. walltowalldialog
  1604. disposeresource
  1605. debugging
  1606. resource
  1607. handles@
  1608. multi-processing@
  1609. optimizing@
  1610. deleted@
  1611. appleevent@
  1612. server
  1613. sample
  1614. 1.0.1@
  1615. 9600@
  1616. apple
  1617. detectors
  1618. technology
  1619. scans
  1620. searchi@
  1621. code-resources@
  1622. computing@
  1623. designed@
  1624. enabled@
  1625. horizon@
  1626. intended@
  1627. iscii-compatible@
  1628. mode@
  1629. models@
  1630. particular@
  1631. resizeable@
  1632. suitable@
  1633. summary
  1634. evenbetterbuserror
  1635. helps
  1636. catch
  1637. reneg@
  1638. summary
  1639. audio
  1640. palette
  1641. developer
  1642. documentation
  1643. contains
  1644. summary
  1645. xcmds
  1646. xfcns
  1647. perform
  1648. summary
  1649. software
  1650. apple
  1651. macintosh
  1652. display@
  1653. summary
  1654. small
  1655. application
  1656. control
  1657. encoding
  1658. converter
  1659. allows
  1660. convert
  1661. thinks@
  1662. program
  1663. shows
  1664. create
  1665. sample
  1666. shows
  1667. write
  1668. fully
  1669. asynchronous
  1670. block
  1671. using@
  1672. works
  1673. under
  1674. appearance@
  1675. developer
  1676. notes
  1677. devnotes
  1678. hypercard@
  1679. 61696X
  1680. May 00^
  1681. --set theItem to choose file -- uncomment to test in an AS editor
  1682.     tell application "Finder"
  1683.         open item "Dev.CD May 00 TC:Language Kits:Language Kit Updater f/MacOS8:"
  1684.         activate
  1685.     end tell
  1686. on error errMsg number errNum
  1687.     --enter statements to perform when no records are found such as...
  1688.     display dialog "Sorry, the item you selected could not be found."
  1689.     return
  1690. end try
  1691. e    No ChangefSLanguage Kit Updater Mac OS 8 Arabic Chinese Cyrillic Hebrew Indian Japanese Koreanq
  1692. Dev.CD May 00 TC
  1693. D!All Packages
  1694. Tool Chest Edition
  1695. LaserWriter 8 API
  1696.        tell application "Finder"
  1697.         open item "Dev.CD May 00 TC:Sample Code:"
  1698.         activate
  1699.     end tell
  1700. on error errMsg number errNum
  1701.     --enter statements to perform when no records are found such as...
  1702.     display dialog "Sorry, the item you selected could not be found."
  1703.     return
  1704. end try
  1705. e    No Change we provide the DragLib library that you use to link with your appl
  1706. traceroute
  1707. traditional
  1708. traffic
  1709. transaction
  1710. translationy
  1711. translation
  1712. macintosh
  1713. translator
  1714. translator
  1715. transport
  1716. traversing
  1717. traversing
  1718. related
  1719. tables
  1720. referential
  1721. integrity
  1722. rules
  1723. valida
  1724. tsmte
  1725. tsmte
  1726. textedit
  1727. inline
  1728. input
  1729. japanese
  1730. internationalizatio
  1731. tuning
  1732. tutorial
  1733. types
  1734. typography
  1735. storage
  1736. class
  1737. driver
  1738. systems
  1739. workstation
  1740. solaris
  1741. hp-ux
  1742. update
  1743. updater
  1744. updates
  1745. usagew
  1746. usedistanthdwrmem
  1747. uselocalhdwrmem
  1748. utilities
  1749. utility
  1750. utility
  1751. space
  1752. variable
  1753. variables
  1754. vector
  1755. --set theItem to choose file -- uncomment to test in an AS editor
  1756.     tell application "Finder"
  1757.         open item "Dev.CD May 00 TC:Tool Chest:Developer Utilities:SWAt 2.0b6:"
  1758.         activate
  1759.     end tell
  1760. on error errMsg number errNum
  1761.     --enter statements to perform when no records are found such as...
  1762.     display dialog "Sorry, the item you selected could not be found."
  1763.     return
  1764. end try
  1765. soled
  1766. somes
  1767. somethingU
  1768. soulj
  1769. soundP
  1770. sourcec
  1771. speakj
  1772. speaksj
  1773. specialT
  1774. specifics
  1775. specificationo
  1776. specifiersn
  1777. specifyT
  1778. speed`
  1779. spoolingg
  1780. spreadsheets
  1781. spreadsheetss
  1782. stackn
  1783. stakingj
  1784. standards
  1785. standardsv
  1786. stateU
  1787. stept
  1788. stopc
  1789. storyj
  1790. stragegyj
  1791. strategicj
  1792. strategyj
  1793. strictlyo
  1794. strongestj
  1795. studyj
  1796. stylew
  1797. sub-folderss
  1798. substitutions
  1799. successfulf
  1800. successfullyx
  1801. suchQ
  1802. suitj
  1803. suiteN
  1804. suitesm
  1805. summarizationb
  1806. All Packages
  1807. QuickDraw GXO
  1808. Dev.CD Jul 95P
  1809. Dev.CD Jul 9V
  1810. 61967X
  1811. Jul 95
  1812. b--set theItem to choose file -- uncomment to test in an AS editor
  1813.     tell application "Finder"
  1814.         open item "Dev.CD Jul 95"
  1815.         activate
  1816.     end tell
  1817. on error errMsg number errNum
  1818.     --enter statements to perform when no records are found such as...
  1819.     display dialog "Sorry, the item you selected could not be found."
  1820.     return
  1821. end try
  1822. All Packages
  1823. QuickDraw GXO
  1824. Dev.CD Jul 95P
  1825. Dev.CD Jul 9V
  1826. 61968X
  1827. Jul 95
  1828. b--set theItem to choose file -- uncomment to test in an AS editor
  1829.     tell application "Finder"
  1830.         open item "Dev.CD Jul 95"
  1831.         activate
  1832.     end tell
  1833. on error errMsg number errNum
  1834.     --enter statements to perform when no records are found such as...
  1835.     display dialog "Sorry, the item you selected could not be found."
  1836.     return
  1837. end try
  1838. All Packages
  1839. QuickDraw GXO
  1840. Dev.CD Jul 95P
  1841. Dev.CD Jul 9V
  1842. 61969X
  1843. Jul 95
  1844. Agent VU,
  1845. ity Apple Data Detectors (control panel) - allows user to configure which detectors and actions should be enabled
  1846. Apple Data Detectors Scripting (scripting addition) - provides terminology to AppleScript so developers can develop new actions with the Script Editor Detector Editor (tool) - helps developer to more easily create and test new detectors
  1847. Internet Address Detectors 1.0.1 requires Mac OS 8 or laterApple Data Detectors 1.0.2 (SDK) extension and control panel require Mac OS 7.6 or 
  1848. later
  1849. Detector Editor requires Mac OS 8 or later
  1850. Apple initially shipped Internet Address Detectors 1.0.1 as the premiere set of detectors and actions using the technology Apple Data Detectors.  This was limited to Mac OS 8 only.  Now, developers can write new detectors and actions and deliver this functionality to users who are running Mac OS 7.6 because the extension and control panel for the SDK (1.0.2) have been qualified to work on Mac OS 7.6 or later.  Note that developers will als
  1851. summary
  1852. package
  1853. provides
  1854. something
  1855. replacement
  1856. summary
  1857. piece
  1858. intended
  1859. assist
  1860. non-us
  1861. developers
  1862. summary
  1863. program
  1864. illustrates
  1865. menus
  1866. window
  1867. summary
  1868. resedit
  1869. editor
  1870. prepare
  1871. localized
  1872. numbe
  1873. summary
  1874. resedit
  1875. contains
  1876. macsbug
  1877. summary
  1878. sample
  1879. illustrates
  1880. determine
  1881. summary
  1882. sample
  1883. demonstrates
  1884. compress
  1885. decompr
  1886. summary
  1887. sample
  1888. demonstrates
  1889. write
  1890. simple
  1891. summary
  1892. sample
  1893. extracts
  1894. finder
  1895. strings
  1896. summary
  1897. sample
  1898. shows
  1899. manager
  1900. summary
  1901. support
  1902. quicktake
  1903. quicktake
  1904. rrNum
  1905.     --enter statements to perform when no records are found such as...
  1906.     display dialog "Sorry, the item you selected could not be found."
  1907.     return
  1908. end try
  1909. All Packages
  1910. PowerTalk (PPC)O
  1911. Dev.CD Oct 94P
  1912. Dev.CD Oct 9V
  1913. 58155X
  1914. Oct 94
  1915. usingA
  1916. packagetool
  1917. palette
  1918. palette&gworld
  1919. palette&gworld
  1920. paper
  1921. rserV
  1922. partmaker
  1923. partmaker
  1924. pascal
  1925. pascal
  1926. sample
  1927. 3.0b10
  1928. manager
  1929. pccardnetworksample
  1930. pccts
  1931. pccts
  1932. sound
  1933. input
  1934. driver
  1935. pdlog
  1936. pdlog
  1937. expand
  1938. viewer
  1939. peoplesoft/apple
  1940. performance
  1941. photoshop
  1942. player
  1943. plugins
  1944. postscript
  1945. powerbook
  1946. primer
  1947. Dev.CD Apr 95
  1948. Dev.CD Jan 95P
  1949. Dev.CD Apr 95
  1950. Dev.CD Jan 9V
  1951. 61860X
  1952. Apr 95
  1953. p--set theItem to choose file -- uncomment to test in an AS editor
  1954.     tell application "Finder"
  1955.         open item "Dev.CD Apr 95
  1956. Dev.CD Jan 95"
  1957.         activate
  1958.     end tell
  1959. on error errMsg number errNum
  1960.     --enter statements to perform when no records are found such as...
  1961.     display dialog "Sorry, the item you selected could not be found."
  1962.     return
  1963. end try
  1964. All Packages
  1965. F    PowerTalkO
  1966. Dev.CD Apr 95
  1967. Dev.CD Jan 95P
  1968. Dev.CD Apr 95
  1969. Dev.CD Jan 9V
  1970. 61861X
  1971. Apr 95
  1972. p--set theItem to choose file -- uncomment to test in an AS editor
  1973.     tell application "Finder"
  1974.         open item "Dev.CD Apr 95
  1975. Dev.CD Jan 95"
  1976.         activate
  1977.     end tell
  1978. on error errMsg number errNum
  1979.     --enter statements to perform when no records are found such as...
  1980.     display dialog "Sorry, the item you selected could not be found."
  1981.     return
  1982. end try
  1983. All Packages
  1984. F    PowerTalkV
  1985. 61862X
  1986. 60198X
  1987. counterpart
  1988. 61571X
  1989. Apr 00^
  1990. --set theItem to choose file -- uncomment to test in an AS editor
  1991.     tell application "Finder"
  1992.         open item "Dev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:macos8_and_9:"
  1993.         activate
  1994.     end tell
  1995. on error errMsg number errNum
  1996.     --enter statements to perform when no records are found such as...
  1997.     display dialog "Sorry, the item you selected could not be found."
  1998.     return
  1999. end try
  2000. e    No Change
  2001. Display Manager
  2002. window arrangement
  2003. display mode
  2004. pixel depth
  2005. scan timing
  2006. display
  2007. display ID
  2008. video device
  2009. monitor
  2010. HTML rendering
  2011. web browser
  2012. HTML tags
  2013. Apple Help
  2014. World Wide Web
  2015. Help Center
  2016. HTML link
  2017. Unicode Utilities
  2018. Unicode
  2019. locales
  2020. collation
  2021. characters
  2022. Window Manager
  2023. windows
  2024. structure region
  2025. content region
  2026. window class
  2027. window classes
  2028. window layers
  2029. window attributes
  2030. scrolling
  2031. Menu Manager
  2032. menus
  2033. Carbon
  2034. Apple menu
  2035. menu items
  2036. /developer.apple.com/techpubs/index.html
  2037. Jan 96
  2038. g--set theItem to choose file -- uncomment to test in an AS editor
  2039.     tell application "Finder"
  2040.         open item "Dev.CD Jan 96 SDK1"
  2041.         activate
  2042.     end tell
  2043. on error errMsg number errNum
  2044.     --enter statements to perform when no records are found such as...
  2045.     display dialog "Sorry, the item you selected could not be found."
  2046.     return
  2047. end try
  2048. All Packages
  2049. QuickDraw GXO
  2050. Dev.CD Jan 96 SDK1P
  2051. Dev.CD Jan 96 SDKV
  2052. 61955X
  2053. Jan 96
  2054. g--set theItem to choose file -- uncomment to test in an AS editor
  2055.     tell application "Finder"
  2056.         open item "Dev.CD Jan 96 SDK1"
  2057.         activate
  2058.     end tell
  2059. on error errMsg number errNum
  2060.     --enter statements to perform when no records are found such as...
  2061.     display dialog "Sorry, the item you selected could not be found."
  2062.     return
  2063. end try
  2064. All Packages
  2065. QuickDraw GXO
  2066. Dev.CD Jan 96 SDK1P
  2067. Dev.CD Jan 96 SDKV
  2068. 61956X
  2069. Jan 96
  2070. Videor
  2071. launch@
  2072. games@
  2073. 6761X
  2074. 1e    No Change
  2075. 61403X
  2076. Apr 98^
  2077. --set theItem to choose file -- uncomment to test in an AS editor
  2078.     tell application "Finder"
  2079.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Appearance & CMM SDK 1.0.2:"
  2080.         activate
  2081.     end tell
  2082. on error errMsg number errNum
  2083.     --enter statements to perform when no records are found such as...
  2084.     display dialog "Sorry, the item you selected could not be found."
  2085.     return
  2086. end try
  2087. Deletedf
  2088. Appearance Managerq
  2089. Dev.CD Apr 98 SDK1
  2090. %D!All Packages
  2091. Mac OS SDK Edition
  2092. Appearance SDK 1.0.4
  2093. 7This is an update to the Appearance 1.0.3 SDK.
  2094. This SDK release updates the  .Keyboard font 3.1 that shipped with Mac OS 8.6.  All other information in the SDK is the same. The 3.1 version of the .Keyboard font contains fifteen additional glyphs for displaying the function keys F1 to F15 in menus and dialogs.
  2095. 61404X
  2096. 1e    No Change
  2097. -byteOKDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Text:TypeServicesForUnicode:erV
  2098. Summary: This is the electronic version of develop magazine.
  2099.  Issue 2 highlights:
  2100. Using C++ Objects in a Handle-Based World.  Avoiding headaches when you use C++ objects in the Macintosh world.
  2101. Using Objects Safely in Object Pascal.  Guidelines to take the worry out of using objects so you can relax and enjoy their advantages.
  2102. The Secret Life of the Memory Manager.  Memory Manager behavior and how it affects your applications.
  2103. Speed Your Software Development with MacApp.  Let MacApp 
  2104. take care of the user so you can focus on writing
  2105. and reusing
  2106. code.
  2107. How to Design an Object-Based Application.  A step-by-step two-phase process for designing an object-bases application.
  2108. Unofficial C++ Style Guide.  How to harness C++
  2109. s power without getting tripped up by some of its less savory features.
  2110. Demystifying the GS/OS Cache.  Taking the mystery and confusion out of caching algorithms. 
  2111. J(develop Issue  2:
  2112. develop Issue  2 code:K
  2113. Vol IIIL
  2114. Jun 95izeMust to false on ent
  2115. reliable
  2116. reliably
  2117. reliancep
  2118. relief
  2119. relies
  2120. relish
  2121. relocation
  2122. relstring
  2123. remaino
  2124. remains
  2125. remapz
  2126. remedies
  2127. remember
  2128. remoteS
  2129. remotelyB
  2130. removable
  2131. remove
  2132. removed
  2133. removes
  2134. removevmsversionnumb
  2135. removing
  2136. rename
  2137. renamed
  2138. renames
  2139. renaming
  2140. renderer
  2141. rendering
  2142. renders
  2143. renegade
  2144. renewed
  2145. repeated
  2146. repeatedly
  2147. repertoire
  2148. replace
  2149. replacementU
  2150. replacesn
  2151. replaces
  2152. postscript
  2153. sample
  2154. replacing
  2155. replies
  2156. reply
  2157. on and print a document.print a document.
  2158. --set theItem to choose file -- uncomment to test in an AS editor
  2159.     tell application "Finder"
  2160.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Graphics 2D:Simple DrawSprocket:"
  2161.         activate
  2162.     end tell
  2163. on error errMsg number errNum
  2164.     --enter statements to perform when no records are found such as...
  2165.     display dialog "Sorry, the item you selected could not be found."
  2166.     return
  2167. end try
  2168. drawtkl
  2169. n application.  By reading an application's 'aete' resource, whicBfh generates glue routines, you can "test drive" the application by sending it events that it supports.
  2170. J*Apple Event XCMDs b3
  2171. Apple Event XCMDs DocK
  2172. Nov 94OeDev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Apple Event XCMDs 1.0b3:PsDev.CD May 00 TC
  2173.  - Tool Chest
  2174.  - Development Kits
  2175.  - HyperCard Related
  2176.  - XCMDs & XFCNs
  2177.  - Apple Event XCMDs 1.0b3ndwidth
  2178. presents a C shell you can use to build your own high-performance ACGIs.
  2179. Using Newton Internet Enabler to Create a Web Server by Ray Rischspater
  2180. The Newton Internet Enabler (NIE) lets loose a veritable flood of possible applications by bringing the industry-standard TCP/IP protocol stack to the Newton platform. This article shows you the details of using NIE by presenting a simple Web server.
  2181. THE OPENDOC ROAD: Making the Most of Memory in OpenDoc by Troy Gaul and Vincent Lo
  2182. How to make e
  2183. fficient use of memory in the OpenDoc environment isn
  2184. t always obvious, but there are basic guidelines to help
  2185. PRINT HINTS: Sending PostScript Files to a LaserWriter by Dave Polaschek
  2186. Lots of applications send PostScript files directly to LaserWriters, but many of them do it the wrong way. Here
  2187. s the right way.
  2188. ACCORDING TO SCRIPT: User Interactions in Apple Event
  2189. Driven Applications 
  2190. How and when to interact with the user in response to Apple Events can be tricky, but there
  2191. s a method t
  2192. appearance-aware
  2193. appeared
  2194. appearing
  2195. appears
  2196. append
  2197. appendages
  2198. appendditl
  2199. appending
  2200. appendix
  2201. appendixesw
  2202. appkit
  2203. appkit
  2204. reference
  2205. appleO
  2206. architectures
  2207. encodingsv
  2208. license
  2209. readme
  2210. samplecode
  2211. samplecode
  2212. previous
  2213. specific
  2214. files
  2215. macapp
  2216. macapp
  2217. cdent
  2218. stuff
  2219. macapp
  2220. developer
  2221. survey
  2222. macapp
  2223. r13u5
  2224. macapp
  2225. r14d5
  2226. macbinary
  2227. macbinary-ii-conf
  2228. macbinary-ii-conf2
  2229. macbinary-ii-standar
  2230. 61509X
  2231. Apr 00^
  2232. --set theItem to choose file -- uncomment to test in an AS editor
  2233.     tell application "Finder"
  2234.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Control Strip:"
  2235.         activate
  2236.     end tell
  2237. on error errMsg number errNum
  2238.     --enter statements to perform when no records are found such as...
  2239.     display dialog "Sorry, the item you selected could not be found."
  2240.     return
  2241. end try
  2242. e    No Changef%Control Strip
  2243. PowerBook
  2244. Control Panelq
  2245. Dev.CD Apr 00 SDK1
  2246. ControlBackground
  2247. zIt's a simple code sample which demonstrates how to draw controls with a particular background color.  Controls get their background color from the window color table; this sample shows how to temporarily alter an entry in that color table so that the control draws with a particular background color but no other drawing is affected.
  2248. Don't have the Appearance Manager running.
  2249. Sample Code.imgK
  2250. Aug 97N$color, controls, draw, window, tableaw, window, table
  2251. legal
  2252. length
  2253. lessj
  2254. lesser
  2255. lessons
  2256. letsr
  2257. letter
  2258. letters
  2259. r errNum
  2260.     --enter statements to perform when no records are found such as...
  2261.     display dialog "Sorry, the item you selected could not be found."
  2262.     return
  2263. end try
  2264. e    No Changeq
  2265. Dev.CD May 00 TC
  2266. D!All Packages
  2267. Tool Chest Edition
  2268. HotSauce (Project X)
  2269.     eatures that offer professional control of still, video and web graphics and a greatly improved user interface.
  2270. Jul 98
  2271. About Rinaldi Collection 95/02
  2272. Align 2.7 (US)
  2273. ArchiveContent 1.1 (US)
  2274. ATalkZones 1.5 (US)
  2275. Calendoid 1.6 (US)
  2276. CapsLock 1.0 (US)
  2277. Chartoid 1.4 (US)
  2278. ChooseColor 1.1 (US)
  2279. Chooser 2.2 (US)
  2280. ClipInfo 1.0 (US)
  2281. ClipToPict 1.5 (US)
  2282. CompressPictFile 1.2 (US)
  2283. CopyFolder 2.5 (US)
  2284. CopyRes 2.1 (US)
  2285. CreateAlias 1.0 (US)
  2286. CreateCustomIcon 1.1 (US)
  2287. CreateFolder 1.2 (US)
  2288. CreateMenuHelp 1.0 (US)
  2289. CreateThumbnail 1.2 (US)
  2290. DataMaster 1.3 (US)
  2291. DateConverter 1.2 (US)
  2292. DocCreator 1.5 (US)
  2293. DocTypes 1.6 (US)
  2294. DoMenu 1.0 
  2295. EraseFile 1.2 (US)
  2296. ExtractItems 1.4 (US)
  2297. FileCopy 2.7 (US)
  2298. FileIsOpen 1.2 (US)
  2299. FileMaker 1.3 (US)
  2300. FileSharingMaster 1.0 (US)
  2301. FindFolder 1.1 (US)
  2302. FolderSize 1.5 (US)
  2303. FontMaster 1.3 (US)
  2304. FormatNum 1.0 (US)
  2305. FullBalloons 1.0 (US)
  2306. FullDrag 1.3 (US)
  2307. FullFind 1.5 (US)
  2308. FullHPop 1.7 (US)
  2309. FullMove 1.2 (US)
  2310. FullOffset 1.0 (US)
  2311. FullRemove 1.1 (US)
  2312. FullRename 1.4 (US)
  2313. FullReplace 1.1 (US)
  2314. FullResList 2.2 (US)
  2315. FullSFPack 1.7 (US)
  2316. FullSort 3.9 (US)
  2317. FullText 2.1 (US)
  2318. GetBootVol 1.1 (US)
  2319. GetDInfo 1.1 
  2320. csmp-digest-v3-072
  2321. csmp-digest-v3-073
  2322. csmp-digest-v3-074
  2323. csmp-digest-v3-075
  2324. csmp-digest-v3-076
  2325. csmp-digest-v3-077
  2326. csmp-digest-v3-078
  2327. csmp-digest-v3-079
  2328. csmp-digest-v3-080
  2329. csmp-digest-v3-081
  2330. csmp-digest-v3-082
  2331. csmp-digest-v3-083
  2332. csmp-digest-v3-084
  2333. csmp-digest-v3-085
  2334. csmp-digest-v3-086
  2335. csmp-digest-v3-087
  2336. csmp-digest-v3-088
  2337. csmp-digest-v3-089
  2338. csmp-digest-v3-090
  2339. csmp-digest-v3-091
  2340. csmp-digest-v3-092
  2341. csmp-digest-v3-093
  2342. csmp-digest-v3-094
  2343. csmp-digest-v3-095
  2344. csmp-digest-v3-096
  2345. csmp-digest-v3-097
  2346. csmp-digest-v3-098
  2347. csmp-digest-v3-099
  2348. csmp-digest-v3-100
  2349. csmp-digest-v3-101
  2350. csmp-digest-v3-102
  2351. csmp-digest-v3-103
  2352. csmp-digest-v3-104
  2353. csmp-digest-v3-105
  2354. csmp-digest-v3-106
  2355. cwpro2t
  2356. datah
  2357. databasem
  2358. database
  2359. suitem
  2360. dcmda
  2361. debug]
  2362. debuggingu
  2363. demo_
  2364. detectorsh
  2365. change
  2366. developeru
  2367. developmentm
  2368. directionsj
  2369. disku
  2370. [3-129
  2371. csmp-digest-v3-130
  2372. csmp-digest-v3-131
  2373. csmp-digest-v3-132
  2374. csmp-digest-v3-133
  2375. csmp-digest-v3-134
  2376. csmp-digest-v3-135
  2377. csmp-digest-v3-136
  2378. csmp-digest-v3-138
  2379. csmp-digest-v3-139
  2380. csmp-digest-v3-140
  2381. csmp-digest-v3-141
  2382. csmp-digest-v3-142
  2383. csmp-digest-v3-143
  2384. csmp-digest-v3-144
  2385. csmp-digest-v3-145
  2386. csmp-digest-v3-146
  2387. csmp-digest-v3-147
  2388. csmp-digest-v3-148
  2389. em you selected could not be found."
  2390.     return
  2391. end try
  2392. os-compatible
  2393. os-only
  2394. osaactiveproc
  2395. osaka
  2396. osasendproc
  2397. osborne
  2398. oserr
  2399. osl-compliant
  2400. ot/ppp
  2401. others
  2402. otherwise
  2403. othmer
  2404. otioctl
  2405. otlifo
  2406. oSummary: This tool allows the developer to monitor the ADB Bus on a host Macintosh.  It will capture a sequence of packets and display them in both packet and trace forms.
  2407. Features: User can specify an ADB command to trigger the capture.
  2408. Issues: Special cable needs to be made to adapt the ADB bus to the host Macs modem port.  Menu item shows cable diagram.  
  2409. ADB AnalyzerK
  2410. Mar 92M%Mac SE or later machine for the host.OIDev.CD May 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADB Analyzer 1.0d6:PTDev.CD May 00 TC
  2411.  - Tool Chest
  2412.  - Devices
  2413.  - Apple Desktop Bus
  2414.  - ADB Analyzer 1.0d6em 7 extension that provides you with a convenient/simple way to bring any open window to the front.
  2415. Features:
  2416. - WindowPicker Menu next to the Help Menu
  2417. - popup WindowPicker Menu
  2418. - arrow keys to switch between open windows and applications
  2419. - customizable modifier keys
  2420. - help for setting preferences
  2421. J Read Me
  2422. Read Me.txt
  2423. WindowPickerK
  2424. Jul 92L
  2425. Aug 93M
  2426. System 7 & Any Macintosh, MRJon un
  2427. Dec 99M&CW2 or later and Universal Headers 3.3N8AGP, VRAM, NewGWorld, useDistantHdwrMem, useLocalHdwrMemOIDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Graphics 2D:New NewGWorld:PTDev.CD Mar 00 RL Disk 1
  2428.  - What's New
  2429.  - Sample Code
  2430.  - Graphics 2D
  2431.  - New NewGWorldV
  2432. 61789X
  2433. Mar 00^    RL Disk 1
  2434. --set theItem to choose file -- uncomment to test in an AS editor
  2435.     tell application "Finder"
  2436.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Graphics 2D:New NewGWorld:"
  2437.         activate
  2438.     end tell
  2439. on error errMsg number errNum
  2440.     --enter statements to perform when no records are found such as...
  2441.     display dialog "Sorry, the item you selected could not be found."
  2442.     return
  2443. end try
  2444. denberg.   Some good methods for handling the different number formats around the world.
  2445. Somewhere in QuickTime: What
  2446. s New With Sound Manager 3.0  by Jim Reekes.  Changes (and bug fixes!) in the Sound Manager. Finally, you can remove all that workaround code.
  2447. Print Hint
  2448. 61640X
  2449. May 00^
  2450. --set theItem to choose file -- uncomment to test in an AS editor
  2451.     tell application "Finder"
  2452.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  2453.         activate
  2454.     end tell
  2455. on error errMsg number errNum
  2456.     --enter statements to perform when no records are found such as...
  2457.     display dialog "Sorry, the item you selected could not be found."
  2458.     return
  2459. end try
  2460. e    No Changeq
  2461. Dev.CD May 00 TC
  2462. D!All Packages
  2463. Tool Chest Edition
  2464. HotSauce (Project X)
  2465.     s sample is designed to show the proper use of the the new flags (Mac OS 9+ and the iBooks, slot loading iMacs and AGP Graphics G4 PowerMacs) in the NewGWorld routine.  The application draws a re-sizable window that is updated from an offscreen GWorld.  The user has control over where to allocate the GWorld's PixMap data (in VRAM, in AGP memory or in system memory).  A blitting test can then be performed to test blitting speed using CopyBits.
  2466. 60556X
  2467. ProfileRenamer
  2468. What is the name of ColorSync
  2469.  Profile?
  2470. With ColorSync ICC Profiles, there are two separate profile names.  The obvious name is the name of the profile file.  This is the name that one can easily view and edit in the Finder.  The other name is the name in the profile.  This name can be longer and more descriptive than the file name which is limited by the file system to 31 characters on the Mac (or 8 characters on the DOS).  
  2471. Many applications correctly use the more descriptive internal 
  2472. 61907X
  2473. cts you need to implement your graphical, event-driven user interface.
  2474. Foundation
  2475. The Foundation Framework defines a base layer of Objective-C classes for OpenStep. In addition to providing a set of useful primitive object classes, it introduces several paradigms that define funB3ctionality not covered by the Objective-C language.
  2476. AppKit
  2477. Foundation
  2478. Mar 99L
  2479. Jul 99K1:What's New:Reference Library:Technical Publications:MacOSXServer:V
  2480. 60069X
  2481. 1e    No Change
  2482. This survival guide offers an overview of the new audio features in QuickTime 3. These include Qualcomm's PureVoice compression codec for speech, QDesign's high-quality codec for music and voice, and the QuickTime Music Architecture with new, improved Roland Instruments. Highlights include information on Web and cross-platform delivery, step-by-step development tips, and links to sites with related information and resources.
  2483. Advanced Web Site Technique.pdf
  2484. Avoid Audio Pitfalls Guide.pdf
  2485. CompbasedMediaBroadcastEnv
  2486. Creating MIDI for the Web3.pdf
  2487. DeBabelizer 3.0.pdf
  2488. Design For Reuse.pdf
  2489. DesignForRobustness
  2490. Digital Asset Management.pdf
  2491. Digital Storyboard.pdf 
  2492. DVD Development.pdf
  2493. DVD_Primer.pdf
  2494. Enhanced CD Survival Guide.pdf
  2495. EOModeler
  2496. Frameworks.pdf
  2497. Gender-Based Title Creation.pdf
  2498. Int_Media_Writer_Resources.pdf
  2499. Java Survival Guide.pdf
  2500. Making Cool QD3D Apps.pdf
  2501. Music on the Net.pdf
  2502. New Audio Features QT3.pdf
  2503. Porting
  2504. Jul 98velopmentm
  2505. directionsj
  2506. disku
  2507. Jan 98M
  2508. Adobe Acrobat Reader 3.0N'WebObjects, OPENSTEP, Memory ManagementO4Dev.CD Mar 00 RL Disk 1:Interactive Media Resources:P6Dev.CD Mar 00 RL Disk 1
  2509.  - Interactive Media ResourcesW
  2510. tcp/ip
  2511. administration
  2512. macintosh
  2513. v2.0.4
  2514. tcp/ip
  2515. connection
  2516. macintosh
  2517. v2.0.4
  2518. tcp/ip/lpr
  2519. tcpclose
  2520. tcpreceive
  2521. tcpsend
  2522. teamf
  2523. tear-off
  2524. techj
  2525. technicalS
  2526. technical
  2527. overview
  2528. d command lines understood by the tool when parsing the source file are available in the DocumentationAndSample file. 
  2529. Issues:  Blank lines that are full of space characters confuses the tool
  2530. J%DocumentationAndSample
  2531. GXOverrideToolK
  2532. Feb 96M
  2533. MPW, QuickDraw GXN5override QuickDraw GX tool jump table 'over' resourceO8Dev.CD May 00 TC:Tool Chest:QuickDraw GX:GXOverrideTool:P@Dev.CD May 00 TC
  2534.  - Tool Chest
  2535.  - QuickDraw GX
  2536.  - GXOverrideToolV
  2537. 60396X
  2538. May 00^
  2539. # Sample
  2540. Read Me - Sample
  2541. Sample documents:
  2542. Source:
  2543. THINK Pascal files:K
  2544. Dec 93:Sample Code:Pascal Sample 3.0B10:V
  2545. 59348X
  2546. Deleted
  2547. Advanced Web Site Technique.pdf
  2548. Avoid Audio Pitfalls Guide.pdf
  2549. CompbasedMediaBroadcastEnv
  2550. Creating MIDI for the Web3.pdf
  2551. DeBabelizer 3.0.pdf
  2552. Design For Reuse.pdf
  2553. DesignForRobustness
  2554. Digital Asset Management.pdf
  2555. Digital Storyboard.pdf 
  2556. DVD Development.pdf
  2557. DVD_Primer.pdf
  2558. Enhanced CD Survival Guide.pdf
  2559. EOModeler
  2560. Frameworks.pdf
  2561. Gender-Based Title Creation.pdf
  2562. Int_Media_Writer_Resources.pdf
  2563. Java Survival Guide.pdf
  2564. Making Cool QD3D Apps.pdf
  2565. Music on the Net.pdf
  2566. New Audio Features QT3.pdf
  2567. Porting
  2568. kObjectiveCtoJava
  2569. Push Tech Survival Gd.pdf
  2570. QT3-More Than Dig. Video.pdf
  2571. Simplified Stream Audio.pdf
  2572. Web Animation Guide.pdf
  2573. WebObjects Database Part I.pdf
  2574. WebObjects Database Part II.pdf
  2575. WebObjects Memory Mgmt.pdf
  2576. WebObjects Tools and Techniques
  2577. WebObjectsCategories&Posers.pdf
  2578. WebObjectsPerformanceTuning
  2579. Working with WebObjects.pdf
  2580. Writing for Interactive Media
  2581. 1.0.1
  2582. 1.0.1b1c2
  2583. 1.0.1b3U
  2584. 1.0.2d
  2585. 1.0.3
  2586. 1.0.4e
  2587. 1.0.6
  2588. 1.0.7
  2589. 1.0.8
  2590. 1.0a13
  2591. 1.0b2
  2592. 1.0b3n
  2593. 1.0b5
  2594. 1.0d6T
  2595. 1.0fc1
  2596. 1.1.1
  2597. 1.1.3
  2598. 1.1.4
  2599. 1.1b1
  2600. 1.1b8
  2601. 1.2.1Q
  2602. 1.2.3
  2603. 1.3.4
  2604. 1.3.6
  2605. 1.3a6
  2606. 1.3b5
  2607. 1.4.1f4
  2608. 1.4.2_
  2609. 1.4.9
  2610. 1.4d5
  2611. issue
  2612. developeru
  2613. developmentm
  2614. diagrams
  2615. digital
  2616. digital
  2617. asset
  2618. management
  2619. digital
  2620. storyboard
  2621. directionsj
  2622. disku
  2623. 61485X
  2624. May 97
  2625. e--set theItem to choose file -- uncomment to test in an AS editor
  2626.     tell application "Finder"
  2627.         open item "Dev.CD May 97 TC"
  2628.         activate
  2629.     end tell
  2630. on error errMsg number errNum
  2631.     --enter statements to perform when no records are found such as...
  2632.     display dialog "Sorry, the item you selected could not be found."
  2633.     return
  2634. end try
  2635. wD!All Packages
  2636. Tool Chest Edition
  2637. Chinese Handwriting Kit 1.0
  2638. Summary:  The Apple Chinese Handwriting Kit offers you another simple and yet powerful way of entering Chinese characters into your Macintosh computer. With the bundled wireless stylus and graphics tablet, you can just write any Chinese characters or phrases
  2639. either in simplified or traditional form
  2640. and your handwriting is automatically segmented and converted into two-byte digital text that can be further formatted in your favourite word-processing or page layout program. 
  2641. Requiring no trW
  2642. regardless
  2643. regards
  2644. st high performance Chinese dictation software, the users no longer need to suffer through extensive training or the inefficiency of current keyboard input methods.  The user can also concentrate more on what he/she is writing, rather than how to input it.  We believe that Apple's Chinese Dictation Kit represents again Apple's determination to make the best ease-of-use personal computers for users.  Chinese Dictation Kit heralds the start of a revolution for Chinese computing.
  2645. What Chines
  2646. e Dictation Kit Can Do For You
  2647. Apple Chinese Dictation Kit is a high performance large vocabulary dictation software that can dramatically increase your productivity when inputting Chinese text, particularly if you're a poor typist.  It's like having your own secretary to take dictation and do your typing!!
  2648. Features:
  2649.  Through a sophisticated training process, CDK is able to recognize your voice and even your own accent.
  2650.  In contrast to most other Chinese dictation software, CDK  allows
  2651. summary
  2652. xcmds
  2653. xfcns
  2654. perform
  2655. summary
  2656. three
  2657. tools
  2658. written
  2659. hardwar
  2660. summary
  2661. simple
  2662. window
  2663. based
  2664. debugger
  2665. kernel
  2666. summary
  2667. which
  2668. plays
  2669. sounds
  2670. summary
  2671. helper
  2672. formerly
  2673. monthly
  2674. posting
  2675. summary
  2676. simpletext
  2677. source
  2678. shows
  2679. summary
  2680. definition
  2681. binhex
  2682. protocol
  2683. summary
  2684. developer
  2685. edition
  2686. quickview
  2687. devel
  2688. summary
  2689. developer's
  2690. transl
  2691. summary
  2692. electronic
  2693. version
  2694. develop
  2695. magazine
  2696. summary
  2697. prgram
  2698. guide
  2699. macintosh
  2700. power
  2701. on-line
  2702. on-line-service
  2703. on-screen
  2704. on/off
  2705. lications. They will simply be able to provide components that transparently interoperate with the other parts of the system. 
  2706. As always, this architecture, like Apple's QuickTime, provides complete system level interoperability ensuring ease-of-use and true plug-and-play operation. 
  2707. Sample code showing how to create a QuickTime
  2708.  IC-savvy application, as well as sample code showing how to create a panel component.  Complete API documentation is included as well.
  2709. Mac OS-only at this time
  2710. , SDK includes components which allow QTIC-savvy applications to deal with QuickTake 150 and 200 digital cameras. Applications will work with other cameras, if the vendor provides a QuickTime IC camera component.
  2711. Does not work with the original Apple QuickTake 100 digital camera.
  2712. JbDocumentation:
  2713. Interfaces&Libraries:
  2714. QuickTime
  2715.  IC SDK 1.0 contents
  2716. Sample Code:
  2717. Supporting Files:K
  2718. Jul 97ODDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime
  2719.  IC SDK 1.01:
  2720. ication
  2721. 1e    No Change
  2722. }D!All Packages
  2723. Tool Chest Edition
  2724. GetEnetAddrDirect.ppc
  2725. FSample program to demonstrate the direct access to the ethernet address for Power Macs that have Ethernet built-in to the motherboard. The sample also includes the use of OT to show all of the ethernet addresses of all Ethernet Network Interface Cards present.
  2726. Includes source code, and CodeWarrior Pro v3.0 IDE project file.ev.CD May 00 TC
  2727.  - Sample CodeV
  2728. 60582X
  2729. May 00^
  2730. r--set theItem to choose file -- uncomment to test in an AS editor
  2731.     tell application "Finder"
  2732.         open item "Dev.CD May 00 TC:Sample Code:"
  2733.         activate
  2734.     end tell
  2735. on error errMsg number errNum
  2736.     --enter statements to perform when no records are found such as...
  2737.     display dialog "Sorry, the item you selected could not be found."
  2738.     return
  2739. end try
  2740. e    No Changef;open transport
  2741. port registry
  2742. OTGetIndexedPort
  2743. Dev.CD May 00 TC
  2744. AD!All Packages
  2745. Tool Chest Edition
  2746. OTEndpointInfo
  2747.     a Access Manager
  2748. packages
  2749. bouncingsprites
  2750. bring-up
  2751. mpw's
  2752. mucha
  2753. mueller
  2754. multi-interface
  2755. multi-platform
  2756. multibuffering
  2757. multimediaj
  2758. multipane
  2759. multipled
  2760. multiprocessing
  2761. musicj
  2762. music
  2763. quicktime
  2764. music
  2765. architecture
  2766. david
  2767. mustZ
  2768. mysteries
  2769. mystery
  2770. naked
  2771. nameb
  2772. names
  2773. natick
  2774. nationalv
  2775. native
  2776. natural
  2777. navigateZ
  2778. navigationi
  2779. nearly
  2780. necessaryq
  2781. needo
  2782. developing
  2783. drivers
  2784. sometimes
  2785. resedit
  2786. whenever
  2787. whereX
  2788. whereas
  2789. whereverp
  2790. whetherp
  2791. whichW
  2792. Wr statements to perform when no records are found such as...
  2793.     display dialog "Sorry, the item you selected could not be found."
  2794.     return
  2795. end try
  2796. e    No Changeq
  2797. Dev.CD May 98 TC
  2798. RD!All Packages
  2799. Tool Chest Edition
  2800. Async driver testerp
  2801. All Packages
  2802. v.CD Dec 99 RL Disk 1
  2803.  - Technical Documentation
  2804.  - ABS Technical NotesV
  2805. 60153X
  2806. Dec 99^    RL Disk 1
  2807. --set theItem to choose file -- uncomment to test in an AS editor
  2808.     tell application "Finder"
  2809.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:ABS Technical Notes:"
  2810.         activate
  2811.     end tell
  2812. on error errMsg number errNum
  2813.     --enter statements to perform when no records are found such as...
  2814.     display dialog "Sorry, the item you selected could not be found."
  2815.     return
  2816. end try
  2817. Deletedf-ESD
  2818. AppleSearch
  2819. AppleShare
  2820. IP Gatewayq
  2821. Dev.CD Dec 99 RL Disk 1
  2822. D!All Packages
  2823. Tool Chest Edition
  2824. ADB Analyzer 1.0D6
  2825.     em, and allow your users to spellcheck text that they enter themselves.  A simple XCMD is needed to initiate the spellchecking session, which is provided by the Web page.
  2826. The updated SDK includes bug fixes to Writeswell Jr.'s scrolling, plus the Spellswell Plus 2.1 Demo.
  2827. A list of client (word processor) and server (spelling a
  2828. network-aware
  2829. network-connected
  2830. network/hard-disk
  2831. networkable
  2832. networkingj
  2833. networks
  2834. networksetuphelpers
  2835. networkstream
  2836. never
  2837. never-before-possibl
  2838. nevertheless
  2839. newgworld
  2840. newsi
  2841. newsgroup
  2842. newsgroups
  2843. Summary: This is the electronic version of develop magazine.
  2844.  Issue 24 highlights:
  2845. Speeding Up whose Clause Resolution in Your Scriptable Application by Greg Anderson. Although the Object Support Library will resolve complex AppleScript clauses for you, if you take on some of the work yourself the performance gains can be dramatic.
  2846. Getting Started With OpenDoc Storage by Vincent Lo. OpenDoc storage is a departure from what you
  2847. re used to: it needs to support storing different kinds of 
  2848. data, written by different part editors, in the same file or container.
  2849. Sound Secrets by Kip Olson. These less obvious features of the Sound Manager will help improve your application
  2850. s use of sound.
  2851. Guidelines for Effective Alerts by Paige K. Parsons. This article elaborates and expands on the guidelines for the consistent and correct usage of alerts.
  2852. Printing Images Faster With Data Compression by David Gelphman. PostScript Level 2 printers can accept JPEG-compressed image data direct
  2853. f--set theItem to choose file -- uncomment to test in an AS editor
  2854.     tell application "Finder"
  2855.         open item "Dev.CD Jun 97 SSW"
  2856.         activate
  2857.     end tell
  2858. on error errMsg number errNum
  2859.     --enter statements to perform when no records are found such as...
  2860.     display dialog "Sorry, the item you selected could not be found."
  2861.     return
  2862. end try
  2863. ss' systems 
  2864.     on a target drive, name the Chooser on a newly installed system on a target, 
  2865.     and move files (i.e. hiding 
  2866. the system file from the finder for 
  2867.     non-blessed systems) plus several other features.  All features are
  2868.     implemented with radio buttons or text strings (such as path names to hard
  2869.     drives and system files).
  2870.     Requirements:  ShimmerMate must be launched from the same volume 
  2871.     which you will be changing system information on (i.e. de-blessing
  2872.     system folders).
  2873.   VU Aid 1.0.8
  2874.     VU Aid is a tool which is installed on any VU target to help the Virtual
  2875.     User Age
  2876. 61440X
  2877. Apr 98^
  2878. --set theItem to choose file -- uncomment to test in an AS editor
  2879.     tell application "Finder"
  2880.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleTalk Wide Area:"
  2881.         activate
  2882.     end tell
  2883. on error errMsg number errNum
  2884.     --enter statements to perform when no records are found such as...
  2885.     display dialog "Sorry, the item you selected could not be found."
  2886.     return
  2887. end try
  2888. e    No Changef(AppleTalk Wide Area
  2889. Router
  2890. Internetq
  2891. Dev.CD Apr 98 SDK1
  2892. JD!All Packages
  2893. Tool Chest Edition
  2894. AppsToGo
  2895. Summary:  AppsToGo is a development framework for Mac development that supports a variety of development platforms, including  MPW, THINK, and CodeWarrior.  AppsToGo sports very strong prototyping, along with robust application support.
  2896. Issues:  Free -- use at own risk
  2897. Sample Code.imgK
  2898. May 93L
  2899. Nov 94M
  2900. Development-caliber Mac.:Sample Code:V
  2901. 61441X
  2902. Moved
  2903. Driver Installer
  2904.     7:Sample Code:V
  2905. 53846X
  2906. 1e    No Change
  2907. J<Documentation:
  2908. SOMobjects
  2909.  - Read Me First
  2910. System Additions:K
  2911. Jan 96L
  2912. Oct 96ODDev.CD Apr 98 SDK2:Development Kits (Disc 2):SOMobjects
  2913.  for Mac OS:PIDev.CD Apr 98 SDK2
  2914.  - Development Kits (Disc 2)
  2915.  - SOMobjects
  2916.  for Mac OS
  2917. hypertalk
  2918. scripter
  2919. display
  2920. summary
  2921. supplementing
  2922. documentation
  2923. summary
  2924. validator
  2925. utility
  2926. testing
  2927. sierra/i
  2928. summary
  2929. simple
  2930. macintosh
  2931. application
  2932. supports
  2933. summary
  2934. network
  2935. software
  2936. installer
  2937. insta
  2938. sun's
  2939. sunsoft
  2940. supersedes
  2941. suport
  2942. supplement
  2943. supplementing
  2944. supplied
  2945. supply
  2946. supportN
  2947. QuickTime, Java, MRJO
  2948. Dev.CD May 00 TC:Sample Code:P
  2949. Dev.CD May 00 TC
  2950.  - Sample CodeV
  2951. 61524X
  2952. May 00^
  2953. r--set theItem to choose file -- uncomment to test in an AS editor
  2954.     tell application "Finder"
  2955.         open item "Dev.CD May 00 TC:Sample Code:"
  2956.         activate
  2957.     end tell
  2958. on error errMsg number errNum
  2959.     --enter statements to perform when no records are found such as...
  2960.     display dialog "Sorry, the item you selected could not be found."
  2961.     return
  2962. end try
  2963. e    No Changef
  2964. QuickTime
  2965. Dev.CD May 00 TC
  2966. All Packages
  2967. Cyrillic Language KitO!Dev.CD May 97 TC
  2968. Dev.CD May 96 TCP Dev.CD May 97 TC
  2969. Dev.CD May 96 TV
  2970. 61525X
  2971. May 97
  2972. MP management agent for your application or service. Not just for networking but for all applications.
  2973. Issues:  Redistribution license required from Apple if you want to ship the MacSNMP. No license required to ship SNMP agents by themselves
  2974. 1e    No Change
  2975. wanted
  2976. wanting
  2977. wants
  2978. complete
  2979. apple
  2980. hardware
  2981. developer
  2982. documentation
  2983. where
  2984. complexity
  2985. compliance
  2986. compliant
  2987. complies
  2988. componentP
  2989. component-based
  2990. components
  2991. composersj
  2992. composit
  2993. composite
  2994. composited
  2995. compositepictures
  2996. compositing
  2997. composition
  2998. compositor
  2999. compound
  3000. compound-document
  3001. comprehensive
  3002. compress
  3003. compressed
  3004. compressimage
  3005. compressionP
  3006. Dev.CD May 00 TC:Sample Code:P
  3007. Dev.CD May 00 TC
  3008.  - Sample CodeV
  3009. 61654X
  3010. May 00^
  3011. r--set theItem to choose file -- uncomment to test in an AS editor
  3012.     tell application "Finder"
  3013.         open item "Dev.CD May 00 TC:Sample Code:"
  3014.         activate
  3015.     end tell
  3016. on error errMsg number errNum
  3017.     --enter statements to perform when no records are found such as...
  3018.     display dialog "Sorry, the item you selected could not be found."
  3019.     return
  3020. end try
  3021. e    No Changef
  3022. QuickTime
  3023. Dev.CD May 00 TC
  3024. ImportExportI
  3025. This demo program shows how to export a movie, using the user dialog to customise export settings, import a media file and reference a media file in a movie.J
  3026. Sample Code.imgK
  3027. Feb 00
  3028. - Common
  3029.     - Sun Compliant Java Runtime Environment 1.1
  3030.     - QuickTime 3 
  3031.     - QTJava.zip
  3032.     - QTJava media samples
  3033. - Mac OS:
  3034.     - System 8 or later
  3035.     - Macintosh Runtime for Java (MRJ) 2.1
  3036. - Windows 95, 98, or NT::
  3037.     - JRE/JDK from Sun Microsystems, Inc. recommended
  3038. Inc. recommended
  3039. All Packages
  3040. System 7.5 Update 1.0O
  3041. Dev.CD Jan 96 SSWP
  3042. Dev.CD Jan 96 SSV
  3043. 62239X
  3044. Jan 96
  3045. f--set theItem to choose file -- uncomment to test in an AS editor
  3046.     tell application "Finder"
  3047.         open item "Dev.CD Jan 96 SSW"
  3048.         activate
  3049.     end tell
  3050. on error errMsg number errNum
  3051.     --enter statements to perform when no records are found such as...
  3052.     display dialog "Sorry, the item you selected could not be found."
  3053.     return
  3054. end try
  3055. All Packages
  3056. System 7.5 Update 1.0O
  3057. Dev.CD Jan 96 SSWP
  3058. Dev.CD Jan 96 SSV
  3059. 62240X
  3060. Jan 96
  3061. f--set theItem to choose file -- uncomment to test in an AS editor
  3062.     tell application "Finder"
  3063.         open item "Dev.CD Jan 96 SSW"
  3064.         activate
  3065.     end tell
  3066. on error errMsg number errNum
  3067.     --enter statements to perform when no records are found such as...
  3068.     display dialog "Sorry, the item you selected could not be found."
  3069.     return
  3070. end try
  3071. All Packages
  3072. System 7.5 Update 1.0V
  3073. 62241X
  3074. p--set theItem to choose file -- uncomment to test in an AS editor
  3075.     tell application "Finder"
  3076.         open item "Dev.CD Apr 94
  3077. Dev.CD Jan 94"
  3078.         activate
  3079.     end tell
  3080. on error errMsg number errNum
  3081.     --enter statements to perform when no records are found such as...
  3082.     display dialog "Sorry, the item you selected could not be found."
  3083.     return
  3084. end try
  3085. examine
  3086. projector
  3087. luther
  3088. PFDev.CD May 00 TC
  3089.  - Tool Chest
  3090.  - Testing & Debugging
  3091.  - General tools
  3092.     tell application "Finder"
  3093.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Imran's Virtual Keycodes:"
  3094.         activate
  3095.     end tell
  3096. on error errMsg number errNum
  3097.     --enter statements to perform when no records are found such as...
  3098.     display dialog "Sorry, the item you selected could not be found."
  3099.     return
  3100. end try
  3101. d uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.BDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  3:PJDev.CD Mar 00 RL
  3102.  - Technical Documentation
  3103.  - develop
  3104.  - develop Issue  3sh. Most of them are also SuperCard compatible.
  3105. Features: Expand the capabilities of HyperCard/ SuperCard by adding many external commands and functions.
  3106. Issues: Send any comments, bug reports, suggestions to:
  3107. AppleLink: RINALDI1
  3108. CalvaCom : FR10
  3109. Compuserve : 71170,2111
  3110. Internet : RINALDI1@APPLELINK@APPLE.COM  
  3111. Deleted
  3112. 61731X
  3113. Dec 99^
  3114. --set theItem to choose file -- uncomment to test in an AS editor
  3115.     tell application "Finder"
  3116.         open item "Dev.CD Dec 99 RL:Technical Documentation:Macintosh Technical Q&As:"
  3117.         activate
  3118.     end tell
  3119. on error errMsg number errNum
  3120.     --enter statements to perform when no records are found such as...
  3121.     display dialog "Sorry, the item you selected could not be found."
  3122.     return
  3123. end try
  3124. Deletedq
  3125. Dev.CD Dec 99 RL
  3126. All Packages
  3127. Macintosh Technotes and Q&As
  3128.     APThe latest and greatest Technotes and Q&As from our web site. 
  3129. Updated 1/25/2000
  3130. J.index.html
  3131. index.html.1
  3132. style.css
  3133. technotesK
  3134. Jan 00L
  3135. Jan 00M
  3136. web browserN
  3137. Technote, Q&A, MacintoshORDev.CD Mar 00 RL1:What's New:Technical Documentation:Macintosh Technotes and Q&As:PZDev.CD Mar 00 RL1
  3138.  - What's New
  3139.  - Technical Documentation
  3140.  - Macintosh Technotes and Q&AsV
  3141. 61732X
  3142. 1e    No Changeo.http://developer.apple.com/techpubs/index.html
  3143. transport
  3144. debug
  3145. transport
  3146. debug
  3147. transport
  3148. lights:
  3149. Realistic Color for Real-World Applications.  Extensions to the Macintosh graphics system software and how to use them.
  3150. All About the Palette Manager.  The what, why, and how of the Palette Manager and how it works with 32-Bit QuickDraw.
  3151. Braving Offscreen Worlds.  Use the new offscreen calls to set up and to maintain your offscreen world. 
  3152. The Perils of Postscript.  Mixing the models: Postscript and Qui
  3153. xckDraw; tricks for the mix.
  3154. Compatibility: Rules of the Road.  An overview of the most critical System 7.0 compatibility issues.
  3155. Debugging Declaration ROMs.  Everything you need to know to build and to debug a NuBus declaration ROM.
  3156. Apple II Development Dynamo.  Produce fast, small, readable, reliable Apple II assembly-language code quickly and conveniently using Dynamo.
  3157. J(develop Issue  1:
  3158. develop Issue  1 code:K
  3159. Vol IIIL
  3160. Jun 95
  3161. aegizmos
  3162. 1.4.2]
  3163. aete]
  3164. editor
  3165. stack
  3166. 1.0b3]
  3167. resedit
  3168. template^
  3169. aetracker]
  3170. aetracker
  3171. aetracker
  3172. aetracker
  3173. monitor`
  3174. aetracker
  3175. read`
  3176. aeusertermtypes^
  3177. aeusertermtypes
  3178. aeut^
  3179. resource^
  3180. protocol
  3181. agent
  3182. agfile
  3183. agfile
  3184. aiatb
  3185. manual
  3186. changes
  3187. readmeb
  3188. alchemist
  3189. alerts
  3190. aliasc
  3191. alias
  3192. alias
  3193. aliases
  3194. aliaslab
  3195. align
  3196. align
  3197. htmlt
  3198. alphaselector
  3199. alphaselector
  3200. amazonbooks
  3201. amazonbooks
  3202. amazonmusic
  3203. amazonmusic
  3204. analysis
  3205. analyzerT
  3206. animation
  3207. omenabler
  3208. antlr
  3209. aoceapi
  3210. aocesam
  3211. ow sizes.  The standard Macintosh WDEFs are also included.  Note that when selecting a particular window shape, all movies opened after that will reflect that change.
  3212. Movie Status:  Opens a window displaying the current movie being examined.  It will tell you all you need to know about movie controllers, frames/sec performance, playback rates, etc.
  3213. Also:  Preference Settings, AppleEvents aware, Flattenning Movies, Hiding and Showing of Controllers
  3214. MegaMovies
  3215. Read Me
  3216. Read Me.txtK
  3217. Jul 92L
  3218. Feb 93MHMac with 68020 or later, System 6.0.7 or later, QuickTime
  3219.  1.0 extensionO7Dev.CD May 00 TC:Tool Chest:QuickTime:MegaMovies 1.6.2:P?Dev.CD May 00 TC
  3220.  - Tool Chest
  3221.  - QuickTime
  3222.  - MegaMovies 1.6.2nder.
  3223.     -Using drag data which makes sense only to your own application. 
  3224.     -Dragable lists.
  3225.  List Manager
  3226.     -Both 68K and PowerPC native click loop procedures  (there's a gotcha with a native click loop procedure).
  3227.     -Non standard text styles in lists.
  3228.     -Dragable lists. 
  3229. 62546X
  3230. Sep 97^
  3231. --set theItem to choose file -- uncomment to test in an AS editor
  3232.     tell application "Finder"
  3233.         open item "Dev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:"
  3234.         activate
  3235.     end tell
  3236. on error errMsg number errNum
  3237.     --enter statements to perform when no records are found such as...
  3238.     display dialog "Sorry, the item you selected could not be found."
  3239.     return
  3240. end try
  3241. Deletedf+QuickView
  3242. Toolbox Assistant
  3243. quick referenceq
  3244. Dev.CD Sep 97 RL
  3245. D(All Packages
  3246. Reference Library Edition
  3247. Toolbox Assistant Update
  3248.     ager SDKV
  3249. 59098X
  3250. Apr 00^
  3251. #//ftp.apple.com/developer/Development_Kits/Display_Manager_SDK.sit.hqx
  3252.         activate
  3253.     end tell
  3254. on error errMsg number errNum
  3255.     --enter statements to perform when no records are found such as...
  3256.     display dialog "Sorry, the item you selected could not be found."
  3257.     return
  3258. end try
  3259. All Packages
  3260. QuickDraw GXO
  3261. Dev.CD Aug 96 TCP
  3262. Dev.CD Aug 96 TV
  3263. 58281X
  3264. scriptswitcher8
  3265. quick
  3266. modify
  3267. resources
  3268. scriptx
  3269. scang
  3270. image
  3271. scannerg
  3272. scanner
  3273. addendumg
  3274. scanner
  3275. scannersg
  3276. scheduleR
  3277. scpt]
  3278. scrap
  3279. scrap
  3280. color
  3281. documentation
  3282. scrapbook
  3283. scrapbook
  3284. scrapcolor
  3285. scrapcolor
  3286. scrapcolor
  3287. library
  3288. scrapcolordemo
  3289. scrapxcmds
  3290. scrapxcmds
  3291. script
  3292. scriptableprinting
  3293. scriptableprinting
  3294. scriptableprinting
  3295. scriptablestuffiteng
  3296. scriptablestuffiteng
  3297. scripting
  3298. scriptingadditions
  3299. scripts
  3300. scriptswitcher
  3301. scriptswitcher
  3302. scriptx
  3303. scriptx
  3304. platforms
  3305. scriptx
  3306. differences
  3307. tools
  3308. tools
  3309. scsimonitor
  3310. scsimonitor
  3311. restartB
  3312. restarting
  3313. restore
  3314. restored
  3315. resulta
  3316. resulting
  3317. results`
  3318. resumej
  3319. resumegl
  3320. resuming
  3321. retailj
  3322. retrace
  3323. retrain
  3324. retreived
  3325. retrieval
  3326. retrieve
  3327. retrieved
  3328. retrievepictinfo
  3329. retrieving
  3330. retryz
  3331. return
  3332. returned`
  3333. returnsj
  3334. revisionw
  3335. revisited
  3336. revolution
  3337. rewrite
  3338. rewritten
  3339. rgbforecolor
  3340. rhapsody
  3341. ricardo
  3342. richard
  3343. richery
  3344. rightZ
  3345. Dev.CD Jun 97 SSV
  3346. 61941X
  3347. Jun 97
  3348. f--set theItem to choose file -- uncomment to test in an AS editor
  3349.     tell application "Finder"
  3350.         open item "Dev.CD Jun 97 SSW"
  3351.         activate
  3352.     end tell
  3353. on error errMsg number errNum
  3354.     --enter statements to perform when no records are found such as...
  3355.     display dialog "Sorry, the item you selected could not be found."
  3356.     return
  3357. end try
  3358. D!All Packages
  3359. Mac OS SDK Edition
  3360. QuickDraw 3D for Windows 1.5.2
  3361. QuickDraw
  3362.  3D enables your computer to display three-dimensional graphics using applications designed to take advantage of QuickDraw 3D. It also provides a common file format, called QuickDraw 3D Metafile (or 3DMF for short), for exchanging 3D documents.  QuickDraw 3D also provides acceleration services which support plug-and-play accelerator cards.   Enclosed, you will find the v.1.5.2 release of QuickDraw 3D for Windows.
  3363. QuickDraw 3D v1.5.2K
  3364. Sep 97N
  3365. QuickDraw 3D, Windows, Metafileange
  3366. resolutiong
  3367. resolutionsg
  3368. resolvec
  3369. resolvealiastopathc
  3370. resolverelativealias
  3371. resolving
  3372. resorting
  3373. resouce
  3374. resourceY
  3375. resourcesX
  3376. respect
  3377. respective
  3378. respectively
  3379. respond
  3380. responseo
  3381. responses
  3382. responsible
  3383. ressler
  3384. sample
  3385. demonstrating
  3386. certain
  3387. kinds
  3388. f--set theItem to choose file -- uncomment to test in an AS editor
  3389.     tell application "Finder"
  3390.         open item "Dev.CD Jan 96 SSW"
  3391.         activate
  3392.     end tell
  3393. on error errMsg number errNum
  3394.     --enter statements to perform when no records are found such as...
  3395.     display dialog "Sorry, the item you selected could not be found."
  3396.     return
  3397. end try
  3398. se file -- uncomment to test in an AS editor
  3399.     tell application "Finder"
  3400.         open item "Dev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Tools:AEGizmos 1.4.2:"
  3401.         activate
  3402.     end tell
  3403. on error errMsg number errNum
  3404.     --enter statements to perform when no records are found such as...
  3405.     display dialog "Sorry, the item you selected could not be found."
  3406.     return
  3407. end try
  3408. e    No Changef!AppleScript
  3409. Apple events
  3410. AEGizmosq
  3411. Dev.CD May 00 TC
  3412.  D!All Packages
  3413. Tool Chest Edition
  3414. AETracker 3.0
  3415.     lity
  3416. utility
  3417. space
  3418. variable
  3419. variables
  3420. vector
  3421. general-purpose
  3422. generally
  3423. generate
  3424. generated
  3425. generatesn
  3426. generating
  3427. generation
  3428. ss LAN module.
  3429.    The developer note includes information about
  3430.    - the features of the Power Mac G4
  3431.    - compatibility issues
  3432.    - the internal logic of the Power Mac G4
  3433.    - the I/O ports and built-in I/O devices
  3434.    - the RAM expansion DIMM
  3435.    - the PCI expansion slots
  3436.    - the system software that comes
  3437.  with the Power Mac G4
  3438. =============
  3439. MAC OS 8 and 9:
  3440. =============
  3441. Apple Type Services for Unicode Imaging Reference [UPDATE]  
  3442. This document describes the complete API reference for ATSUI and is  updated for ATSUI 1.2. New features in ATSUI 1.2 include a linguistically based breakline and added tab character handling. The document also contains an appendix detailing the API elements from other technologies that are also used by ATSUI.
  3443. ------------------------------------------------
  3444. csmp-digest-v3-002
  3445. csmp-digest-v3-003
  3446. csmp-digest-v3-004
  3447. csmp-digest-v3-005
  3448. csmp-digest-v3-006
  3449. csmp-digest-v3-007
  3450. csmp-digest-v3-008
  3451. csmp-digest-v3-009
  3452. csmp-digest-v3-010
  3453. csmp-digest-v3-011
  3454. csmp-digest-v3-012
  3455. csmp-digest-v3-013
  3456. csmp-digest-v3-014
  3457. csmp-digest-v3-015
  3458. csmp-digest-v3-016
  3459. csmp-digest-v3-017
  3460. csmp-digest-v3-018
  3461. csmp-digest-v3-019
  3462. csmp-digest-v3-020
  3463. csmp-digest-v3-021
  3464. csmp-digest-v3-022
  3465. csmp-digest-v3-023
  3466. csmp-digest-v3-024
  3467. csmp-digest-v3-025
  3468. csmp-digest-v3-026
  3469. csmp-digest-v3-027
  3470. csmp-digest-v3-028
  3471. csmp-digest-v3-029
  3472. csmp-digest-v3-030
  3473. csmp-digest-v3-031
  3474. csmp-digest-v3-032
  3475. csmp-digest-v3-033
  3476. csmp-digest-v3-034
  3477. csmp-digest-v3-035
  3478. csmp-digest-v3-036
  3479. cwpro2t
  3480. datah
  3481. databasem
  3482. database
  3483. suitem
  3484. dcmda
  3485. debug]
  3486. debuggingu
  3487. demo_
  3488. detectorsh
  3489. change
  3490. developeru
  3491. developmentm
  3492. directionsj
  3493. disku
  3494. Summary:  Drop
  3495. PS provides the ability to download PostScript text files, as well as EPS (Encapsulated PostScript) files, to a network-connected PostScript printer. Files may be downloaded in the background, and entire folders or disks may be downloaded as well.
  3496. Features:  This updated version fixes a bug which prevented Drop
  3497. PS from seeing printers in zones other than the default one.
  3498. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for aBbny problems you may encounter in its use.  
  3499. PS is freeware, provided by Bare Bones Software.
  3500. J-!NOT AN APPLE PRODUCT!:
  3501. About Drop
  3502. Nov 94L
  3503. Sep 95M
  3504. PS requires System 7.0 or later, and is compatible with System 7.5, 68040 and PowerPC-based Macs, 32-bit addressing, and virtual memory.O>Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  3505. PS 1.1.3:PFDev.CD Nov 99 TC
  3506.  - Tool Chest
  3507.  - Developer Utilities
  3508.  - Drop
  3509. PS 1.1.32
  3510. enabled@
  3511. enabler@
  3512. engine@
  3513. entire@
  3514. erases@
  3515. everyone@
  3516. examples@
  3517. expands@
  3518. extending@
  3519. extensions@
  3520. features
  3521. features
  3522. includes
  3523. demonstration
  3524. documentation
  3525. complete@
  3526. fileinfo@
  3527. fills
  3528. filter@
  3529. finder's@
  3530. first-person@
  3531. flashing@
  3532. flicker-free@
  3533. folders@
  3534. years
  3535. multimedia
  3536. developers
  3537. regarded
  3538. equilibrium's
  3539. forwarders@
  3540. foundation
  3541. reference@
  3542. four@
  3543. freed@
  3544. front@
  3545. fully@
  3546. functions/methods@
  3547. general-purpose@
  3548. generator@
  3549. events@
  3550. gives@
  3551. goodies@
  3552. grabber@
  3553. graphics@
  3554. group@
  3555. groups@
  3556. gunther@
  3557. handling@
  3558. hands@
  3559. happens@
  3560. haun's@
  3561. haven't@
  3562. health@
  3563. held@
  3564. helps@
  3565. high-visibility@
  3566. hints@
  3567. summarizationb
  3568. f--set theItem to choose file -- uncomment to test in an AS editor
  3569.     tell application "Finder"
  3570.         open item "Dev.CD Jul 96 SSW"
  3571.         activate
  3572.     end tell
  3573. on error errMsg number errNum
  3574.     --enter statements to perform when no records are found such as...
  3575.     display dialog "Sorry, the item you selected could not be found."
  3576.     return
  3577. end try
  3578. topping
  3579. total
  3580. totally
  3581. totals
  3582. touch
  3583. touches
  3584. tough
  3585. toward
  3586. towards
  3587. tpifile
  3588. tpifile
  3589. sample
  3590. module
  3591. tpifile
  3592. traceT
  3593. traceback
  3594. traceroute
  3595. ocket
  3596. iness & Marketing: News (Apple Initiatives Sell 3d-Party Products); Market Research Monthly (Apple Macintosh User Study); Marketing Feature (Retail Channels).
  3597. This is final draft copy from Apple Directions, 
  3598.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS. 
  3599. Apple Directions 01/95
  3600. Apple Directions 02/95
  3601. Apple Directions 03/95
  3602. Apple Directions 04/95
  3603. Apple Directions 05/95
  3604. Apple Directions 06/95
  3605. Apple Directions 07/95
  3606. Apple Directions 08/95
  3607. Apple Directions 09/95
  3608. Apple Directions 10/95
  3609. Apple Directions 11/95
  3610. Apple Directions 12/95
  3611. Mar 95L
  3612. Dec 95OMDev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1995:PUDev.CD Nov 99 TC
  3613.  - Programs & Marketing
  3614.  - Apple Directions
  3615.  - Apple Directions 1995f input for Japanese encodings.
  3616.  TEC now does a better job of handling characters that are in MacJapanese but not in Shi
  3617. Vol IIIL
  3618. May 95M
  3619. HyperCard,SuperCard, PlusO_Dev.CD Nov 99 TC:Tool Chest:Development Tools & Languages:HyperCard Related:Rinaldi Collection:PjDev.CD Nov 99 TC
  3620.  - Tool Chest
  3621.  - Development Tools & Languages
  3622.  - HyperCard Related
  3623.  - Rinaldi CollectionV
  3624. 62127X
  3625. Nov 99^
  3626. --set theItem to choose file -- uncomment to test in an AS editor
  3627.     tell application "Finder"
  3628.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Tools & Languages:HyperCard Related:Rinaldi Collection:"
  3629.         activate
  3630.     end tell
  3631. on error errMsg number errNum
  3632.     --enter statements to perform when no records are found such as...
  3633.     display dialog "Sorry, the item you selected could not be found."
  3634.     return
  3635. end try
  3636. Deletedq
  3637. Dev.CD Nov 99 TC
  3638. yD!All Packages
  3639. Tool Chest Edition
  3640. Robix & sources
  3641. 62128X
  3642. May 00^
  3643. --set theItem to choose file -- uncomment to test in an AS editor
  3644.     tell application "Finder"
  3645.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Debuggers & dcmds:"
  3646.         activate
  3647.     end tell
  3648. on error errMsg number errNum
  3649.     --enter statements to perform when no records are found such as...
  3650.     display dialog "Sorry, the item you selected could not be found."
  3651.     return
  3652. end try
  3653. e    No Changeq
  3654. Dev.CD May 00 TC
  3655. zD!All Packages
  3656. Tool Chest Edition
  3657. ROM Build/Download 3.2.4
  3658. !Summary:  This is a series of tools (with source) that allow developers to build a declaration ROM that is suitable for downloading from the assembled and linked image.
  3659. Features:  Update to version 3.2.3.  Contains bug fixes for building declartion ROMs larger than 64K, other hints.
  3660. J--Read Me
  3661. CRCPatch folder
  3662. Data folder
  3663. tjs commK
  3664. Oct 92L
  3665. Aug 95M
  3666. MPW:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:V
  3667. 62129X
  3668. 1e    No Change
  3669. s SDK:
  3670. All Packages
  3671. System Enabler 111 (PB 160/180)O
  3672. Dev.CD Apr 93P
  3673. Dev.CD Apr 9V
  3674. 62407X
  3675. Apr 93
  3676. b--set theItem to choose file -- uncomment to test in an AS editor
  3677.     tell application "Finder"
  3678.         open item "Dev.CD Apr 93"
  3679.         activate
  3680.     end tell
  3681. on error errMsg number errNum
  3682.     --enter statements to perform when no records are found such as...
  3683.     display dialog "Sorry, the item you selected could not be found."
  3684.     return
  3685. end try
  3686. All Packages
  3687. System Enabler 111 (PB 160/180)O
  3688. Dev.CD Apr 93P
  3689. Dev.CD Apr 9V
  3690. 62408X
  3691. Apr 93
  3692. b--set theItem to choose file -- uncomment to test in an AS editor
  3693.     tell application "Finder"
  3694.         open item "Dev.CD Apr 93"
  3695.         activate
  3696.     end tell
  3697. on error errMsg number errNum
  3698.     --enter statements to perform when no records are found such as...
  3699.     display dialog "Sorry, the item you selected could not be found."
  3700.     return
  3701. end try
  3702. All Packages
  3703. 62409X
  3704. QuickTime, Java, MRJ
  3705. doesn'tj
  3706. doesn't
  3707. documents
  3708. properly
  3709. doesnt
  3710. dogcow
  3711. doinj
  3712. doing
  3713. domain
  3714. domestic
  3715. don'td
  3716. doneB
  3717. oubler
  3718. doubles
  3719. doubletrouble
  3720. down`
  3721. downfall
  3722. download
  3723. downloaded
  3724. downloading
  3725. downloads
  3726. dozens
  3727. draftj
  3728. drafting
  3729. dragN
  3730. drag-and-drop
  3731. dragable
  3732. dragged
  3733. dragging
  3734. draglib
  3735. draglow
  3736. dramatic
  3737. dramatically
  3738. drawback
  3739. drawbacks
  3740. drawing
  3741. drawn
  3742. draws
  3743. drawsprcoket
  3744. sparcstations
  3745. spawn
  3746. spbgetdeviceinfo
  3747. spbrecord
  3748. spbsetdeviceinfo
  3749. speakj
  3750. speakerphone
  3751. speakers
  3752. speaking
  3753. speaksj
  3754. specfically
  3755. specialT
  3756. specialized
  3757. specially
  3758. specifics
  3759. specifically
  3760. specificationo
  3761. : This tool updates the MacTCP 1.1 driver to correct a problem with the reception of packets on Macintosh Pluses running System 7.0 or later. 
  3762. Features: The modified MacTCP driver will work on Apple Macintosh Plus Computers running System 7.  The release version 1.1 of MacTCP does not work in this configuration.
  3763. J@MacTCP+ Tool
  3764. README for MacTCP+ Tool
  3765. README for MacTCP+ Tool.txtK
  3766. Mar 92:Tool Chest:Networking:MacTCP:MacTCP+ Tool:V
  3767. 59259X
  3768. 1e    No Change
  3769.     ExAPPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.
  3770. Js !NOT AN APPLE PRODUCT!
  3771.  Scrap Color Documentation
  3772.  ScrapColor Demo
  3773. Demo source
  3774. scrapcolor library
  3775. ScrapColorDemo.
  3776. Sep 96O6Dev.CD May 00 TC:Tool Chest:QuickDraw:Scrap Color 1.0:P>Dev.CD May 00 TC
  3777.  - Tool Chest
  3778.  - QuickDraw
  3779.  - Scrap Color 1.0return
  3780. end try
  3781. All Packages
  3782. System Enabler 111 (PB 160/180)O
  3783. Dev.CD Apr 93P
  3784. Dev.CD Apr 9V
  3785. 58683X
  3786. Apr 93
  3787. b--set theItem to choose file -- uncomment to test in an AS editor
  3788.     tell application "Finder"
  3789.         open item "Dev.CD Apr 93"
  3790.         activate
  3791.     end tell
  3792. on error errMsg number errNum
  3793.     --enter statements to perform when no records are found such as...
  3794.     display dialog "Sorry, the item you selected could not be found."
  3795.     return
  3796. end try
  3797. All Packages
  3798. System Enabler 111 (PB 160/180)O
  3799. Dev.CD Apr 93P
  3800. Dev.CD Apr 9V
  3801. 58684X
  3802. Apr 93
  3803. Updatedq
  3804. Dev.CD May 00 TC
  3805. (D!All Packages
  3806. Tool Chest Edition
  3807. UniversalHIDModuleTestI
  3808. Sample Code.imgK
  3809. Feb 00M
  3810. Dev.CD May 00 TC:Sample Code:P
  3811. Dev.CD May 00 TC
  3812.  - Sample CodeV
  3813. 62559X
  3814. May 00^
  3815. r--set theItem to choose file -- uncomment to test in an AS editor
  3816.     tell application "Finder"
  3817.         open item "Dev.CD May 00 TC:Sample Code:"
  3818.         activate
  3819.     end tell
  3820. on error errMsg number errNum
  3821.     --enter statements to perform when no records are found such as...
  3822.     display dialog "Sorry, the item you selected could not be found."
  3823.     return
  3824. end try
  3825. e    No Changeq
  3826. Dev.CD May 00 TC
  3827. UnmountIt 1.2
  3828. HSummary:  UnmountIt lets you easily unmount and eject sharable volumes when Macintosh File Sharing is in use.  UnmountIt demonstrates how to user server control calls to control AppleShare/File Sharing, how to drop volumes on an application icon, and how to unmount and eject a disk.
  3829. All Metrowerks Pascal source code included.
  3830. ncluded.
  3831.  leaks.
  3832. Features:  Memory Monitor provides infomation about memory usage from three vantage points: 
  3833. 1) From Macsbug's point of view you can obtain the same info as the Heap Totals (HT), Heap Zones (HZ), and Heap Check (HC) commands.
  3834. 2) From the Process Manager's point of view you can obtain a list of active processes and get the information provided by the GetProcessInformation tool box call for each process.
  3835. 3) From Finder's point of view you can obtain the numbers provided by the "AbouC
  3836. t this Macintosh" dialog.
  3837. Virtual User tools.imgK
  3838. Jul 93L
  3839. Aug 94
  3840. Memory Monitor requires System Software 7.0 or greater, and Apple
  3841.  Event Manager v1.0.1 or later. Memory Monitor can be utilized by either Virtual User 2.0 or any AppleScript capable environment. Memory Monitor runs on all Macintosh models including and after the Macintosh Plus. 
  3842. N(Testing, Memory, Virtual User, DebuggingOCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:
  3843. Summary: LaserWriter 8.0 is the driver for the current printing architecture that many have been waiting for, with lots of nifty new features.
  3844. Features: Streamlined user interface.  Supports PostScript printer definition (PPD) files for extensive printer-specific features.  Saves EPS files.  New API calls assist in QuickDraw to PostScript translation.  Generates PostScript Level 2 code for Level 2 devices.  Extremely compatible.  Fixes many problems with older drivers.  Faster performanceB
  3845. , especially in background.
  3846. JYDeveloper Information
  3847. New API  sample
  3848. New API documentation
  3849. Read me before using new API!K
  3850. Nov 93L
  3851. Nov 93M
  3852. System Software 6.0.7 or later.O7Dev.CD May 00 TC:Tool Chest:Printing:LaserWriter 8 API:P?Dev.CD May 00 TC
  3853.  - Tool Chest
  3854.  - Printing
  3855.  - LaserWriter 8 APIPC PCI based MacintoshN
  3856. PCI ndrv driver loaderO
  3857. Dev.CD May 00 TC:Sample Code:P
  3858. Dev.CD May 00 TC
  3859.  - Sample CodeV
  3860. 59223X
  3861. May 00^
  3862. #that you get a renderer that is has the capabilities you want.
  3863. May 00^
  3864. r--set theItem to choose file -- uncomment to test in an AS editor
  3865.     tell application "Finder"
  3866.         open item "Dev.CD May 00 TC:Sample Code:"
  3867.         activate
  3868.     end tell
  3869. on error errMsg number errNum
  3870.     --enter statements to perform when no records are found such as...
  3871.     display dialog "Sorry, the item you selected could not be found."
  3872.     return
  3873. end try
  3874. e    No Changef
  3875. QuickTime
  3876. Dev.CD May 00 TC
  3877. aD!All Packages
  3878. Tool Chest Edition
  3879. PopupFuncs 2.6.1
  3880. Summary:  PopUpFuncs is a productivity tool for developers. When invoked by clicking on a control in a source code window
  3881. s title bar, it creates a popup menu of every function contained in a source code file, allowing you to see instantly the contents of an unfamiliar file. If a name is selected from the menu, the file is instantly scrolled to the beginning of that function. PopUpFuncs works with CodeWarrior, MPW, THINK C/Symantec C++, SADE, BBEdit, and QUED/M, and parses C, C++, Pascal, 
  3882. MPW etc.imgK
  3883. Nov 97N
  3884. power macintosh debuggerO6Dev.CD May 00 TC:Tool Chest:Development Kits:MPW etc.:P>Dev.CD May 00 TC
  3885.  - Tool Chest
  3886.  - Development Kits
  3887.  - MPW etc.V
  3888. 61852X
  3889. May 00^
  3890. --set theItem to choose file -- uncomment to test in an AS editor
  3891.     tell application "Finder"
  3892.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW etc.:"
  3893.         activate
  3894.     end tell
  3895. on error errMsg number errNum
  3896.     --enter statements to perform when no records are found such as...
  3897.     display dialog "Sorry, the item you selected could not be found."
  3898.     return
  3899. end try
  3900. e    No Changef
  3901. power macintosh debuggerq
  3902. Dev.CD May 00 TC
  3903. fD!All Packages
  3904. Tool Chest Edition
  3905. Power Macintosh Prod. Artwork 
  3906. follow
  3907. followed
  3908. following
  3909. follows
  3910. fonte
  3911. fonts
  3912. We    No Changeq
  3913. Dev.CD May 98 TC
  3914. XD!All Packages
  3915. Tool Chest Edition
  3916. PeopleSurveyor 2.1.2
  3917. Summary: This tool makes it easy to survey people on electronic nets.  Responses are transmitted to central server.  Results are compiled with the touch of a button and can be imported into word processors, spreadsheets, or stat. packages.
  3918. Features: 
  3919.  Responses automatically send in over LocalTalk, AppleLink, or by floppy.
  3920.   Sixteen question formats.  
  3921.  Six page printable Help.  
  3922.  Enforces expiration date, discourages multiple responses.
  3923. PeopleSurveyor 2.1.2K
  3924. Oct 92M
  3925. HyperCard 2.1OTDev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:P_Dev.CD May 98 TC
  3926.  - Tool Chest
  3927.  - Development Kits
  3928.  - HyperCard Related
  3929.  - PeopleSurveyor 2.1.2V
  3930. 61839X
  3931. May 98^
  3932. #Msg number errNum
  3933.     --enter statements to perform when no records are found such as...
  3934.     display dialog "Sorry, the item you selected could not be found."
  3935.     return
  3936. end try
  3937. N"quicktime jpeg compress decompress the MacSNMP developer's kit. It has all the interface files, documentation, demo and test software that are necessary to start development of agents for the MacSNMP architecture.
  3938. This folder also contains the MacSNMP transport developer's kit. It contains all the additional information you would need to implement SNMP over transports other than AppleTalk or TCP (which are supplied by Apple).
  3939. In order to install a working SNMP client on your Macintosh, you n
  3940. eed to install the AppleTalk Connection and/or TCP/IP Connection product software. These products are included on E.T.O. - an alias has been provided for your convenience.
  3941. The current version of MacSNMP (v1.1) is compatible with version 1.1.2 of the Apple Shared Library Manager. This folder contains all components of ASLM 1.1.2 needed to develop MacSNMP agents.
  3942. The folder MacSNMP Update 1.1.1 contains a new version of the SNMP Macintosh Agent that fixes a problem with the gestaltTable wi
  3943. This package includes both the Open Transport v1.3 Debug Installer and the Open Transport v1.3 SDK
  3944. Updated version of Open Transport which includes numerous bug fixes.  Some of the new features in OT 1.3 are support for CFM-68K in the client Open Transport API, and Single Link Multihoming support.
  3945. To use Open Transport 1.3 Debug version, System Software 8.1 is required.  To work with the SDK, the sample code was built using MetroWerks CW 11 and MPW from ETO 22.
  3946. J'Open Transport Debug
  3947. Open Transport SDKK
  3948. Jun 95L
  3949. Jun 98N-Open Transport, Networking, AppleTalk, TCP/IPO>Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:PFDev.CD Apr 00 SDK1
  3950.  - Development Kits
  3951.  - Mac OS
  3952.  - Open Transport 1.3nit which attempts to allocate a 1 megabyte and then a 2 megabyte handle in the System heap.
  3953. Switch Stack:  This is a simple example of showing how to correctly switch to a private stack for interrupt-time code that requires more than a few dozen bytes of stack space. Th
  3954. 7PBDev.CD May 00 TC
  3955.  - Tool Chest
  3956.  - Hardware
  3957.  - OpenFWBridgeFixJul97t to test in an AS editor
  3958.     tell application "Finder"
  3959.         open item "Dev.CD May 00 TC:Tool Chest:Communications Toolbox:CTB Development Resources:"
  3960.         activate
  3961.     end tell
  3962. on error errMsg number errNum
  3963.     --enter statements to perform when no records are found such as...
  3964.     display dialog "Sorry, the item you selected could not be found."
  3965.     return
  3966. end try
  3967. e    No Changeq
  3968. Dev.CD May 00 TC
  3969. D!All Packages
  3970. Tool Chest Edition
  3971. CustomMediaIvThis demo program shows how to subclass the quicktime.std.movies.media.Media class to support any Custom media types. J
  3972. Sample Code.imgK
  3973. Feb 00
  3974. - Common
  3975.     - Sun Compliant Java Runtime Environment 1.1
  3976.     - QuickTime 3 
  3977.     - QTJava.zip
  3978.     - QTJava media samples
  3979. - Mac OS:
  3980.     - System 8 or later
  3981.     - Macintosh Runtime for Java (MRJ) 2.1
  3982. - Windows 95, 98, or NT::
  3983.     - JRE/JDK from Sun Microsystems, Inc. recommended
  3984. :Sample Code:V
  3985. 60291X
  3986. 1e    No Change
  3987. 2140X
  3988. apple
  3989. ethernet
  3990. apple
  3991. video
  3992. example
  3993. example
  3994. sounds
  3995. example
  3996. examples
  3997. experimental
  3998. experimental
  3999. interfacelib
  4000. explnd
  4001. explosionframes
  4002. explosionframes
  4003. export
  4004. exrom-1func
  4005. exrom-1func
  4006. sresource
  4007. extendprintrecord
  4008. extendprintrecord
  4009. extendprintrecord
  4010. extensione
  4011. extension
  4012. extension
  4013. extensions
  4014. extensions-applebuil
  4015. extensions-mcwbuilt
  4016. extractitems
  4017. extractitems
  4018. extractors
  4019. extras
  4020. f-french
  4021. features
  4022. feedback
  4023. feedback
  4024. request
  4025. 9/1/93
  4026. D-ROM
  4027.  - CD-ROM Validator 1.1V
  4028. 60246X
  4029. May 00^
  4030. 5.0.7V
  4031. 5.3.2
  4032. 5thcolumn
  4033. 6.0.3
  4034. 6.0.4
  4035. 6.0.5
  4036. 6.1b9
  4037. processor
  4038. upgrade
  4039. enablerC
  4040. 7.0.1O
  4041. 7.1p2
  4042. 7.1p5
  4043. 7.1p6
  4044. 7.5.5
  4045. 61668X
  4046. Jan 98^
  4047. --set theItem to choose file -- uncomment to test in an AS editor
  4048.     tell application "Finder"
  4049.         open item "Dev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Interactive Corp Success Guide:"
  4050.         activate
  4051.     end tell
  4052. on error errMsg number errNum
  4053.     --enter statements to perform when no records are found such as...
  4054.     display dialog "Sorry, the item you selected could not be found."
  4055.     return
  4056. end try
  4057. DeletedfCreturn on investment
  4058. business processes
  4059. interactive media solutionsq
  4060. Dev.CD Jan 98 SDK1
  4061. D!All Packages
  4062. Mac OS SDK Edition
  4063. International NSI 1.5.1
  4064.     ac OS Runtime Architectures
  4065. Read Me - Other SSW DocsK
  4066. Mar 95O@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  4067.  - Technical Documentation
  4068.  - More SSW Documentationp-digest-v3-069
  4069. csmp-digest-v3-070
  4070. csmp-digest-v3-071
  4071. csmp-digest-v3-072
  4072. csmp-digest-v3-073
  4073. csmp-digest-v3-074
  4074. csmp-digest-v3-075
  4075. csmp-digest-v
  4076. 61677X
  4077. May 00^
  4078. --set theItem to choose file -- uncomment to test in an AS editor
  4079.     tell application "Finder"
  4080.         open item "Dev.CD May 00 TC:Language Kits:Japanese Language Kit 1.2:"
  4081.         activate
  4082.     end tell
  4083. on error errMsg number errNum
  4084.     --enter statements to perform when no records are found such as...
  4085.     display dialog "Sorry, the item you selected could not be found."
  4086.     return
  4087. end try
  4088. e    No Changeq
  4089. Dev.CD May 00 TC
  4090. D!All Packages
  4091. Tool Chest Edition
  4092. hows the usage of the QTImageDrawer to allow QuickTime to draw the results of painting into a Java offscreen Image and its associated Java Graphics.J
  4093. Sample Code.imgK
  4094. Feb 00
  4095. - Common
  4096.     - Sun Compliant Java Runtime Environment 1.1
  4097.     - QuickTime 3 
  4098.     - QTJava.zip
  4099.     - QTJava media samples
  4100. - Mac OS:
  4101.     - System 8 or later
  4102.     - Macintosh Runtime for Java (MRJ) 2.1
  4103. - Windows 95, 98, or NT::
  4104.     - JRE/JDK from Sun Microsystems, Inc. recommended
  4105. QuickTime, Java, MRJckTime, Java, MRJPrint Hint
  4106. summary
  4107. 5thcolumn
  4108. allows
  4109. control
  4110. informatiB
  4111. summary
  4112. collection
  4113. scripts
  4114. tools
  4115. summary
  4116. collection
  4117. reports
  4118. multimedia
  4119. standards
  4120. summary
  4121. macsbug
  4122. helps
  4123. detect
  4124. memory
  4125. summary
  4126. fills
  4127. disposed
  4128. memory
  4129. error
  4130. summary
  4131. guide
  4132. support
  4133. development
  4134. macintosh
  4135. summary
  4136. hypercard
  4137. create
  4138. resolve
  4139. aliasesc
  4140. summary
  4141. macsbug
  4142. macro
  4143. debugging
  4144. summary
  4145. snippet
  4146. showing
  4147. determine
  4148. currently
  4149. summary
  4150. technical
  4151. notes
  4152. contain
  4153. latest
  4154. summary
  4155. parser
  4156. allow
  4157. access
  4158. system'sV
  4159. summary
  4160. aetracker
  4161. init/control
  4162. panel
  4163. allows
  4164. summary
  4165. which
  4166. known
  4167. finderevents
  4168. summary
  4169. apple
  4170. peoplesoft
  4171. launched
  4172. partnership
  4173. summary
  4174. apple
  4175. computer
  4176. espana
  4177. prepared
  4178. guide
  4179. --set theItem to choose file -- uncomment to test in an AS editor
  4180.     tell application "Finder"
  4181.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:"
  4182.         activate
  4183.     end tell
  4184. on error errMsg number errNum
  4185.     --enter statements to perform when no records are found such as...
  4186.     display dialog "Sorry, the item you selected could not be found."
  4187.     return
  4188. end try
  4189. be found."
  4190.     return
  4191. end try
  4192. All Packages
  4193. System Enabler 111 (PB 160/180)O
  4194. Dev.CD Apr 93P
  4195. Dev.CD Apr 9V
  4196. 61182X
  4197. Apr 93
  4198. b--set theItem to choose file -- uncomment to test in an AS editor
  4199.     tell application "Finder"
  4200.         open item "Dev.CD Apr 93"
  4201.         activate
  4202.     end tell
  4203. on error errMsg number errNum
  4204.     --enter statements to perform when no records are found such as...
  4205.     display dialog "Sorry, the item you selected could not be found."
  4206.     return
  4207. end try
  4208. All Packages
  4209. 61183X
  4210. system
  4211. samples
  4212. system
  4213. tune-up
  4214. system
  4215. system
  4216. system
  4217. update
  4218. system
  4219. update
  4220. system
  4221. 7.5.5
  4222. update
  4223. system
  4224. enabler
  4225. system
  4226. enabler
  4227. system
  4228. enabler
  4229. centris/quadra
  4230. system
  4231. enabler
  4232. ColorSync 3.0 Mac SDK
  4233. The complete ColorSync
  4234.  3.0 SDK for Mac developers. It includes the following:
  4235. Interfaces & Link Libraries
  4236. Documentation
  4237. Sample Code
  4238. Goodies
  4239. ColorSync
  4240.  3.0 is the latest version of Apple Computer's color management architecture for the Mac OS. For more information visit the ColorSync website at http://www.apple.com/colorsync.
  4241. What's New in ColorSync
  4242.       - Device Profiles and Document Profiles
  4243.       - ColorSync Workflows
  4244.       - Apple CMM
  4245.       - Calibration Assistant Expert mode
  4246.       - Profile path balloons
  4247.       - Profile descriptions in double byte languages
  4248.       - Profile First Aid
  4249. ColorSync Features
  4250.       - AppleScript support
  4251.       - JPEG and GIF support
  4252.       - Profile Cache File
  4253.       - Profiles Folder Location and Subfolders
  4254.       - Photoshop Plug-ins
  4255.       - Multiprocessing support
  4256.       - support for 16 bits per channel images
  4257.       - What gets installed with ColorSync
  4258. ColorSync 3.0.imgK
  4259. Mar 93L
  4260. Dec 99p
  4261. change
  4262. Requires: 
  4263. - Sun Compliant Java Runtime Environment 1.1
  4264. - QuickTime 3 
  4265. - QTJava.zip
  4266. - Windows 95, 98, or NT:
  4267. - JRE/JDK from Sun Microsystems, Inc. recommendedN
  4268. QuickTime, Java, WindowsOXDev.CD Feb 00 TC:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:PcDev.CD Feb 00 TC
  4269.  - What's New?
  4270.  - Development Kits
  4271.  - Cross Platform
  4272.  - QuickTime Java Windows SDKV
  4273. 62114X
  4274. Feb 00^
  4275. --set theItem to choose file -- uncomment to test in an AS editor
  4276.     tell application "Finder"
  4277.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:"
  4278.         activate
  4279.     end tell
  4280. on error errMsg number errNum
  4281.     --enter statements to perform when no records are found such as...
  4282.     display dialog "Sorry, the item you selected could not be found."
  4283.     return
  4284. end try
  4285. e    No Changef
  4286. QuickTime
  4287. Windowso
  4288. http://developer.apple.com/sdk/q
  4289. Dev.CD Feb 00 TC
  4290. lD!All Packages
  4291. Tool Chest Edition
  4292. QuickTime TMON User AreaW
  4293. a Access application, a panel appears that shows them if the camera is connected, the number of images in the camera, and two buttons (one to view images in the camera and the other to transfer images between the computer and the camera). This camera panel is an example of a camera component. Camera vendors will be provided with the opportunity to create components unique to their digital cameras. 
  4294. This entire modular architecture will provide advantages for application developers, camera
  4295.  vendors, and ultimately, end users. It will make it easier for application developers to better integrate their applications with camera devices. This, in turn, will make it easier for users to integrate images with their documents, presentations, web sites, and other communications. It will also provide users with more image and camera savvy applications to improve their productivity. Camera vendors win because they no longer need to spend large amounts of time creating image capture app
  4296. Deletedq
  4297. Dev.CD Nov 99 TC
  4298. XD!All Packages
  4299. Tool Chest Edition
  4300. Audit app & dcmd
  4301. Summary:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  4302. The DisplayAudit application may be used to follow the execution of a program being audited.  It can display auditing from several sources, and allows logging the audited data to a text file.
  4303. General tools.imgK
  4304. Feb 94N
  4305. testing, debuggingO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  4306.  - Tool Chest
  4307.  - Testing & Debugging
  4308.  - General toolsV
  4309. 61455X
  4310. May 00^
  4311. #ctivate
  4312.     end tell
  4313. on error errMsg number errNum
  4314.     --enter statements to perform when no records are found such as...
  4315.     display dialog "Sorry, the item you selected could not be found."
  4316.     return
  4317. end try
  4318. All Packages
  4319. F)System Enabler 131 (PB 160/165c/180/180c)V
  4320. 61185X
  4321. b--set theItem to choose file -- uncomment to test in an AS editor
  4322.     tell application "Finder"
  4323.         open item "Dev.CD Jul 95"
  4324.         activate
  4325.     end tell
  4326. on error errMsg number errNum
  4327.     --enter statements to perform when no records are found such as...
  4328.     display dialog "Sorry, the item you selected could not be found."
  4329.     return
  4330. end try
  4331. previews
  4332. previousa
  4333. previouslyn
  4334. prgeneral
  4335. prgram
  4336. price
  4337. pricesj
  4338. primarily
  4339. primary
  4340. primer
  4341. primitive
  4342. primitivesd
  4343. principles
  4344. printN
  4345. print2
  4346. printable
  4347. printer-specific
  4348. printersj
  4349. All Packages
  4350. QuickDraw 3DO
  4351. Dev.CD Jun 97 SSWP
  4352. Dev.CD Jun 97 SSV
  4353. 61939X
  4354. Jun 97
  4355. f--set theItem to choose file -- uncomment to test in an AS editor
  4356.     tell application "Finder"
  4357.         open item "Dev.CD Jun 97 SSW"
  4358.         activate
  4359.     end tell
  4360. on error errMsg number errNum
  4361.     --enter statements to perform when no records are found such as...
  4362.     display dialog "Sorry, the item you selected could not be found."
  4363.     return
  4364. end try
  4365. All Packages
  4366. QuickDraw 3DO
  4367. Dev.CD Jun 97 SSWP
  4368. Dev.CD Jun 97 SSV
  4369. 61940X
  4370. Jun 97
  4371. f--set theItem to choose file -- uncomment to test in an AS editor
  4372.     tell application "Finder"
  4373.         open item "Dev.CD Jun 97 SSW"
  4374.         activate
  4375.     end tell
  4376. on error errMsg number errNum
  4377.     --enter statements to perform when no records are found such as...
  4378.     display dialog "Sorry, the item you selected could not be found."
  4379.     return
  4380. end try
  4381. All Packages
  4382. QuickDraw 3DO
  4383. Dev.CD Jun 97 SSWV
  4384. 61941X
  4385. scriptx
  4386. 1.5.1
  4387. scroll
  4388. samples
  4389. tools
  4390. sdec/scomP
  4391. security
  4392. security
  4393. sedit
  4394. sedit
  4395. 1.0b3
  4396. selectors
  4397. server
  4398. server
  4399. remote
  4400. control
  4401. services
  4402. setdefaultdtp
  4403. setdeskcpatdemo
  4404. setled
  4405. aegizmos_
  4406. aerecordsn
  4407. aesenda
  4408. aete]
  4409. aetracker`
  4410. aeut^
  4411. aevta
  4412. affect
  4413. affected
  4414. affects
  4415. affordable
  4416. affordanceo
  4417. afloat
  4418. after
  4419. aiatb
  4420. aimedd
  4421. airport
  4422. alertj
  4423. alerts
  4424. alexander
  4425. algorithmb
  4426. algorithms
  4427. aliasesc
  4428. alignment
  4429. alivej
  4430. all-new
  4431. allocatingg
  4432. allocation
  4433. allocators
  4434. allowV
  4435. allowing
  4436. allowsB
  4437. All Packages
  4438. F    QuickTimeO
  4439. Dev.CD Jun 97 SSWP
  4440. Dev.CD Jun 97 SSV
  4441. 62097X
  4442. Jun 97
  4443. f--set theItem to choose file -- uncomment to test in an AS editor
  4444.     tell application "Finder"
  4445.         open item "Dev.CD Jun 97 SSW"
  4446.         activate
  4447.     end tell
  4448. on error errMsg number errNum
  4449.     --enter statements to perform when no records are found such as...
  4450.     display dialog "Sorry, the item you selected could not be found."
  4451.     return
  4452. end try
  4453. All Packages
  4454. F    QuickTimeO
  4455. Dev.CD Jun 97 SSWP
  4456. Dev.CD Jun 97 SSV
  4457. 62098X
  4458. Jun 97
  4459. f--set theItem to choose file -- uncomment to test in an AS editor
  4460.     tell application "Finder"
  4461.         open item "Dev.CD Jun 97 SSW"
  4462.         activate
  4463.     end tell
  4464. on error errMsg number errNum
  4465.     --enter statements to perform when no records are found such as...
  4466.     display dialog "Sorry, the item you selected could not be found."
  4467.     return
  4468. end try
  4469. All Packages
  4470. F    QuickTimeO
  4471. Dev.CD Jun 97 SSWP
  4472. Dev.CD Jun 97 SSV
  4473. 62099X
  4474. Jun 97
  4475. All Packages
  4476. System Enabler 003 (LC III)OEDev.CD Apr 94
  4477. Dev.CD Jan 94
  4478. Dev.CD Oct 93
  4479. Dev.CD Jul 93
  4480. Dev.CD Apr 93PDDev.CD Apr 94
  4481. Dev.CD Jan 94
  4482. Dev.CD Oct 93
  4483. Dev.CD Jul 93
  4484. Dev.CD Apr 9V
  4485. 62319X
  4486. Apr 94
  4487. --set theItem to choose file -- uncomment to test in an AS editor
  4488.     tell application "Finder"
  4489.         open item "Dev.CD Apr 94
  4490. Dev.CD Jan 94
  4491. Dev.CD Oct 93
  4492. Dev.CD Jul 93
  4493. Dev.CD Apr 93"
  4494.         activate
  4495.     end tell
  4496. on error errMsg number errNum
  4497.     --enter statements to perform when no records are found such as...
  4498.     display dialog "Sorry, the item you selected could not be found."
  4499.     return
  4500. end try
  4501. All Packages
  4502. System Enabler 003 (LC III)O7Dev.CD Apr 94
  4503. Dev.CD Jan 94
  4504. Dev.CD Oct 93
  4505. Dev.CD Aug 93P6Dev.CD Apr 94
  4506. Dev.CD Jan 94
  4507. Dev.CD Oct 93
  4508. Dev.CD Aug 9V
  4509. 62320X
  4510. Apr 94
  4511. 2.1.3
  4512. 2.1.4
  4513. 2.3.0
  4514. 2.4b6z
  4515. 2.6.1
  4516. 2.6.5X
  4517. 2/94w
  4518. 2400c
  4519. 61803X
  4520. Jan 97^
  4521. --set theItem to choose file -- uncomment to test in an AS editor
  4522.     tell application "Finder"
  4523.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc:"
  4524.         activate
  4525.     end tell
  4526. on error errMsg number errNum
  4527.     --enter statements to perform when no records are found such as...
  4528.     display dialog "Sorry, the item you selected could not be found."
  4529.     return
  4530. end try
  4531. DeletedfPOpenDoc
  4532. Component Software
  4533. Compound Document Architecture
  4534. Objects
  4535. CORBAq
  4536. Dev.CD Jan 97 SDK2
  4537. 5D!All Packages
  4538. Mac OS SDK Edition
  4539. F(OpenDoc Development Framework, Release 3
  4540. Dev.CD Apr 98 SDK2
  4541. &D!All Packages
  4542. Tool Chest Edition
  4543. Declaration ROMsIySummary:  Includes example declaration ROM sources, as well as exploded declaration ROM views of specific Apple products.JuEx Apple EtherNet ROM
  4544. Ex Apple Video ROM
  4545. Example Vid ROM from C&D
  4546. ExROM-1Func sResource
  4547. MinimalDeclROM.a
  4548. ROM diagramsK
  4549. Oct 92nge
  4550.  Snippet to illustrate how to use CopyB
  4551. e    No Changef
  4552. ADBOp
  4553. CFM-68Kq
  4554. Dev.CD May 00 TC
  4555. D.All Packages
  4556. Tool Chest Edition
  4557. New & RevisedF
  4558. SetupGL
  4559. Version 1.1: Adds windowed mode that allows creation of an OpenGL context on an already existing window.  Also, cleans up existing implementation of fullscreen mode.  SetupGL still handles all aspects of GL setup on the Macintosh.
  4560. Version 1.0: Added PreflightGL () function.  Fixed various minor errors.  Corrected fade implementation.  Added a little more robustness in the application end in failure conditions, fixed problem with aglFont handling.
  4561. SetupGL is a set of functions that can beips
  4562. objectcode
  4563. objectppc
  4564. objects
  4565. objectsupportlib
  4566. obsolete
  4567. obsolete
  4568. pre-asip
  4569. obsolete&unsupported
  4570. obtain
  4571. install
  4572. image
  4573. sample
  4574. image
  4575. tools
  4576. image
  4577. sample
  4578. parts
  4579. odf-interest
  4580. odf-interest
  4581. archive
  4582. odfdev
  4583. odflibrary
  4584. odflibrary
  4585. ers section of the QuickTime web-site where you will find many components of the SDK  on-line at:
  4586. http://www.apple.com/quicktime/developers
  4587. JmCheck the QuickTime 3 SDK
  4588. folder for more information
  4589. integrated with QuickTime.
  4590.  QuickTime VR is now fully K
  4591. Jul 97L
  4592. Oct 98O9Dev.CD Apr 00 SDK1:Development Kits:Mac OS:QuickTime
  4593.  VR:PADev.CD Apr 00 SDK1
  4594.  - Development Kits
  4595.  - Mac OS
  4596.  - QuickTime
  4597.  VRdentification
  4598. image
  4599. imagewriter
  4600. imaging
  4601. inactive
  4602. eevent
  4603. apple
  4604. event
  4605. dcmda
  4606. managerd
  4607. manualsw
  4608. memory
  4609. menuh
  4610. missA
  4611. mixed
  4612. modulet
  4613. monitor
  4614. networkQ
  4615. networking
  4616. newsi
  4617. object-orientedY
  4618. objectsupportlib
  4619. transport
  4620. cache
  4621. delete
  4622. query
  4623. pbclock
  4624. pcmcia
  4625. performanceA
  4626. performance
  4627. hardware
  4628. powerpc
  4629. bandwidth
  4630. cache
  4631. rates
  4632. picker
  4633. platformQ
  4634. number
  4635. number
  4636. formatting
  4637. resedit
  4638. localization
  4639. object
  4640. object
  4641. disassembly
  4642. ultraslimfast
  4643. dumpobj
  4644. object-orientedY
  4645. objective-c
  4646. objects
  4647. objectsupportlib
  4648. macodbc
  4649. database
  4650. connectivity
  4651. drivers
  4652. network
  4653. middlewar
  4654. off-screen
  4655. opaque
  4656. choose
  4657. folder
  4658. navigation
  4659. services
  4660. transport
  4661. cache
  4662. delete
  4663. query
  4664. transport
  4665. resource
  4666. codewarrior
  4667. ethern
  4668. transport
  4669. debug
  4670. transport
  4671. kernel
  4672. strlog
  4673. debug
  4674. streams
  4675. transport
  4676. appletalk
  4677. rawmode
  4678. nbplookup
  4679. otlookup
  4680. transport
  4681. mapper
  4682. mapperref
  4683. transport
  4684. netstat
  4685. display
  4686. cache
  4687. logical
  4688. physic
  4689. transport
  4690. networking
  4691. appletalk
  4692. tcp/ip
  4693. notification
  4694. notifier
  4695. notify
  4696. notions
  4697. novell
  4698. novemberj
  4699. novice
  4700. nsa/commerce
  4701. library
  4702. plug-ins
  4703. network
  4704. administrator's
  4705. guide
  4706. second
  4707. edition
  4708. nsstring
  4709. nsthread
  4710. nubusQ
  4711. nubustester
  4712. nubustester
  4713. library
  4714. source
  4715. detect
  4716. early
  4717. macintosh
  4718. number
  4719. numbers
  4720. numerals
  4721. numerousp
  4722. nvram
  4723. nvramrc
  4724. objectQ
  4725. object-based
  4726. chooser
  4727. choosesh
  4728. choosing
  4729. christine
  4730. chromakey
  4731. chromakeying
  4732. chrpj
  4733. chunks
  4734. cicn's
  4735. cincludes
  4736. circumstances
  4737. claimj
  4738. claims
  4739. clariss
  4740. clarisworkss
  4741. clark
  4742. clashj
  4743. class
  4744. classesj
  4745. classicd
  4746. classroomR
  4747. clauseN
  4748. clauses
  4749. clean
  4750. cleaner
  4751. cleans
  4752. clear
  4753. clearly
  4754. click
  4755. click-dragging
  4756. clicked
  4757. clicking
  4758. clicksh
  4759. clicksound
  4760. client
  4761. client-server
  4762. o p   near you).
  4763. icl8 To cicn:  This snippet converts a 'icl8' and 'ICN#' resource to a 'cicn' r
  4764. Documentation:
  4765. Examples:
  4766. Extensions-AppleBuilt:
  4767. Extensions-MCWBuilt:
  4768. Interfaces:
  4769. Libraries:
  4770. Mac OS USB DDK License
  4771. Mac OS USB DDK Readme
  4772. USB Software Locator Kit:
  4773. Utilities:K
  4774. Apr 00L
  4775. Apr 00
  4776. Device Testing requires Power Macintosh System with USB built-in or PCI USB or Cardbus USB card running Mac OS 8.6 or greater. The Mac OS 9.0 Software Update is preferred. This release of USB ships as part of Mac OS 9.0 Software Update.
  4777. Development requires MPW or CodeWarrior Development environment and Universal Libraries and Headers 3.3.
  4778. The sample code will not compile unless the Universal Libraries and Interfaces 3.3 are part of the development environment.
  4779. NxUniversal Serial Bus, USB, OHCI, Mass Storage Class Driver, HID Class Driver, Keyboard Driver, Mouse Driver, Mac OS USB
  4780. O8Dev.CD Apr 00 SDK1:What's New:Development Kits:Hardware:P@Dev.CD Apr 00 SDK1
  4781.  - What's New
  4782.  - Development Kits
  4783.  - Hardwarede:P
  4784. Dev.CD May 00 TC
  4785.  - Sample CodeV
  4786. 60440X
  4787. May 00^
  4788. #rent date 
  4789. we're
  4790. we've
  4791. weather
  4792. objects
  4793. documentation
  4794. web-site
  4795. webcolor
  4796. webobjects
  4797. webobjects
  4798. library
  4799. webobjects
  4800. webobjects
  4801. categories
  4802. posers
  4803. theresa
  4804. tensor
  4805. webobjects
  4806. developer's
  4807. guide
  4808. webobjects
  4809. memory
  4810. management
  4811. theresa
  4812. tensor
  4813. inform
  4814. webobjects
  4815. tools
  4816. techniques
  4817. theresa
  4818. tensor
  4819. well-designed
  4820. well-trod
  4821. wereo
  4822. what_
  4823. memory
  4824. correlate
  4825. correspondence
  4826. corresponding
  4827. corresponds
  4828. corrosponding
  4829. corrupted
  4830. corruption
  4831. cosmetic
  4832. costly
  4833. costsj
  4834. couldX
  4835. shows
  4836. society
  4837. softwareO
  4838. solaris
  4839. soled
  4840. solid
  4841. hows how to write a device loop that works u
  4842. driver
  4843. software
  4844. locator
  4845. useful
  4846. useful
  4847. addmenu
  4848. script
  4849. manual
  4850. user's
  4851. usersy
  4852. userstartup
  4853. userstartup
  4854. goodies
  4855. using
  4856. using
  4857. quicktime
  4858. conferencing
  4859. utilcode
  4860. utilities
  4861. utilities
  4862. utilities
  4863. utility
  4864. v1.5.2
  4865. v1.5.3
  4866. validator
  4867. validator
  4868. validator
  4869. documentation
  4870. validator
  4871. documentation
  4872. variable
  4873. variables
  4874. verifier
  4875. verifier
  4876. version
  4877. version
  4878. history
  4879. version
  4880. history
  4881. versionedit
  4882. filter
  4883. filterdirectory
  4884. filterdirectory
  4885. findchange
  4886. finderevents
  4887. finderevents
  4888. findhammerhead
  4889. findhammerhead
  4890. findlurkers
  4891. firstp
  4892. 1.4d5
  4893. attach
  4894. deWarrior 11 to compileN
  4895. RAM disk block device driverO
  4896. Dev.CD May 00 TC:Sample Code:P
  4897. Dev.CD May 00 TC
  4898.  - Sample CodeV
  4899. 60888X
  4900. May 00^
  4901. r--set theItem to choose file -- uncomment to test in an AS editor
  4902.     tell application "Finder"
  4903.         open item "Dev.CD May 00 TC:Sample Code:"
  4904.         activate
  4905.     end tell
  4906. on error errMsg number errNum
  4907.     --enter statements to perform when no records are found such as...
  4908.     display dialog "Sorry, the item you selected could not be found."
  4909.     return
  4910. end try
  4911. Movedf
  4912. RAM disk block device driverq
  4913. Dev.CD May 00 TC
  4914. sD!All Packages
  4915. Mac OS SDK Edition
  4916. RAVE Starter Samples
  4917. *There are three different samples here, each showing a variation on the same theme -- we create a window and do some simple 2D drawing into it.  These samples don't show any clipping code or a full featured 3D engine; these will appear in a future sample.
  4918. Textures and RAVE callbacks are discussed
  4919. e    No Change
  4920. ut the Power Mac G4 
  4921. O0Dev.CD Apr 00 SDK1:What's New:Tool Chest:MacApp:P8Dev.CD Apr 00 SDK1
  4922.  - What's New
  4923.  - Tool Chest
  4924.  - MacAppange of graphics entities.  It also shows you how to work with bitmaps and pictures, specialized QuickDrax GX graphic shapes.
  4925. QuickDraw GX Objects
  4926. This book gets you started in understanding how to work with QuickDraw GX and how to create the objects that underlie all of its capabilities.  It focuses on the object architecture as a whole, and how to use the objects that make up a QuickDra
  4927. w GX shape: the shape object, the style object, the ink object, and the transform object.
  4928. QuickDraw GX Printing
  4929. This book shows you how to support basic printing features including desktop printers, and how to use QuickDraw GX printing objects to customize printing and perform advanced printing-related tasks.
  4930. QuickDraw GX Printing Extensions and Drivers
  4931. This book shows you how to extend the printing capabilities of QuickDraw GX by creating a printing extension that can work with any appl
  4932. Summary: AETracker is an INIT/Control Panel that allows you to monitor and collect a record of all AppleEvent Manager activity on your machine
  4933. AETracker records all AppleEvent Manager activity on your machine, and places the output in an MPW readable text file.
  4934. This allows you the ability to track down bugs and problem code quickly, you can see the exact sequence of calls your (or other) application is making, and the data given to and the results returned from the call.
  4935. Features: AET 3B
  4936. .0 includes many enhancements, including more speed, and external programmatic interface, and MacsBug symbol recording.  Please see the Read Me for complete details.
  4937. JUAETracker
  4938. AETracker Monitor
  4939. AETracker 
  4940.  Read
  4941. AETracker.h
  4942. Programmatic Interface - AETK
  4943. Mar 92L
  4944. Oct 92M4System 7.0 or later.  Any System 7 capable MacintoshN
  4945. AE, Apple Events, AppleEventsORDev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Tools:AETracker 3.0:W
  4946. features
  4947. features
  4948. allows
  4949. reset
  4950. interrupt
  4951. keyboard
  4952. features
  4953. allows
  4954. users
  4955. chess
  4956. network
  4957. play dialog "Sorry, the item you selected could not be found."
  4958.     return
  4959. end try
  4960. e    No Changef
  4961. QuickDraw GX
  4962. GXGraphics 1.1.6re, such as 
  4963. apple
  4964. apple
  4965. event
  4966. macsbug
  4967. displays
  4968. apple
  4969. reporter
  4970. hypercard
  4971. stack
  4972. longer
  4973. apple
  4974. information
  4975. access
  4976. toolkit
  4977. object-orienb
  4978. appleshare
  4979. client
  4980. consists
  4981. routines
  4982. creat
  4983. cardbus
  4984. contains
  4985. folders
  4986. title
  4987. documentation
  4988. sampl
  4989. colorsync
  4990. plug-in
  4991. modules
  4992. provide
  4993. command
  4994. equivalent
  4995. macro
  4996. complete
  4997. colorsync
  4998. developers
  4999. include
  5000. contents
  5001. interest
  5002. anyone
  5003. invol
  5004. contents
  5005. enable
  5006. developers
  5007. create
  5008. enclosed
  5009. files
  5010. allow
  5011. build
  5012. driver
  5013. synchronization
  5014. control
  5015. panel
  5016. allows
  5017. 61563X
  5018. Mar 00^
  5019. --set theItem to choose file -- uncomment to test in an AS editor
  5020.     tell application "Finder"
  5021.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  7:"
  5022.         activate
  5023.     end tell
  5024. on error errMsg number errNum
  5025.     --enter statements to perform when no records are found such as...
  5026.     display dialog "Sorry, the item you selected could not be found."
  5027.     return
  5028. end try
  5029. Next CDq
  5030. Dev.CD Mar 00 RL
  5031. ED(All Packages
  5032. Reference Library Edition
  5033. develop Issue  8
  5034. managers
  5035. manuals
  5036. mapper
  5037. mapperref
  5038. storage
  5039. class
  5040. driver
  5041. match
  5042. matching
  5043. mdata
  5044. media
  5045. memhell
  5046. resedit
  5047. 2.1.1
  5048. disassembly
  5049. disassembler
  5050. viewer
  5051. edito
  5052. resources
  5053. ringQ
  5054. router
  5055. script
  5056. scriptable
  5057. scripting
  5058. NOTE: The Apple Guide SDK is intended for those developers wishing to develop for Mac OS 8.x and 9.x only. Apple will not port the underlying Apple Guide technology to Mac OS X. We encourage developers to transition to the new HTML based Apple Help wherever possible and minimize your reliance on Apple Guide technologies.
  5059. This folder contains updates to the Apple Guide SDK.
  5060. Apple Guide:  the 2.1.1 version of the Apple Guide system extension (Apple Guide is part of System 7.5. or greater a
  5061. nd will now work with System 7.0 and greater as well as OpenDoc)!
  5062. Apple Guide Debug:  an alternate 2.0.2 version of the Apple Guide system extension that allows you to debug guide files with the Guide Maker diagnose utility. This version is intended for use by authors using Guide Maker;  it provides no additional benefit for end users.
  5063. Apple Guide 2.1.1 Dev Rel Notes:  Apple Guide 2.1.1 Developer Release Notes. See this file and the Develop article below for what's new in Apple Guide 2.1
  5064. contains
  5065. transport
  5066. software
  5067. development
  5068. contenti
  5069. contentsa
  5070. speed`
  5071. speed-critical
  5072. speeding
  5073. speeds
  5074. spellcheck
  5075. spellchecking
  5076. speller
  5077. spelling
  5078. spells
  5079. spellswell
  5080. spend
  5081. sphere
  5082. splash
  5083. splasher
  5084. split
  5085. sponsored
  5086. spooled
  5087. spooler
  5088. spoolers
  5089. spoolingg
  5090. sports
  5091. spots
  5092. spreadsheets
  5093. spreadsheetss
  5094. sprite
  5095. sprites
  5096. sprocket
  5097. sprocketinvaders
  5098. sprocketinvaders
  5099. featured
  5100. specfically
  5101. built
  5102. sprockets
  5103. storyj
  5104. stragegyj
  5105. strassmann
  5106. strategicj
  5107. strategies
  5108. zationb
  5109. Summary: This is the electronic version of develop magazine.
  5110.  Issue 4 highlights:
  5111. Writing a Device Driver in C++ (What? In C++?)  by Tim Enwall.   How to capitalize on the advantages of a higher level language and avoid some of the pitfalls you may encounter if you write a driver in C++, including a complete example of a device driver in C++.
  5112. Polymorphic Code Resources in C++  by Patrick C. Beard.   A method of
  5113.  implementing polymorphism in stand-alone C++ code resources, illustrated b
  5114. y a window definition function that uses polymorphism.
  5115. Inside the Macintosh Coprocessor Platform and A/ROSE  by Joseph Maurer.   An  introduction to the basics of the Macintosh NuBus card and A/ROSE (the Apple Real-time Operating System Environment).
  5116. The Perils of PostScript
  5117. The Sequel  by Scott 
  5118.  Zimmerman.   A description of some gotchas that can occur when you use PostScript dictionaries in applications, and ways to work around them. 
  5119. Driving to Print:  An Apple IIGS Printer Drive
  5120. Descriptions of the operation of the major functions and the structures can be found in the SetupGL.h header file.
  5121. The include test application shows the basic use of SetupGL by building a context and letting the user control the specifications on the fly, rebuilding the context when the request changes.  This code also demonstrates the use of aglFonts, providing reusable font drawing routines.
  5122. Note: Some of the access paths will have to reset to point to the location of the OpenGL SG
  5123. DK on your local system.
  5124. Error Handler.c
  5125. Error Handler.h
  5126. Read Me
  5127. SetupDSp.c
  5128. SetupDSp.h
  5129. SetupGL Fullscreen Demo
  5130. SetupGL Main Windowed.c
  5131. SetupGL Main.c
  5132. SetupGL Windowed Demo
  5133. SetupGL.c
  5134. SetupGL.CW2.
  5135. SetupGL.CW5.
  5136. SetupGL.hK
  5137. Feb 00L
  5138. May 00MUPowerPC, System 8.1+, OpenGL SDK, DrawSprocket, and Universal Interfaces 3.3 or laterN%OpenGL, 3D, full screen, DrawSprocketO=Dev.CD May 00 TC:What's New?:Sample Code:Graphics 3D:SetupGL:un Microsystems, Inc. recommended
  5139. QuickTime, Java, MRJp:
  5140. soundsprocket
  5141. space
  5142. spbrecord
  5143. specification
  5144. speech
  5145. speech
  5146. recognition
  5147. spell
  5148. spellswell
  5149. spinning
  5150. spinning
  5151. cursors
  5152. spooler
  5153. sprite
  5154. sprocket
  5155. sprockets
  5156. stack
  5157. stacks
  5158. standard
  5159. standard
  5160. standardfile
  5161. standards
  5162. standards
  5163. based
  5164. starmax
  5165. state
  5166. statements
  5167. status
  5168. storage
  5169. streaming
  5170. streams
  5171. stress
  5172. string
  5173. string
  5174. encoding
  5175. string
  5176. services
  5177. strings
  5178. strip
  5179. strlog
  5180. structure
  5181. structure
  5182. region
  5183. stuffit
  5184. style
  5185. style
  5186. guidew
  5187. stylechat
  5188. sub-menus
  5189. suite
  5190. summary
  5191. switch
  5192. switcher
  5193. switching
  5194. symantec
  5195. symbiotic
  5196. synchronization
  5197. synthesis
  5198. sc. Standards
  5199.  - BinHex 4.0V
  5200. 60230X
  5201. Mar 00^    RL Disk 1
  5202. e    No Change
  5203. All Packages
  5204. PPC EnablerO
  5205. Dev.CD Jul 95P
  5206. Dev.CD Jul 9V
  5207. 61904X
  5208. Jul 95
  5209. b--set theItem to choose file -- uncomment to test in an AS editor
  5210.     tell application "Finder"
  5211.         open item "Dev.CD Jul 95"
  5212.         activate
  5213.     end tell
  5214. on error errMsg number errNum
  5215.     --enter statements to perform when no records are found such as...
  5216.     display dialog "Sorry, the item you selected could not be found."
  5217.     return
  5218. end try
  5219. D!All Packages
  5220. Tool Chest Edition
  5221. PrintRecordSpyISSummary:  Displays record directly for the current print record in a simple window.J
  5222. General tools.imgK
  5223. Feb 94N
  5224. testing, debugging, printersO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  5225.  - Tool Chest
  5226.  - Testing & Debugging
  5227.  - General toolsV
  5228. 61905X
  5229. May 00^
  5230. #iles in TIFFK
  5231. Apr 98M
  5232. ColorSync 2.xN%ColorSync, ICC, Profile SpecificationOkDev.CD Apr 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:nge
  5233. properly
  5234. properties
  5235. property
  5236. propertylist
  5237. proportional
  5238. propositinj
  5239. proprietary
  5240. prospective
  5241. protect
  5242. protected
  5243. proto
  5244. protocol
  5245. protocol's
  5246. protocols
  5247. prototyping
  5248. prove
  5249. proverbial
  5250. proves
  5251. provideZ
  5252. 1.3.4
  5253. 1.3.6
  5254. 1.3a6
  5255. 1.3b5
  5256. 1.4.1f4
  5257. 1.4.2_
  5258. 1.4.9
  5259. 1.4d5
  5260. ds are found such as...
  5261.     display dialog "Sorry, the item you selected could not be found."
  5262.     return
  5263. end try
  5264. All Packages
  5265. Chinese Language Kit UpdaterV
  5266. 57761X
  5267. mented
  5268. segmenting
  5269. segments
  5270. seldom
  5271. select
  5272. selected
  5273. selectingZ
  5274. selection
  5275. selector
  5276. selectors
  5277. selectsh
  5278. self-maintaining
  5279. self-moderating
  5280. self-mounting
  5281. self-pacedR
  5282. selfsend
  5283. sellj
  5284. selling
  5285. semantics
  5286. semchishen
  5287. send]
  5288. sendappleeventn
  5289. sender
  5290. sendfinderopen
  5291. sendingn
  5292. sends
  5293. senior
  5294. sense
  5295. sensitive
  5296. senta
  5297. sentence
  5298. sentencesb
  5299. sentense
  5300. separate
  5301. separatelyb
  5302. separations
  5303. septemberj
  5304. sequel
  5305. May 96M
  5306. Preferably a PowerPC machine although 68K machine can do.  Preferably system 7.5 with at least 16mb of ram and 20-30megs of space on a hard drive.N5Global search and replace; software project archivingO+Dev.CD Nov 99 TC:Sample Code:PartMaker 4.3:P0Dev.CD Nov 99 TC
  5307.  - Sample Code
  5308.  - PartMaker 4.3 Runtime Enabler.
  5309. Requirements:  The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.
  5310. NOTE:  This versiC
  5311. on is incompatible with:
  5312.  Cyberdog 2.0 alpha and older. Cyberdog 2.0 beta is compatible.
  5313.  Jasik's The Debugger, versions built prior to March 3, 1997
  5314. JQ CFM-68K Runtime Enabler
  5315. CFM-68K 4.0
  5316. CFM-68K Read Me
  5317. Interfaces:
  5318. ObjectSupportLibK
  5319. Jan 96L
  5320. May 97M
  5321. The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.O7Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:v.CD Jul 93
  5322. Dev.CD Apr 9V
  5323. 54592X
  5324. Oct 93
  5325. Vol IIIL
  5326. Vol VIIOIDev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:DTS MPW Goodies:PTDev.CD May 00 TC
  5327.  - Tool Chest
  5328.  - Development Kits
  5329.  - MPW Related
  5330.  - DTS MPW GoodiesV
  5331. 61593X
  5332. May 00^
  5333. --set theItem to choose file -- uncomment to test in an AS editor
  5334.     tell application "Finder"
  5335.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:DTS MPW Goodies:"
  5336.         activate
  5337.     end tell
  5338. on error errMsg number errNum
  5339.     --enter statements to perform when no records are found such as...
  5340.     display dialog "Sorry, the item you selected could not be found."
  5341.     return
  5342. end try
  5343. e    No Changeq
  5344. Dev.CD May 00 TC
  5345. cD!All Packages
  5346. Tool Chest Edition
  5347. DTS QT Utilities.Aug-95I
  5348. Summary:  This is a collection of useful QuickTime functions and applications. Consult the documentation inside the Documentation folder for more details.J
  5349. Sample Code.imgK
  5350. Jun 95L
  5351. Nov 95O
  5352. Dev.CD May 00 TC:Sample Code:P
  5353. Dev.CD May 00 TC
  5354.  - Sample CodeV
  5355. 61594X
  5356. May 00^
  5357. b--set theItem to choose file -- uncomment to test in an AS editor
  5358.     tell application "Finder"
  5359.         open item "Dev.CD Apr 95"
  5360.         activate
  5361.     end tell
  5362. on error errMsg number errNum
  5363.     --enter statements to perform when no records are found such as...
  5364.     display dialog "Sorry, the item you selected could not be found."
  5365.     return
  5366. end try
  5367. mag'n
  5368. magic
  5369. magic
  5370. magic
  5371. utility
  5372. magican
  5373. magician
  5374. mailm
  5375. suite
  5376. suite
  5377. dictionary
  5378. mailfoo
  5379. mailsuite
  5380. mailsuite
  5381. makefile
  5382. makefilealias
  5383. makefilehelp
  5384. makefiles
  5385. makemake
  5386. makemake
  5387. manual
  5388. makeout
  5389. makethefolder
  5390. making
  5391. making
  5392. malph
  5393. malph
  5394. management
  5395. Dev.CD Vol. VII
  5396. Dev CD Vol. VI"
  5397.         activate
  5398.     end tell
  5399. on error errMsg number errNum
  5400.     --enter statements to perform when no records are found such as...
  5401.     display dialog "Sorry, the item you selected could not be fB
  5402. ound."
  5403.     return
  5404. end try
  5405. D!All Packages
  5406. Tool Chest Edition
  5407. All Packages
  5408. Multimedia Standards ReportsI9Summary: A collection of reports on multimedia standards.J
  5409. EIA Mini-Conference Report
  5410. How to Obtain a Standards
  5411. MM Standards Rep-ISO HyTime
  5412. MM Standards Rep-ISO/CCITT
  5413. MM Standards Rep-MM Objects
  5414. SGML Products
  5415. The SGML SIGHYPER (HYTIME)K
  5416. Mar 92M
  5417. Adobe Acrobat Reader.OUDev.CD Mar 00 RL Disk 1:Technical Documentation:Misc. Standards:Multimedia Standards:P]Dev.CD Mar 00 RL Disk 1
  5418.  - Technical Documentation
  5419.  - Misc. Standards
  5420.  - Multimedia StandardsV
  5421. 61773X
  5422. Mar 00^    RL Disk 1
  5423. --set theItem to choose file -- uncomment to test in an AS editor
  5424.     tell application "Finder"
  5425.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Misc. Standards:Multimedia Standards:"
  5426.         activate
  5427.     end tell
  5428. on error errMsg number errNum
  5429.     --enter statements to perform when no records are found such as...
  5430.     display dialog "Sorry, the item you selected could not be found."
  5431.     return
  5432. end try
  5433. e    No Change
  5434. file and you'll have the TMTask record defined, a macro TMQ to see the time manager queue item by item, and a dcmd TM that will list all the currently installed time manager tasks.
  5435. Sample Code.imgK
  5436. Nov 94L
  5437. May 96O
  5438. Dev.CD May 00 TC:Sample Code:P
  5439. Dev.CD May 00 TC
  5440.  - Sample Codes
  5441. introspection
  5442. movie
  5443. program
  5444. shows
  5445. usage
  5446. graphicsimporter
  5447. program
  5448. shows
  5449. usage
  5450. graphicsimporterdra
  5451. program
  5452. shows
  5453. usage
  5454. qtimagedrawer
  5455. shows
  5456. quicktime
  5457. effects
  5458. architectur
  5459. developer
  5460. describes
  5461. macintosh
  5462. powerbook
  5463. 2400c
  5464. developer
  5465. provides
  5466. technical
  5467. information
  5468. about
  5469. development
  5470. information
  5471. archive
  5472. contains
  5473. hundreds
  5474. samples
  5475. image
  5476. contains
  5477. debug
  5478. version
  5479. 2.5.2
  5480. which
  5481. f using 
  5482. --set theItem to choose file -- uncomment to test in an AS editor
  5483.     tell application "Finder"
  5484.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW etc.:"
  5485.         activate
  5486.     end tell
  5487. on error errMsg number errNum
  5488.     --enter statements to perform when no records are found such as...
  5489.     display dialog "Sorry, the item you selected could not be found."
  5490.     return
  5491. end try
  5492. formance, more flexibility, and international compatibility. What more do you want?
  5493. Makin
  5494. g Your Macintosh Sound Like an Echo Box  by Rich Collyer.   Learn how to use double buffering techniques to simultaneously record and play sounds.
  5495. Simple Text Windows via the Terminal Manager  by Craig Hotchkiss.  The Terminal Manager (in the Communications Toolbox) provides handy text output capabilities in your application with virtually no effort.
  5496. Tracks: A New Tool for Debugging Drivers  by Brad Lowe.  Debugging device drivers is a pain. This tool provides an easy way to log informat
  5497. kzoomlarger
  5498. label
  5499. labels
  5500. labels-like
  5501. labor
  5502. lands
  5503. languages
  5504. language-neutral
  5505. languagess
  5506. largeb
  5507. large
  5508. collection
  5509. tools
  5510. scripts
  5511. libraries
  5512. examples
  5513. larger
  5514. facto
  5515. factory-default
  5516. factory-fresh
  5517. fasterj
  5518. fastest
  5519. fatbits
  5520. fault
  5521. favorite
  5522. favourite
  5523. fcode
  5524. fcompressimage
  5525. featureY
  5526. feature-rich
  5527. featured
  5528. featuresA
  5529. Apr 99M
  5530. Acrobat Reader 3.0N>DVD, content, development, entertainment, consumer electronicsO/Dev.CD Apr 00 SDK1:Interactive Media Resources:P1Dev.CD Apr 00 SDK1
  5531.  - Interactive Media Resourcesr errNum
  5532.     --enter statements to perform when no records are found such as...
  5533.     display dialog "Sorry, the item you selected could not be found."
  5534.     return
  5535. end try
  5536.    display dialog "Sorry, the item you selected could not be found."
  5537.     return
  5538. end try
  5539. OD!All Packages
  5540. Tool Chest Edition
  5541. Arabic Language Kit v1.0.1
  5542. :Summary: The Arabic Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Arabic on the Macintosh
  5543.  and other computers using the Mac
  5544.  OS.   See the document "Arabic Read Me First" or "Lisez-moi (Arabe)" for details and installation instructions. 
  5545. JDInstall 1, English
  5546. Install 1, Fran
  5547. Install 2
  5548. Install 3
  5549. Install 4K
  5550. May 96L
  5551. Aug 96nge
  5552. --set theItem to choose file -- uncomment to test in an AS editor
  5553.     tell application "Finder"
  5554.         open item "Dev.CD Apr 94
  5555. Dev.CD Jan 94
  5556. Dev.CD Oct 93
  5557. Dev.CD Jul 93
  5558. Dev.CD Apr 93"
  5559.         activate
  5560.     end tell
  5561. on error errMsg number errNum
  5562.     --enter statements to perform when no records are found such as...
  5563.     display dialog "Sorry, the item you selected could not be found."
  5564.     return
  5565. end try
  5566. nsstring
  5567. nsthread
  5568. nubusQ
  5569. nubustester
  5570. nubustester
  5571. library
  5572. source
  5573. detect
  5574. early
  5575. macintosh
  5576. number
  5577. numbers
  5578. numerals
  5579. numerousp
  5580. nvram
  5581. nvramrc
  5582. objectQ
  5583. object-based
  5584. walltowalldialog
  5585. walltowalldialog
  5586. walltowalldialog
  5587. waste
  5588. waste
  5589. 1.3a6
  5590. waste
  5591. headers
  5592. waste
  5593. waste
  5594. classic
  5595. waste
  5596. documentation
  5597. waste
  5598. pascal
  5599. interfaces
  5600. wastelib
  5601. registration
  5602. animation
  5603. guide
  5604. webobjects
  5605. webobjects
  5606. database
  5607. webobjects
  5608. database
  5609. webobjects
  5610. webobjects
  5611. memory
  5612. webobjects
  5613. tools
  5614. techniques
  5615. webobjects36
  5616. webobjects36
  5617. 1.2.1Q
  5618. 1.2.3
  5619. 1.3.4
  5620. 1.3b5
  5621. 1.4.1f4
  5622. 1.4.2_
  5623. 1.4.9
  5624. 1.4d5
  5625. ion from your driver, greatly easing your debugging woes.
  5626. Graphics Hints From Forrest: Using the Palette Manager Off-Screen  by Forrest Tanaka.  Can you use the Palette Manager to manage colors in off-screen ports? Well, yes, but there are some caveats.
  5627. Be Our Guest: Background-Only Applications in System 7  by C. K. Haun.   Faceless background tasks provide a handy way out of some sticky situations. C. K. shows you the basics.
  5628. J(develop Issue  9:
  5629. develop Issue  9 code:K
  5630. Vol IIIL
  5631. Jun 95OBDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  9:PJDev.CD Mar 00 RL
  5632.  - Technical Documentation
  5633.  - develop
  5634.  - develop Issue  9Jul 93"
  5635.         activate
  5636.     end tell
  5637. on error errMsg number errNum
  5638.     --enter statements to perform when no records are found such as...
  5639.     display dialog "Sorry, the item you selected could not be found."
  5640.     return
  5641. end try
  5642. All Packages
  5643. F    QuickTimeO
  5644. Dev.CD Oct 93
  5645. Dev.CD Jul 93P
  5646. Dev.CD Oct 93
  5647. Dev.CD Jul 9V
  5648. 60837X
  5649. Oct 93
  5650. --set theItem to choose file -- uncomment to test in an AS editor
  5651.     tell application "Finder"
  5652.         open item "Dev.CD Apr 94
  5653. Dev.CD Jan 94
  5654. Dev.CD Oct 93
  5655. Dev.CD Jul 93"
  5656.         activate
  5657.     end tell
  5658. on error errMsg number errNum
  5659.     --enter statements to perform when no records are found such as...
  5660.     display dialog "Sorry, the item you selected could not be found."
  5661.     return
  5662. end try
  5663. nd try
  5664. e    No Changeq
  5665. Dev.CD May 00 TC
  5666. D!All Packages
  5667. Tool Chest Edition
  5668. Show Movie
  5669. issue
  5670. develop
  5671. issue
  5672. develop
  5673. issue
  5674. develop
  5675. issue
  5676. develop
  5677. issue
  5678. develop
  5679. issue
  5680. develop
  5681. issue
  5682. develop
  5683. issue
  5684. develop
  5685. issue
  5686. develop
  5687. issue
  5688. developeru
  5689. developmentm
  5690. diagrams
  5691. digital
  5692. digital
  5693. asset
  5694. management
  5695. digital
  5696. storyboard
  5697. directionsj
  5698. disku
  5699. All Packages
  5700. F    QuickTimeO
  5701. Dev.CD Jan 94
  5702. Dev.CD Oct 93P
  5703. Dev.CD Jan 94
  5704. Dev.CD Oct 9V
  5705. 62051X
  5706. Jan 94
  5707. p--set theItem to choose file -- uncomment to test in an AS editor
  5708.     tell application "Finder"
  5709.         open item "Dev.CD Jan 94
  5710. Dev.CD Oct 93"
  5711.         activate
  5712.     end tell
  5713. on error errMsg number errNum
  5714.     --enter statements to perform when no records are found such as...
  5715.     display dialog "Sorry, the item you selected could not be found."
  5716.     return
  5717. end try
  5718. All Packages
  5719. F    QuickTimeO
  5720. Dev.CD Jan 94
  5721. Dev.CD Oct 93P
  5722. Dev.CD Jan 94
  5723. Dev.CD Oct 9V
  5724. 62052X
  5725. Jan 94
  5726. p--set theItem to choose file -- uncomment to test in an AS editor
  5727.     tell application "Finder"
  5728.         open item "Dev.CD Jan 94
  5729. Dev.CD Oct 93"
  5730.         activate
  5731.     end tell
  5732. on error errMsg number errNum
  5733.     --enter statements to perform when no records are found such as...
  5734.     display dialog "Sorry, the item you selected could not be found."
  5735.     return
  5736. end try
  5737. All Packages
  5738. MacTCP 1.1, System 7, Mac+O;Dev.CD May 00 TC:Tool Chest:Networking:MacTCP:MacTCP+ Tool:PFDev.CD May 00 TC
  5739.  - Tool Chest
  5740.  - Networking
  5741.  - MacTCP
  5742.  - MacTCP+ ToolV
  5743. 61740X
  5744. May 00^
  5745. --set theItem to choose file -- uncomment to test in an AS editor
  5746.     tell application "Finder"
  5747.         open item "Dev.CD May 00 TC:Tool Chest:Networking:MacTCP:MacTCP+ Tool:"
  5748.         activate
  5749.     end tell
  5750. on error errMsg number errNum
  5751.     --enter statements to perform when no records are found such as...
  5752.     display dialog "Sorry, the item you selected could not be found."
  5753.     return
  5754. end try
  5755. e    No Changeq
  5756. Dev.CD May 00 TC
  5757. All Packages
  5758. Mail Suite 1.0
  5759. Summary:  The Mail Suite provides the framework and some tools for creating an Apple Event suite for mail within applications. This package contains Mail Suite documentation, a sample dictionary (ATET resource), a demo script, a .h header file and a dummy application (MailFoo).
  5760. Nov 96V
  5761. 61741X
  5762. 1e    No Change
  5763. .CD Apr 98 SDK2
  5764. 61431X
  5765. Apr 00^
  5766. --set theItem to choose file -- uncomment to test in an AS editor
  5767.     tell application "Finder"
  5768.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:AppleScript SDK:"
  5769.         activate
  5770.     end tell
  5771. on error errMsg number errNum
  5772.     --enter statements to perform when no records are found such as...
  5773.     display dialog "Sorry, the item you selected could not be found."
  5774.     return
  5775. end try
  5776. e    No Changef0AppleScript
  5777. scripting
  5778. Apple Event,Folder Actionsq
  5779. Dev.CD Apr 00 SDK1
  5780. AD!All Packages
  5781. Mac OS SDK Edition
  5782. AppleSearch
  5783. TSummary:  This folder contains:
  5784.  current release of the AppleSearch Client software for Macintosh (v1.5),
  5785.  prerelease version of the AppleSearch Client software for Windows,
  5786.  current version of the AppleSearch Client API for Macintosh (v1.5), 
  5787.  prerelease version of the AppleSearch Client API for Windows, and
  5788.  updated documentation.
  5789. J/AppleSearch - Read Me First
  5790. Macintosh:
  5791. Windows:K
  5792. Feb 94L
  5793. Nov 94nge
  5794. midiconverter
  5795. midiconverter
  5796. readme
  5797. midiconverter
  5798. readme
  5799. midiglue
  5800. mini-conference
  5801. minimaldeclrom
  5802. minimaldeclrom
  5803. standards
  5804. rep-iso
  5805. hytime
  5806. standards
  5807. rep-iso/ccitt
  5808. standards
  5809. rep-mm
  5810. objects
  5811. modulet
  5812. monitor`
  5813. atsui
  5814. moreinterfacelib
  5815. moresetup
  5816. moresetup
  5817. moretextutils
  5818. moretoolbox
  5819. mountprojector
  5820. mountserver
  5821. mousoid
  5822. mousoid
  5823. movie
  5824. movie
  5825. moviefile
  5826. moviefile
  5827. moviefile
  5828. moviefile
  5829. movieshop
  5830. moving
  5831. moving
  5832. source
  5833. powerpc
  5834. mpdelayuntiltest
  5835. mpdelayuntiltest
  5836. mpdelayuntiltest
  5837. mphelloworld
  5838. mphelloworld
  5839. pascal
  5840. mping
  5841. mpintertasktime
  5842. mpintertasktime
  5843. mpintertasktime
  5844. mpperiodicaltest
  5845. mpperiodicaltest
  5846. mpperiodicaltest
  5847. mueller
  5848. multi-homing
  5849. multi-interface
  5850. multi-platform
  5851. multi-styled
  5852. multibuffering
  5853. multifinder
  5854. multihoming
  5855. multilingual
  5856. multimediaj
  5857. multipage
  5858. multipane
  5859. multiplay
  5860. multipled
  5861. mystery
  5862. naked
  5863. nameb
  5864. named
  5865. names
  5866. nasty
  5867. natick
  5868. nationalv
  5869. native
  5870. natural
  5871. navigateZ
  5872. navigates
  5873. navigationi
  5874. nearest
  5875. nearly
  5876. necessaryq
  5877. needo
  5878. makeN
  5879. akemake
  5880. makerp
  5881. makes
  5882. makethefolder
  5883. making`
  5884. mamake
  5885. manage
  5886. management
  5887. managerN
  5888. JkAbout ScriptX
  5889. Code Samples:
  5890. Documentation:
  5891. readme_1.5.1.txt
  5892. ScriptX Platforms:
  5893. ScriptX Post 1.5 DifferencesK
  5894. Apr 96L
  5895. Jul 96O5Dev.CD Apr 98 SDK2:Development Kits (Disc 2):ScriptX:P:Dev.CD Apr 98 SDK2
  5896.  - Development Kits (Disc 2)
  5897.  - ScriptX
  5898. businessj
  5899. businesses
  5900. butcdef
  5901. butler
  5902. buttin
  5903. button
  5904. buttons
  5905. sample
  5906. demonstrating
  5907. certain
  5908. kinds
  5909. sample
  5910. illustrating
  5911. scrolling
  5912. controls
  5913. sample
  5914. showing
  5915. asynchronously
  5916. record
  5917. sound
  5918. sample
  5919. accompany
  5920. chapter
  5921. introduction
  5922. sample
  5923. demonstrate
  5924. append
  5925. sample
  5926. illustrating
  5927. techniques
  5928. sample
  5929. program
  5930. demonstrating
  5931. write
  5932. sample
  5933. program
  5934. demonstrate
  5935. direct
  5936. access
  5937. ether
  5938. samplefilter
  5939. samplerateavail
  5940. LockVol remains the copyright of dEVoN Hubbard.
  5941. General tools.imgK
  5942. Jul 92L
  5943. Jun 95M
  5944. LockVol works under System 6.0.5 (and up), System 7, and up to System 7.5.  No known problems have been reported other than the ones you can create yourself by locking volumes that weren't originally locked.O>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:eeded ASAP.
  5945. Thanks for your feedback.
  5946. Regards,
  5947. Ricardo G
  5948. a, MRJ
  5949. management
  5950. manager
  5951. preview
  5952. sharing
  5953. signing
  5954. system
  5955. system
  5956. manager
  5957. filename
  5958. files
  5959. filetool
  5960. filter
  5961. content
  5962. finder
  5963. finder
  5964. appleevents
  5965. finderevents
  5966. events
  5967. finder
  5968. strings
  5969. finder
  5970. label
  5971. finder
  5972. windows
  5973. finderevents
  5974. firewire
  5975. firmware
  5976. folder
  5977. encoding
  5978. management
  5979. manager
  5980. ilter
  5981. helper
  5982. getversion
  5983. global
  5984. glossaries
  5985. graphics
  5986. grayrgn
  5987. guest
  5988. guidep
  5989. fonts
  5990. typography
  5991. gxgraphics
  5992. gxgraphics
  5993. 1.1.6
  5994. halftone
  5995. handles
  5996. handwriting
  5997. hardware
  5998. hardware
  5999. developer
  6000. documentation
  6001. applicationA
  6002. application's[
  6003. application/system
  6004.  diagramsK
  6005. Oct 92nge
  6006.  Snippet to illustrate how to use CopyB
  6007. Summary:  Inside Macintosh is a collection of books, organized by topic, that describe the system software of Macintosh computers.  Together, these books provide the essential reference for programmers, designers, and engineers creating applications for the Macintosh family of computers.
  6008. QuickDraw GX Progammer's Overview
  6009. This book provides an introduction to the QuickDraw GX development enviroment.  It beings with an overview of QuickDraw GX and the key elements of QuickDraw GX programs a
  6010. nd then moves on to illustrate these features using practical programming examples.
  6011. QuickDraw GX Environment & Utilities
  6012. This book shows you how to set up your program to use QuickDraw GX, how QuickDraw GX relates to the rest of the Macintosh environment, and how to handle errors and debug your code.  It also describes a public data format for objects, and documents several managers that extend the object architecture and provide utility functions.
  6013. QuickDraw GX Graphics
  6014. This book shows  
  6015. All Packages
  6016. PowerTalk (PPC)O
  6017. Dev.CD Oct 94P
  6018. Dev.CD Oct 9V
  6019. 61883X
  6020. Oct 94
  6021. b--set theItem to choose file -- uncomment to test in an AS editor
  6022.     tell application "Finder"
  6023.         open item "Dev.CD Oct 94"
  6024.         activate
  6025.     end tell
  6026. on error errMsg number errNum
  6027.     --enter statements to perform when no records are found such as...
  6028.     display dialog "Sorry, the item you selected could not be found."
  6029.     return
  6030. end try
  6031. All Packages
  6032. PowerTalk (PPC)O
  6033. Dev.CD Oct 94P
  6034. Dev.CD Oct 9V
  6035. 61884X
  6036. Oct 94
  6037. b--set theItem to choose file -- uncomment to test in an AS editor
  6038.     tell application "Finder"
  6039.         open item "Dev.CD Oct 94"
  6040.         activate
  6041.     end tell
  6042. on error errMsg number errNum
  6043.     --enter statements to perform when no records are found such as...
  6044.     display dialog "Sorry, the item you selected could not be found."
  6045.     return
  6046. end try
  6047. All Packages
  6048. PowerTalk (PPC)O
  6049. Dev.CD Oct 94P
  6050. Dev.CD Oct 9V
  6051. 61885X
  6052. Oct 94
  6053. FD!All Packages
  6054. Tool Chest Edition
  6055. AppleTalk and PPP
  6056. @Summary: This package includes the draft specifications for running AppleTalk over the Point-to-Point Protocol.  If you want to implement AppleTalk running over the Point-to-Point Protocol you should follow these specifications as they are standardized in the Internet Engineering Task Force.
  6057. Issues:Specifications only
  6058.  tell
  6059. on error errMsg number errNum
  6060.     --enter statements to perform when no records are found such as...
  6061.     display dialog "Sorry, the item you selected could not be found."
  6062.     return
  6063. end try
  6064. All Packages
  6065. System Enabler 201 (PB Duo)O)Dev.CD Apr 94
  6066. Dev.CD Jan 94
  6067. Dev.CD Oct 93P(Dev.CD Apr 94
  6068. Dev.CD Jan 94
  6069. Dev.CD Oct 9V
  6070. 61232X
  6071. Apr 94
  6072. Library Edition
  6073. PowerPC Documentation
  6074.     ts to perform when no records are found such as...
  6075.     display dialog "Sorry, the item you selected could not be found."
  6076.     return
  6077. end try
  6078. All Packages
  6079. 56189X
  6080.  in conjunck card in conjunc
  6081. --set theItem to choose file -- uncomment to test in an AS editor
  6082.     tell application "Finder"
  6083.         open item "Dev.CD May 00 TC:Tool Chest:QuickDraw GX:GXifier 1.1:"
  6084.         activate
  6085.     end tell
  6086. on error errMsg number errNum
  6087.     --enter statements to perform when no records are found such as...
  6088.     display dialog "Sorry, the item you selected could not be found."
  6089.     return
  6090. end try
  6091.  bug behavior was that when any card with a PCI bridge chip was installed it would be wrong
  6092. ly associated with the 3/5-slot Riser Card.  Code intended for the Riser Card would run on the card-with-bridge-chip's address, causing a hang.
  6093. So the patch, as well as later versions of OF, make "byte-load-file" always do full exact matches--any genericness is supported by tagging such OF drivers with a vendor ID of -1.
  6094. If you wish to experiment with OF, hold down cmd-opt-O-F on boot with a 38400/8/N/1 terminal at the Modem port.  To see OF NVRAM variables, type "printenv" at the OF pro
  6095. e    No Changef!ISO 9660
  6096. CD-ROM
  6097. device driver i/oq
  6098. Dev.CD May 00 TC
  6099. D!All Packages
  6100. Tool Chest Edition
  6101. nably complete example implementation of high level InputSprocket.  It shows how to set up needs and retrieve states and events for the associated elements.J
  6102. Sample Code.imgK
  6103. Feb 00M^PowerPC, System 8.1+, InputSprocket, and either Universal Interfaces 3.3 or InputSprocket SDK
  6104. N2InputSprocket, ISp, Needs, Elements, axes, buttonsO
  6105. Dev.CD May 00 TC:Sample Code:P
  6106. Dev.CD May 00 TC
  6107.  - Sample CodeV
  6108. 61671X
  6109. May 00^
  6110. r--set theItem to choose file -- uncomment to test in an AS editor
  6111.     tell application "Finder"
  6112.         open item "Dev.CD May 00 TC:Sample Code:"
  6113.         activate
  6114.     end tell
  6115. on error errMsg number errNum
  6116.     --enter statements to perform when no records are found such as...
  6117.     display dialog "Sorry, the item you selected could not be found."
  6118.     return
  6119. end try
  6120. e    No Changef-InputSprocket
  6121. Needs
  6122. Elements
  6123. buttonsq
  6124. Dev.CD May 00 TC
  6125. ev.CD May 00 TC
  6126. 62111X
  6127. Apr 98^
  6128. --set theItem to choose file -- uncomment to test in an AS editor
  6129.     tell application "Finder"
  6130.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime Conferencing:"
  6131.         activate
  6132.     end tell
  6133. on error errMsg number errNum
  6134.     --enter statements to perform when no records are found such as...
  6135.     display dialog "Sorry, the item you selected could not be found."
  6136.     return
  6137. end try
  6138. DeletedfJQuickTime
  6139. QuickTime Conferencing
  6140. video conferencing
  6141. Apple Media Conferenceq
  6142. Dev.CD Apr 98 SDK2
  6143. iD!All Packages
  6144. Mac OS SDK Edition
  6145. QuickTime
  6146.  IC SDK 1.01
  6147.     soundsprock
  6148. sprockets
  6149. games
  6150. drawsprocket
  6151. inputsprocket
  6152. netsprocket
  6153. sound
  6154. stack
  6155. stacks
  6156. standard
  6157. standardfile
  6158. standards
  6159. starmax
  6160. state
  6161. statements
  6162. status
  6163. storage
  6164. streaming
  6165. streams
  6166. stress
  6167. string
  6168. All Packages
  6169. System 7 Tune-UpV
  6170. 58510X
  6171. )D!All Packages
  6172. Tool Chest Edition
  6173. UnmountIt 1.2
  6174. HSummary:  UnmountIt lets you easily unmount and eject sharable volumes when Macintosh File Sharing is in use.  UnmountIt demonstrates how to user server control calls to control AppleShare/File Sharing, how to drop volumes on an application icon, and how to unmount and eject a disk.
  6175. All Metrowerks Pascal source code included.
  6176. quickdraw3d
  6177. quickdraw3d
  6178. quicktake
  6179. quicktake
  6180. digital
  6181. camera
  6182. quicktake
  6183. windows
  6184. quicktime
  6185. givesf
  6186. giving
  6187. glance
  6188. globalj
  6189. global-aware
  6190. globally
  6191. globals
  6192. glossariess
  6193. glossaryw
  6194. gluen
  6195. glyphse
  6196. goals
  6197. goesN
  6198. going
  6199. golden
  6200. gonzalez
  6201. gonzalez3
  6202. goodN
  6203. We -- uncomment to test in an AS editor
  6204.     tell application "Finder"
  6205.         open item "Dev.CD Jan 96 SDK1
  6206. Dev.CD Jul 95"
  6207.         activate
  6208.     end tell
  6209. on error errMsg number errNum
  6210.     --enter statements to perform when no records are found such as...
  6211.     display dialog "Sorry, the item you selected could not be found."
  6212.     return
  6213. end try
  6214. All Packages
  6215. QuickDraw GXO
  6216. Dev.CD Jan 96 SDK1P
  6217. Dev.CD Jan 96 SDKV
  6218. 59468X
  6219. llama
  6220. load/dump
  6221. loaded
  6222. loading
  6223. local
  6224. locale
  6225. locale-insensitive
  6226. locale-sensitive
  6227. locales
  6228. localizable
  6229. localizations
  6230. localizey
  6231. localizeds
  6232. localizersy
  6233. localizing
  6234. localtalkB
  6235. locatex
  6236. located
  6237. locating
  6238. locationt
  6239. locations
  6240. locator
  6241. lock/unlock
  6242. locked
  6243. lockfile
  6244. locking
  6245. lockvol
  6246. logged
  6247. loggingY
  6248. logicz
  6249. logical
  6250. login
  6251. logins
  6252. be cool? You shou
  6253. lains what the extension does.  (Technogeek for "minor concern"; my definition of the UniversalProcPtr for the PowerOff gestalt function didn't include space for a return code.  I was using a prerelease of the System 7.5.3 tech note.  It shouldn't have caused any problems, but I'm being anal.)
  6254. PackMan C:  This snippet shows how to implement a simpleChooser Package in C, based on Scott 
  6255.  Zimmerman's PACKman pascal sample
  6256. PBxxx Serial Demo:  Shows how to use the serial ports correctly. 
  6257.  Connect your macs up with a serial cable if you want to see it in action.  Or just look at the code to see how things ought to be done.
  6258. Play:  With this program on your hard disk; you can double click on a track on an Audio CD and the CD SC drive will start playing the audio track and will continue until the end of the disk
  6259. ReadSector MSDOS:  This snippet shows how to read and write physical sectors on MS-DOS floppies within your application (as Apple File Exchange does), rather than wr
  6260. 61552X
  6261. Mar 00^    RL Disk 1
  6262. --set theItem to choose file -- uncomment to test in an AS editor
  6263.     tell application "Finder"
  6264.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 23:"
  6265.         activate
  6266.     end tell
  6267. on error errMsg number errNum
  6268.     --enter statements to perform when no records are found such as...
  6269.     display dialog "Sorry, the item you selected could not be found."
  6270.     return
  6271. end try
  6272. e    No Changeq
  6273. Dev.CD Mar 00 RL Disk 1
  6274. All Packages
  6275. develop Issue 24
  6276. 61553X
  6277. tafile.h
  6278. ThreeDMetafile.r
  6279. pengl
  6280. drawsprocket
  6281. opengl
  6282. install
  6283. opp's
  6284. optimization
  6285. optimization
  6286. demos
  6287. option
  6288. papserversample
  6289. performance
  6290. photoshop
  6291. player
  6292. plugins
  6293. postscript
  6294. powerbook
  6295. primer
  6296. macappX
  6297. macapp
  6298. framework
  6299. object-oriented
  6300. macapp
  6301. framework
  6302. object-oriented
  6303. standard
  6304. library
  6305. carbonli
  6306. macapp
  6307. framework
  6308. object-oriented
  6309. classes
  6310. editor
  6311. resouY
  6312. maccheck
  6313. machine
  6314. macintalk
  6315. macintoshQ
  6316. macintosh
  6317. powerbook
  6318. series
  6319. developers
  6320. powerpc
  6321. backside
  6322. macodbc
  6323. macosxserver
  6324. macosxserver
  6325. appkit
  6326. foundation
  6327. project
  6328. builder
  6329. interface
  6330. macsbuga
  6331. macsbug
  6332. appleevent
  6333. apple
  6334. event
  6335. dcmda
  6336. macsbug
  6337. debugger
  6338. debugging
  6339. assembly
  6340. mactcp
  6341. mactcp
  6342. communications
  6343. toolbox
  6344. serial
  6345. ports
  6346. audio
  6347. mactcp
  6348. development
  6349. transport
  6350. zaptcp
  6351. mactcp
  6352. tcp/ip
  6353. suite
  6354. apple
  6355. events
  6356. applescript
  6357. email
  6358. management
  6359. ed in the long run since more programmers have the knowledge required to work on these applications and frameworks
  6360. @s you spy on QuickDraw GX printing.
  6361. Ten Tips for Game Developers  by Brigham Stevens.   Things you should know if you want to write games for the Macintosh 
  6362.  or even if you don
  6363. History of the Dogcow: Part 1  by Mark (
  6364. The Red
  6365. ) Harlan.   Here it is for the first time 
  6366.  the real story, from someone who was there. 
  6367. JEdevelop Issue 17:
  6368. develop Issue 17 code:
  6369. develop Issue 17 references:K
  6370. Vol IIIL
  6371. Jun 95OBDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue 17:PJDev.CD Mar 00 RL
  6372.  - Technical Documentation
  6373.  - develop
  6374.  - develop Issue 17tfolders
  6375. projectmenu
  6376. projects
  6377. projectxplugin68k
  6378. projectxplugin68knfp
  6379. projectxpluginppc
  6380. projlistmenu
  6381. protocol
  6382. protos
  6383. prototyping
  6384. prototyping
  6385. toolkit
  6386. pubsw
  6387. survival
  6388. environment
  6389. utilities
  6390. graphics
  6391. objects
  6392. printing
  6393. printing
  6394. drvrs
  6395. Summary:  The File System Manager provides a systematic way for one or more foreign file systems to interact with the Macintosh file system using high-level language interface.
  6396. Features:
  6397.  File System Manager -- A system extension which implements version 1.2 of FSM and the extended Disk Initialization Package. This extension is compatible with System 7.0 and later.
  6398.  FSMGlueLib.o -- The glue code for the File System Manager service routines.
  6399.  FSM.h. FSM.p and FSM.a -- The Universal Inte
  6400. rface files for the File System Manager. This version of the interface files was built to work with the Universal Interfaces 2.0a1 from ETO #15, MPW prerelease. However, for 68K development, FSM.h works perfectly with the current release of Universal Interfaces on ETO #15.
  6401.  Guide - File System Manager -- The documentation for the File System Manager in Apple DocViewer format.
  6402. Issues:  The File System Manager extension may be licensed for distribution from Apple Software Licensing.
  6403. OO9Dev.CD May 00 TC:Language Kits:Arabic Language Kit 1.0.1:P>Dev.CD May 00 TC
  6404.  - Language Kits
  6405.  - Arabic Language Kit 1.0.1V
  6406. 61446X
  6407. May 00^
  6408. --set theItem to choose file -- uncomment to test in an AS editor
  6409.     tell application "Finder"
  6410.         open item "Dev.CD May 00 TC:Language Kits:Arabic Language Kit 1.0.1:"
  6411.         activate
  6412.     end tell
  6413. on error errMsg number errNum
  6414.     --enter statements to perform when no records are found such as...
  6415.     display dialog "Sorry, the item you selected could not be found."
  6416.     return
  6417. end try
  6418. e    No Changeq
  6419. Dev.CD May 00 TC
  6420. All Packages
  6421. F    ARPSample
  6422. PAddress Resolution Protocol (ARP) is a protocol for mapping protocol (eg IP) addresses to hardware (eg Ethernet) addresses.  The OT ARP module provides an ARP service that is used by the OT TCP/IP stack. This sample demonstrates how you can get direct access to the ARP module to, amongst other things, add and remove ARP cache entries.
  6423. Jun 98V
  6424. 61447X
  6425. 1e    No Change
  6426. der AppleEvent.
  6427. Simple HLE:  Here is a simple High Level Event sample. It posts two events, then uses a filter to accept the second one. Using AppleEvents is a much better solution than using High Level Events, however...
  6428. SmallDaemon:  This is a minimal faceless background application (FBA) for System 7. Versions are provided in MPW C and MPW Pascal.
  6429. SuspendAppleEvent:  A simple example of suspending and resuming an AppleEvent.
  6430. TEXTtotypeIntlCoercion:  A coercion routine that seamlesslEZy converts old-style typeChar data to typeIntlText, so you don't have to rewrite old code.
  6431. Sample Code.imgK
  6432. Feb 92L
  6433. May 97O
  6434. Dev.CD May 00 TC:Sample Code:P
  6435. Dev.CD May 00 TC
  6436.  - Sample Code
  6437. --set theItem to choose file -- uncomment to test in an AS editor
  6438.     tell application "Finder"
  6439.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:4PM 5.0:"
  6440.         activate
  6441.     end tell
  6442. on error errMsg number errNum
  6443.     --enter statements to perform when no records are found such as...
  6444.     display dialog "Sorry, the item you selected could not be found."
  6445.     return
  6446. end try
  6447. ops into macsbug with the message "Port not found in PortList." if you call ClosePort wit
  6448. h a pointer that was never passed to InitPort or OpenPort.
  6449. The init is really small, has little overhead, should not affect the performance of your machine. Please use it peridically for testing and debugging purposes. You'll make the Mac a nicer place to work.
  6450. General tools.imgK
  6451. Feb 94N!testing, debugging, multiple openO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  6452.  - Tool Chest
  6453.  - Testing & Debugging
  6454.  - General toolsparrt
  6455. parse
  6456. --set theItem to choose file -- uncomment to test in an AS editor
  6457.     tell application "Finder"
  6458.         open item "Dev.CD May 00 TC:What's New?:Sample Code:Processes:MPIntertaskTime:"
  6459.         activate
  6460.     end tell
  6461. on error errMsg number errNum
  6462.     --enter statements to perform when no records are found such as...
  6463.     display dialog "Sorry, the item you selected could not be found."
  6464.     return
  6465. end try
  6466.    return
  6467. end try
  6468. All Packages
  6469. QuickDraw GXO
  6470. Dev.CD Aug 96 TCP
  6471. Dev.CD Aug 96 TV
  6472. 59529X
  6473. Aug 96
  6474. e--set theItem to choose file -- uncomment to test in an AS editor
  6475.     tell application "Finder"
  6476.         open item "Dev.CD Aug 96 TC"
  6477.         activate
  6478.     end tell
  6479. on error errMsg number errNum
  6480.     --enter statements to perform when no records are found such as...
  6481.     display dialog "Sorry, the item you selected could not be found."
  6482.     return
  6483. end try
  6484. All Packages
  6485. QuickDraw GXO
  6486. Dev.CD Aug 96 TCP
  6487. Dev.CD Aug 96 TV
  6488. 59530X
  6489. D!All Packages
  6490. Tool Chest Edition
  6491. ImportExportI
  6492. This demo program shows how to export a movie, using the user dialog to customise export settings, import a media file and reference a media file in a movie.J
  6493. Sample Code.imgK
  6494. Feb 00
  6495. - Common
  6496.     - Sun Compliant Java Runtime Environment 1.1
  6497.     - QuickTime 3 
  6498.     - QTJava.zip
  6499.     - QTJava media samples
  6500. - Mac OS:
  6501.     - System 8 or later
  6502.     - Macintosh Runtime for Java (MRJ) 2.1
  6503. - Windows 95, 98, or NT::
  6504.     - JRE/JDK from Sun Microsystems, Inc. recommended
  6505. K 2.2o
  6506. http://developer.apple.com/sdkq
  6507. Dev.CD May 00 TC
  6508. D.All Packages
  6509. Tool Chest Edition
  6510. New & RevisedF
  6511. MRJ 2.2 Redistribution SDK
  6512. MPW Goodies Info
  6513. MPW Goodies Info.txt
  6514. hout the printing capabilities. This files allows GX Developers to create a 'visual-only' version of their GX application without requiring their users to have full GX installed.
  6515. NOTE: If you have used the sample LaserWriter IIsc driver from the GX v1.0.1 SDK or the Mac OS SDK, you are encouraged to see the 
  6516. All Packages
  6517. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  6518. Dev.CD Jan 94
  6519. Dev.CD Oct 93
  6520. Dev.CD Jul 93
  6521. Dev.CD Apr 93PDDev.CD Apr 94
  6522. Dev.CD Jan 94
  6523. Dev.CD Oct 93
  6524. Dev.CD Jul 93
  6525. Dev.CD Apr 9V
  6526. 62466X
  6527. Apr 94
  6528. --set theItem to choose file -- uncomment to test in an AS editor
  6529.     tell application "Finder"
  6530.         open item "Dev.CD Apr 94
  6531. Dev.CD Jan 94
  6532. Dev.CD Oct 93
  6533. Dev.CD Jul 93
  6534. Dev.CD Apr 93"
  6535.         activate
  6536.     end tell
  6537. on error errMsg number errNum
  6538.     --enter statements to perform when no records are found such as...
  6539.     display dialog "Sorry, the item you selected could not be found."
  6540.     return
  6541. end try
  6542. All Packages
  6543. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  6544. Dev.CD Jan 94
  6545. Dev.CD Oct 93
  6546. Dev.CD Jul 93
  6547. Dev.CD Apr 93PDDev.CD Apr 94
  6548. Dev.CD Jan 94
  6549. Dev.CD Oct 93
  6550. Dev.CD Jul 93
  6551. Dev.CD Apr 9V
  6552. 62467X
  6553. Apr 94
  6554. JDInstall 1, English
  6555. Install 1, Fran
  6556. Install 2
  6557. Install 3
  6558. Install 4K
  6559. May 96L
  6560. Aug 96nge
  6561. developers
  6562. powerpc
  6563. backside
  6564. macodbc
  6565. enabler
  6566. enablers
  6567. enablesO
  6568. enablesoundthrough
  6569. enabling
  6570. encapsulate
  6571. encapsulated
  6572. enclosed
  6573. encoded
  6574. encodingh
  6575. encodings
  6576. encompasses
  6577. encounter
  6578. encounters
  6579. encouragep
  6580. encouraged
  6581. encouragesZ
  6582. encryption
  6583. end-of-message
  6584. endless
  6585. endorsement
  6586. endpoint
  6587. endpoints
  6588. enforces
  6589. enhances
  6590. enhancing
  6591. enjoy
  6592. enlargedo
  6593. enlightening
  6594. enoughj
  6595. ensure
  6596. ensures
  6597. ensuring
  6598. entails
  6599. enter
  6600. entered
  6601. entering
  6602. enterprisej
  6603. entertainmentj
  6604. atags
  6605. atags
  6606. manual
  6607. atags
  6608. manual
  6609. atalk
  6610. atalk
  6611. toolkit
  6612. atalkzones
  6613. atalkzones
  6614. atsui
  6615. audio
  6616. audio
  6617. compilable
  6618. authentication
  6619. are:Backlight Control:"
  6620.         activate
  6621.     end tell
  6622. on error errMsg number errNum
  6623.     --enter statements to perform when no records are found such as...
  6624.     display dialog "Sorry, the item you selected could not be found."
  6625.     return
  6626. end try
  6627. e    No Changeq
  6628. Dev.CD May 00 TC
  6629. ]D!All Packages
  6630. Tool Chest Edition
  6631. Balloony
  6632. p--set theItem to choose file -- uncomment to test in an AS editor
  6633.     tell application "Finder"
  6634.         open item "Dev.CD Apr 94
  6635. Dev.CD Jan 94"
  6636.         activate
  6637.     end tell
  6638. on error errMsg number errNum
  6639.     --enter statements to perform when no records are found such as...
  6640.     display dialog "Sorry, the item you selected could not be found."
  6641.     return
  6642. end try
  6643. New Packagef
  6644. MultiTasking
  6645. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  6646. Dev.CD May 00 TC
  6647. D.All Packages
  6648. Tool Chest Edition
  6649. New & RevisedF
  6650. MPPeriodicalTestI5This is an application to test/demo the MT/MP timers.J:MPPeriodicalTest
  6651. MPPeriodicalTest.c
  6652. MPPeriodicalTest.
  6653. Pro2K
  6654. May 00M
  6655. Mac OS 8.6 or later, MP 2.0N
  6656. MultiTasking, MultiProcessingODDev.CD May 00 TC:What's New?:Sample Code:Processes:MPPeriodicalTest:PODev.CD May 00 TC
  6657.  - What's New?
  6658.  - Sample Code
  6659.  - Processes
  6660.  - MPPeriodicalTestV
  6661. 61764X
  6662. May 00^
  6663. --set theItem to choose file -- uncomment to test in an AS editor
  6664.     tell application "Finder"
  6665.         open item "Dev.CD May 00 TC:What's New?:Sample Code:Processes:MPPeriodicalTest:"
  6666.         activate
  6667.     end tell
  6668. on error errMsg number errNum
  6669.     --enter statements to perform when no records are found such as...
  6670.     display dialog "Sorry, the item you selected could not be found."
  6671.     return
  6672. end try
  6673. New Packagemplecode/index.html
  6674. All Packages
  6675. PowerTalk (PPC)O
  6676. Dev.CD Oct 94P
  6677. Dev.CD Oct 9V
  6678. 61886X
  6679. Oct 94
  6680. b--set theItem to choose file -- uncomment to test in an AS editor
  6681.     tell application "Finder"
  6682.         open item "Dev.CD Oct 94"
  6683.         activate
  6684.     end tell
  6685. on error errMsg number errNum
  6686.     --enter statements to perform when no records are found such as...
  6687.     display dialog "Sorry, the item you selected could not be found."
  6688.     return
  6689. end try
  6690. All Packages
  6691. PowerTalk (PPC)O
  6692. Dev.CD Oct 94P
  6693. Dev.CD Oct 9V
  6694. 61887X
  6695. Oct 94
  6696. b--set theItem to choose file -- uncomment to test in an AS editor
  6697.     tell application "Finder"
  6698.         open item "Dev.CD Oct 94"
  6699.         activate
  6700.     end tell
  6701. on error errMsg number errNum
  6702.     --enter statements to perform when no records are found such as...
  6703.     display dialog "Sorry, the item you selected could not be found."
  6704.     return
  6705. end try
  6706. All Packages
  6707. PowerTalk (PPC)O
  6708. Dev.CD Oct 94P
  6709. Dev.CD Oct 9V
  6710. 61888X
  6711. Oct 94
  6712. 61711X
  6713. Nov 99^
  6714. --set theItem to choose file -- uncomment to test in an AS editor
  6715.     tell application "Finder"
  6716.         open item "Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2"
  6717.         activate
  6718.     end tell
  6719. on error errMsg number errNum
  6720.     --enter statements to perform when no records are found such as...
  6721.     display dialog "Sorry, the item you selected could not be found."
  6722.     return
  6723. end try
  6724. Deletedq
  6725. Dev.CD Nov 99 TC
  6726. D!All Packages
  6727. Mac OS SDK Edition
  6728. s of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  6729. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  6730.   1. Obtain the NEW Mac platform NEW Mac platform 
  6731. MyQuickTakeApp 1.0.1TC7 
  6732. MyQuickTakeApp 1.0.2 
  6733. QuickTake - Read Me First
  6734. QuickTake Documentation:
  6735. QuickTake Marketing Items :
  6736. QuickTake/Macintosh  SDK.image
  6737. QuickTake/Windows SDK:
  6738. System Folder Items:
  6739. Windows System Files:snippets
  6740. communications
  6741. toolbox
  6742. snippets
  6743. development
  6744. tools
  6745. languages
  6746. snippets
  6747. devices
  6748. snippets
  6749. files
  6750. snippets
  6751. hardware
  6752. snippets
  6753. interapplication
  6754. communication
  6755. snippets
  6756. memory
  6757. snippets
  6758. networking
  6759. snippets
  6760. utilities
  6761. snippets
  6762. printing
  6763. snippets
  6764. processes
  6765. snippets
  6766. quickdraw
  6767. snippets
  6768. quicktime
  6769. snippets
  6770. sound
  6771. snippets
  6772. testing
  6773. debugging
  6774. snippets
  6775. snippets
  6776. toolbox
  6777. token
  6778. tokenizer
  6779. toolbox
  6780. toolkit
  6781. toolkits
  6782. tools]
  6783. transport
  6784. transport/ppp
  6785. All Packages
  6786. System Enabler 065 (LC 575)O
  6787. Dev.CD Apr 94
  6788. Dev.CD Jan 94P
  6789. Dev.CD Apr 94
  6790. Dev.CD Jan 9V
  6791. 62373X
  6792. Apr 94
  6793. p--set theItem to choose file -- uncomment to test in an AS editor
  6794.     tell application "Finder"
  6795.         open item "Dev.CD Apr 94
  6796. Dev.CD Jan 94"
  6797.         activate
  6798.     end tell
  6799. on error errMsg number errNum
  6800.     --enter statements to perform when no records are found such as...
  6801.     display dialog "Sorry, the item you selected could not be found."
  6802.     return
  6803. end try
  6804. All Packages
  6805. System Enabler 088 (AVs)O)Dev.CD Apr 94
  6806. Dev.CD Jan 94
  6807. Dev.CD Oct 93P(Dev.CD Apr 94
  6808. Dev.CD Jan 94
  6809. Dev.CD Oct 9V
  6810. 62374X
  6811. Apr 94
  6812. killeveryonebutme
  6813. kills
  6814. kinds
  6815. kiosk
  6816. kiosks
  6817. interleave
  6818. interleaving
  6819. internal
  6820. internal
  6821. logic
  6822. internally
  6823. internationals
  6824. internationalization
  6825. interneth
  6826. interoperability
  6827. interoperate
  6828. interoperates
  6829. interpret
  6830. interpretation
  6831. interpreting
  6832. interrupt
  6833. intersects
  6834. intertask
  6835. interval
  6836. intervention
  6837. interview-based
  6838. intimate
  6839. intoB
  6840. intra
  6841. rawip
  6842. rawmode
  6843. readerZ
  6844. reality
  6845. receives
  6846. recognition
  6847. reconfiguration
  6848. record
  6849. recordable\
  6850. redbook
  6851. redistribution
  6852. reference
  6853. referential
  6854. reformatting
  6855. region
  6856. registration
  6857. registry
  6858. related
  6859. release
  6860. rename
  6861. renderer
  6862. rendering
  6863. replace
  6864. replacement
  6865. reports
  6866. resedit
  6867. resedit
  6868. 2.1.1
  6869. disassembly
  6870. disassembler
  6871. viewer
  6872. edito
  6873. resolution
  6874. resource
  6875. resourcesY
  6876. rgbforecolor
  6877. ringQ
  6878. riser
  6879. robustness
  6880. router
  6881. routing
  6882. runtime
  6883. sample
  6884. sample
  6885. sample
  6886. traffic
  6887. light
  6888. saving
  6889. scanner
  6890. scomP
  6891. screen
  6892. script\
  6893. scriptable\
  6894. All Packages
  6895. System 7 Tune-UpO
  6896. Dev.CD Sept 92
  6897. Dev.CD Aug 92P
  6898. Dev.CD Sept 92
  6899. Dev.CD Aug 9V
  6900. 62215X
  6901. Sept 9
  6902. q--set theItem to choose file -- uncomment to test in an AS editor
  6903.     tell application "Finder"
  6904.         open item "Dev.CD Sept 92
  6905. Dev.CD Aug 92"
  6906.         activate
  6907.     end tell
  6908. on error errMsg number errNum
  6909.     --enter statements to perform when no records are found such as...
  6910.     display dialog "Sorry, the item you selected could not be found."
  6911.     return
  6912. end try
  6913. All Packages
  6914. System 7 Tune-UpO
  6915. Dev.CD Sept 92
  6916. Dev.CD Aug 92P
  6917. Dev.CD Sept 92
  6918. Dev.CD Aug 9V
  6919. 62216X
  6920. Sept 9
  6921. q--set theItem to choose file -- uncomment to test in an AS editor
  6922.     tell application "Finder"
  6923.         open item "Dev.CD Sept 92
  6924. Dev.CD Aug 92"
  6925.         activate
  6926.     end tell
  6927. on error errMsg number errNum
  6928.     --enter statements to perform when no records are found such as...
  6929.     display dialog "Sorry, the item you selected could not be found."
  6930.     return
  6931. end try
  6932. Keychain SDK.imgter.  Power Macintosh required for native translator support.N,Translation, Macintosh Easy Open, TranslatorOADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:PFDev.CD Apr 98 SDK1
  6933.  - Development Kits (Disc 1)
  6934.  - Macintosh Easy Openple Code.imgK
  6935. Feb 00M^PowerPC, System 8.1+, InputSprocket, and either Universal Interfaces 3.3 or InputSprocket SDK
  6936. N2InputSprocket, ISp, Needs, Elements, axes, buttonsO
  6937. Dev.CD May 00 TC:Sample Code:P
  6938. Dev.CD May 00 TC
  6939.  - Sample CodeV
  6940. 59189X
  6941. May 00^
  6942. r--set theItem to choose file -- uncomment to test in an AS editor
  6943.     tell application "Finder"
  6944.         open item "Dev.CD May 00 TC:Sample Code:"
  6945.         activate
  6946.     end tell
  6947. on error errMsg number errNum
  6948.     --enter statements to perform when no records are found such as...
  6949.     display dialog "Sorry, the item you selected could not be found."
  6950.     return
  6951. end try
  6952. e    No Changef-InputSprocket
  6953. Needs
  6954. Elements
  6955. buttonsq
  6956. Dev.CD May 00 TC
  6957. ev.CD May 00 TC
  6958. whileo
  6959. white
  6960. whizzy
  6961. m "Dev.CD Jul 95"
  6962.         activate
  6963.     end tell
  6964. on error errMsg number errNum
  6965.     --enter statements to perform when no records are found such as...
  6966.     display dialog "Sorry, the item you selected could not be found."
  6967.     return
  6968. end try
  6969. QuickTime, Java, MRJO
  6970. Dev.CD May 00 TC:Sample Code:P
  6971. Dev.CD May 00 TC
  6972.  - Sample CodeV
  6973. 59721X
  6974. May 00^
  6975. r--set theItem to choose file -- uncomment to test in an AS editor
  6976.     tell application "Finder"
  6977.         open item "Dev.CD May 00 TC:Sample Code:"
  6978.         activate
  6979.     end tell
  6980. on error errMsg number errNum
  6981.     --enter statements to perform when no records are found such as...
  6982.     display dialog "Sorry, the item you selected could not be found."
  6983.     return
  6984. end try
  6985. e    No Changef
  6986. QuickTime
  6987. Dev.CD May 00 TC
  6988. D!All Packages
  6989. Tool Chest Edition
  6990. SoundSprocketTesticj
  6991. strategies
  6992. zationb
  6993. Me    No ChangefYMacintosh
  6994. PowerBook G3 Series
  6995. developers
  6996. PowerPC
  6997. backside
  6998. cache
  6999. expansion
  7000. I/O RAM CardBusq
  7001. Dev.CD Jul 98 SSW/SDK
  7002. ND!All Packages
  7003. Tool Chest Edition
  7004. Diagnostic Sound Sampler 1.0IfSummary: Mac II error tones.  This application explains the various Macintosh II audio error messages.J
  7005. Hardware tools.imgK
  7006. Vol IIIO?Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Hardware tools:PGDev.CD May 00 TC
  7007.  - Tool Chest
  7008.  - Testing & Debugging
  7009.  - Hardware toolsV
  7010. 61573X
  7011. May 00^
  7012. --set theItem to choose file -- uncomment to test in an AS editor
  7013.     tell application "Finder"
  7014.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  7015.         activate
  7016.     end tell
  7017. on error errMsg number errNum
  7018.     --enter statements to perform when no records are found such as...
  7019.     display dialog "Sorry, the item you selected could not be found."
  7020.     return
  7021. end try
  7022. e    No Changeq
  7023. Dev.CD May 00 TC
  7024. OD!All Packages
  7025. Tool Chest Edition
  7026. DIMM Config&Interleave v1.1
  7027. demonstates
  7028. demonstation
  7029. demonstrate\
  7030. demonstrated
  7031. demonstratesN
  7032. demonstrates
  7033. programmatically
  7034. background
  7035. 59584X
  7036. Oct 93
  7037. p--set theItem to choose file -- uncomment to test in an AS editor
  7038.     tell application "Finder"
  7039.         open item "Dev.CD Oct 93
  7040. Dev.CD Jul 93"
  7041.         activate
  7042.     end tell
  7043. on error errMsg number errNum
  7044.     --enter statements to perform when no records are found such as...
  7045.     display dialog "Sorry, the item you selected could not be found."
  7046.     return
  7047. end try
  7048. All Packages
  7049. All Packages
  7050. System Enabler 003 (LC III)OEDev.CD Apr 94
  7051. Dev.CD Jan 94
  7052. Dev.CD Oct 93
  7053. Dev.CD Jul 93
  7054. Dev.CD Apr 93PDDev.CD Apr 94
  7055. Dev.CD Jan 94
  7056. Dev.CD Oct 93
  7057. Dev.CD Jul 93
  7058. Dev.CD Apr 9V
  7059. 62321X
  7060. Apr 94
  7061. --set theItem to choose file -- uncomment to test in an AS editor
  7062.     tell application "Finder"
  7063.         open item "Dev.CD Apr 94
  7064. Dev.CD Jan 94
  7065. Dev.CD Oct 93
  7066. Dev.CD Jul 93
  7067. Dev.CD Apr 93"
  7068.         activate
  7069.     end tell
  7070. on error errMsg number errNum
  7071.     --enter statements to perform when no records are found such as...
  7072.     display dialog "Sorry, the item you selected could not be found."
  7073.     return
  7074. end try
  7075. All Packages
  7076. System Enabler 003 (LC III)O7Dev.CD Apr 94
  7077. Dev.CD Jan 94
  7078. Dev.CD Oct 93
  7079. Dev.CD Jul 93P6Dev.CD Apr 94
  7080. Dev.CD Jan 94
  7081. Dev.CD Oct 93
  7082. Dev.CD Jul 9V
  7083. 62322X
  7084. Apr 94
  7085. fcode
  7086. tokenizer
  7087. board
  7088. fcode
  7089. driver
  7090. development
  7091. newer
  7092. newfolder
  7093. newgworld
  7094. newsi
  7095. newsgroup
  7096. newsgroups
  7097. summary
  7098. application
  7099. summary
  7100. apple
  7101. cd-rom
  7102. handbook
  7103. provides
  7104. overview
  7105. summary
  7106. apple
  7107. chinese
  7108. handwriting
  7109. offers
  7110. another
  7111. summary
  7112. apple
  7113. grayscale
  7114. appearance
  7115. system
  7116. specifo
  7117. summary
  7118. apple
  7119. international
  7120. glossaries
  7121. contains
  7122. translats
  7123. summary
  7124. apple
  7125. scriptx
  7126. interactive
  7127. multimedia
  7128. platform
  7129. summary
  7130. appleevents
  7131. probably
  7132. don't
  7133. summary
  7134. appletalk
  7135. developer's
  7136. toolkit
  7137. inten
  7138. summary
  7139. arabic
  7140. language
  7141. combination
  7142. system
  7143. issue
  7144. develop
  7145. issue
  7146. develop
  7147. issue
  7148. develop
  7149. issue
  7150. develop
  7151. issue
  7152. develop
  7153. issue
  7154. develop
  7155. issue
  7156. develop
  7157. issue
  7158. develop
  7159. issue
  7160. develop
  7161. issue
  7162. developeru
  7163. developmentm
  7164. diagrams
  7165. digital
  7166. digital
  7167. asset
  7168. management
  7169. digital
  7170. storyboard
  7171. directionsj
  7172. disku
  7173. implementations
  7174. implemented
  7175. implementing
  7176. important
  7177. impractical
  7178. impression
  7179. improve
  7180. improveda
  7181. improvement
  7182. improvements
  7183. improves
  7184. improving
  7185. osaic (Blueprint for Future: Publishing); Editor's Note (The Shadow Doesn't Know); IndustryWatch.
  7186. Technology: News (ETO and MPW Pro #16; New Paper Tech Notes)CD Highlights;  Human Interface (Fad Gadgets); OpenDoc HI Q&A, pt 2; QuickTime 2.0.
  7187. Business & Marketing:  Marketing Feature (HyperCard Alive and Well).
  7188. This is final draft copy from the February Apple Directions, 
  7189.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  F
  7190. or permission, contact the editor on AppleLink at A.DIRECTIONS. 
  7191. January 1995 Apple Directions Articles
  7192. News: Apple News (Announcing Pippin; Macintosh Brand Strongest; Macintosh Top-Selling; Windows/DOS on Macintosh; Newton Developer Support; Apple Expands; QuickTime 2.0); Strategy Mosaic (Power Macintosh Developers Speak); Editor's Note (Games); IndustryWatch.
  7193. Technology: CD Highlights;  Human Interface (Doc's Holiday Wish List); OpenDoc HI Q&A; New Macintosh Run-Time Environment.
  7194. Summary: The Japanese Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Japanese on the Macintosh
  7195.  and other computers using the Mac
  7196.  OS. 
  7197. Enhancements in this version of the Japanese Language Kit include  System 7.5 and QuickDraw
  7198.  GX compatibility, a TrueType
  7199.  version of the Osaka font, an updated input method, and  system resources to allow WorldScript
  7200.  to run native on Power Macintosh computers.
  7201. J0Net Install
  7202. Open for Net Install->
  7203. Read Me FirstK
  7204. May 93L
  7205. Feb 96MiSystem 7.1, at least 4MBs of RAM and as much as 30 meg of hard disk space to install all the Kanji fonts.O9Dev.CD May 00 TC:Language Kits:Japanese Language Kit 1.2:P>Dev.CD May 00 TC
  7206.  - Language Kits
  7207.  - Japanese Language Kit 1.260510X
  7208. Nov 99^
  7209.  more script commands and new syntax
  7210. For more information on these features and how to use them, see Using HyperCard 2.4.
  7211. Sep 97L
  7212. Jul 98W
  7213. ended
  7214. Feb 98L
  7215. Apr 99M
  7216. Acrobat Reader 3.0N
  7217. WebObjects, Categories, PosersO/Dev.CD Apr 00 SDK1:Interactive Media Resources:P1Dev.CD Apr 00 SDK1
  7218.  - Interactive Media ResourcesV
  7219. 62575X
  7220. Apr 00^
  7221. --set theItem to choose file -- uncomment to test in an AS editor
  7222.     tell application "Finder"
  7223.         open item "Dev.CD Apr 00 SDK1:Interactive Media Resources:"
  7224.         activate
  7225.     end tell
  7226. on error errMsg number errNum
  7227.     --enter statements to perform when no records are found such as...
  7228.     display dialog "Sorry, the item you selected could not be found."
  7229.     return
  7230. end try
  7231. e    No Changef
  7232. WebObjects
  7233. Categories
  7234. Posersq
  7235. Dev.CD Apr 00 SDK1
  7236. 9D!All Packages
  7237. Mac OS SDK Edition
  7238. WebObjects Database Part II
  7239. 00 TC
  7240. OD!All Packages
  7241. Tool Chest Edition
  7242. DIMM Config&Interleave v1.1
  7243. "JU Readme - Translation Mgr SDK
  7244. (Obsolete)
  7245. Document Converter
  7246. Documentation
  7247. Sample CodeK
  7248. Aug 98M
  7249. Code Warrior Pro 2 -or- ETO
  7250. 23N+easy open, translation manager, translationO?Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Translation Manager:PGDev.CD Apr 00 SDK1
  7251.  - Development Kits
  7252.  - Mac OS
  7253.  - Translation ManagerV
  7254. 62553X
  7255. Apr 00^
  7256. --set theItem to choose file -- uncomment to test in an AS editor
  7257.     tell application "Finder"
  7258.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Translation Manager:"
  7259.         activate
  7260.     end tell
  7261. on error errMsg number errNum
  7262.     --enter statements to perform when no records are found such as...
  7263.     display dialog "Sorry, the item you selected could not be found."
  7264.     return
  7265. end try
  7266. e    No Changef)easy open
  7267. translation manager
  7268. translationq
  7269. Dev.CD Apr 00 SDK1
  7270. #D!All Packages
  7271. Tool Chest Edition
  7272. TV-Man
  7273.     edit
  7274. watch
  7275. watching
  7276. webobjects
  7277. white
  7278. windows
  7279. All Packages
  7280. System 7 Tune-UpO
  7281. Dev.CD Sept 92
  7282. Dev.CD Aug 92P
  7283. Dev.CD Sept 92
  7284. Dev.CD Aug 9V
  7285. 62209X
  7286. Sept 9
  7287. q--set theItem to choose file -- uncomment to test in an AS editor
  7288.     tell application "Finder"
  7289.         open item "Dev.CD Sept 92
  7290. Dev.CD Aug 92"
  7291.         activate
  7292.     end tell
  7293. on error errMsg number errNum
  7294.     --enter statements to perform when no records are found such as...
  7295.     display dialog "Sorry, the item you selected could not be found."
  7296.     return
  7297. end try
  7298. All Packages
  7299. System 7 Tune-UpO
  7300. Dev.CD Sept 92
  7301. Dev.CD Aug 92P
  7302. Dev.CD Sept 92
  7303. Dev.CD Aug 9V
  7304. 62210X
  7305. Sept 9
  7306. q--set theItem to choose file -- uncomment to test in an AS editor
  7307.     tell application "Finder"
  7308.         open item "Dev.CD Sept 92
  7309. Dev.CD Aug 92"
  7310.         activate
  7311.     end tell
  7312. on error errMsg number errNum
  7313.     --enter statements to perform when no records are found such as...
  7314.     display dialog "Sorry, the item you selected could not be found."
  7315.     return
  7316. end try
  7317. 61543X
  7318. Mar 00^
  7319. --set theItem to choose file -- uncomment to test in an AS editor
  7320.     tell application "Finder"
  7321.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue 15:"
  7322.         activate
  7323.     end tell
  7324. on error errMsg number errNum
  7325.     --enter statements to perform when no records are found such as...
  7326.     display dialog "Sorry, the item you selected could not be found."
  7327.     return
  7328. end try
  7329. Next CDq
  7330. Dev.CD Mar 00 RL
  7331. 1D(All Packages
  7332. Reference Library Edition
  7333. develop Issue 16
  7334.     ample1.0b4vie
  7335. movie
  7336. moviefile
  7337. moviefile
  7338. moviefile
  7339. moviefile
  7340. movieshop
  7341. moving
  7342. moving
  7343. source
  7344. powerpc
  7345. mpdelayuntiltest
  7346. mpdelayuntiltest
  7347. mpdelayuntiltest
  7348. mphelloworld
  7349. mphelloworld
  7350. pascal
  7351. mping
  7352. mpintertasktime
  7353. mpintertasktime
  7354. mpintertasktime
  7355. mpperiodicaltest
  7356. mpperiodicaltest
  7357. mpperiodicaltest
  7358. motorolaj
  7359. mount
  7360. mountalias
  7361. mounted
  7362. mounted/re-mounted
  7363. mounting
  7364. mountprojector
  7365. movingt
  7366. mpc106A
  7367. mpw's
  7368. mucha
  7369. mueller
  7370. multi-interface
  7371. multi-platform
  7372. multibuffering
  7373. multimediaj
  7374. multipane
  7375. multipled
  7376. multiprocessing
  7377. musicj
  7378. music
  7379. quicktime
  7380. music
  7381. architecture
  7382. david
  7383. mustZ
  7384. mysteries
  7385. mystery
  7386. naked
  7387. nameb
  7388. names
  7389. natick
  7390. nationalv
  7391. native
  7392. natural
  7393. navigateZ
  7394. navigationi
  7395. nearly
  7396. necessaryq
  7397. needo
  7398. Jul 95
  7399. b--set theItem to choose file -- uncomment to test in an AS editor
  7400.     tell application "Finder"
  7401.         open item "Dev.CD Jul 95"
  7402.         activate
  7403.     end tell
  7404. on error errMsg number errNum
  7405.     --enter statements to perform when no records are found such as...
  7406.     display dialog "Sorry, the item you selected could not be found."
  7407.     return
  7408. end try
  7409. All Packages
  7410. 601 Processor Upgrade EnablerO
  7411. Dev.CD Jul 95P
  7412. Dev.CD Jul 9V
  7413. 61375X
  7414. Jul 95
  7415. b--set theItem to choose file -- uncomment to test in an AS editor
  7416.     tell application "Finder"
  7417.         open item "Dev.CD Jul 95"
  7418.         activate
  7419.     end tell
  7420. on error errMsg number errNum
  7421.     --enter statements to perform when no records are found such as...
  7422.     display dialog "Sorry, the item you selected could not be found."
  7423.     return
  7424. end try
  7425. All Packages
  7426. 601 Processor Upgrade EnablerO
  7427. Dev.CD Jul 95P
  7428. Dev.CD Jul 9V
  7429. 61376X
  7430. Jul 95
  7431. parserV
  7432. photoshop
  7433. plugins
  7434. Jwcdent
  7435. cdent - a formatter for C/C++
  7436. Defect List
  7437. MacApp CDent Stuff
  7438. Makefile
  7439. Objects
  7440. Tests
  7441. Useful AddMenu and ScriptK
  7442. Jun 92M)System 6.x or greater, MPW 3.1 or greaterOSDev.CD May 00 TC:Tool Chest:Development Kits:C++ Related:C++ Source Code Formatter:P^Dev.CD May 00 TC
  7443.  - Tool Chest
  7444.  - Development Kits
  7445.  - C++ Related
  7446.  - C++ Source Code Formatter you selected could not be found."
  7447.     return
  7448. end try
  7449. patternsr
  7450. pause
  7451. pausegl
  7452. payoff
  7453. pbcatsearch
  7454. pbwriteasync
  7455. pbxxx
  7456. pccts
  7457. pci-based
  7458. pci-pci
  7459. pci-thej
  7460. pcmcia
  7461. pdlog
  7462. peering
  7463. viewer
  7464. utility
  7465. which
  7466. graphically
  7467. pending
  7468. penetrate
  7469. pentiumj
  7470. people
  7471. summary
  7472. pccts
  7473. purdue
  7474. compiler-constructio
  7475. summary
  7476. pippin
  7477. multimedia
  7478. internet
  7479. playback
  7480. summary
  7481. popupfuncs
  7482. productivity
  7483. developers
  7484. summary
  7485. portlist
  7486. extension
  7487. helps
  7488. summary
  7489. powertracer
  7490. system
  7491. atrap
  7492. powerpc
  7493. function
  7494. summary
  7495. programmer's
  7496. small
  7497. allows
  7498. summary
  7499. projectdrag
  7500. drag-and-drop
  7501. source
  7502. control
  7503. summary
  7504. resedit
  7505. apple's
  7506. standard
  7507. direct-manipulation
  7508. summary
  7509. sample
  7510. discussion
  7511. detect
  7512. whether
  7513. summary
  7514. sample
  7515. network
  7516. chess
  7517. application
  7518. XFCNs that perform a wide variety of tasks, from finding the selected printer to simple string manipulation.  Includes all MPW C source code too.
  7519. Features: HyperCard XFCNs and XCMDs.
  7520. This package is System 7.0 compatible. 
  7521. 60237X
  7522. 1e    No Change
  7523. upgraded
  7524. upgrader
  7525. upgrades
  7526. upload
  7527. Summary: This is the electronic version of develop magazine.
  7528.  Issue 9 highlights:
  7529. Making the Most of Color on 1-Bit Devices  by Konstantin Othmer and Daniel Lipton.  A two-part article: how to create color PICTs on black-and-white machines, and the theory and practice of dithering.
  7530. The TextBox You
  7531. ve Always Wanted  by Bryan K. (
  7532. Beaker
  7533. ) Ressler.   Here
  7534. s a replacement for TextBox, with better performance, more flexibility, and international compatibility. What more do you want?
  7535. Makin
  7536. g Your Macintosh Sound Like an Echo Box  by Rich Collyer.   Learn how to use double buffering techniques to simultaneously record and play sounds.
  7537. Simple Text Windows via the Terminal Manager  by Craig Hotchkiss.  The Terminal Manager (in the Communications Toolbox) provides handy text output capabilities in your application with virtually no effort.
  7538. Tracks: A New Tool for Debugging Drivers  by Brad Lowe.  Debugging device drivers is a pain. This tool provides an easy way to log informat
  7539. workbook
  7540. workers
  7541. workflows
  7542. workgroupS
  7543. workingj
  7544. workings
  7545. workss
  7546. world's
  7547. worlds
  7548. worldscript
  7549. worldwide
  7550. worldwrite
  7551. worry
  7552. would
  7553. wouldn't
  7554. wprocasm
  7555. wrapcommenttext
  7556. wrapper
  7557. wringer
  7558. writec
  7559. writer
  7560. writers
  7561. writes
  7562. writingw
  7563. isn't
  7564. isolate
  7565. isolation
  7566. sample
  7567. reasonably
  7568. complete
  7569. example
  7570. implementation
  7571. ispelementlist
  7572. ispelementlist
  7573. extractbykind
  7574. issuej
  7575. ents to perform when no records are found such as...
  7576.     display dialog "Sorry, the item you selected could not be found."
  7577.     return
  7578. end try
  7579. Movedf\AppsToGo
  7580. AppWannabe
  7581. Wannabe
  7582. DTS.Draw
  7583. DTS.Lib
  7584. DTS.StyleChat
  7585. Kibitz
  7586. pbClock
  7587. AppsToGo Referenceq
  7588. Dev.CD May 00 TC
  7589. All Packages
  7590. Arabic Language KitO
  7591. Dev.CD May 96 TCP
  7592. Dev.CD May 96 TV
  7593. 58960X
  7594. May 96
  7595. D Oct 93
  7596. Dev.CD Jul 93
  7597. Dev.CD Apr 9V
  7598. 58736X
  7599. Apr 94
  7600. e    No Changeq
  7601. Dev.CD May 00 TC
  7602. D!All Packages
  7603. Tool Chest Edition
  7604. Snippets - Sound
  7605. (** = new, * = revised)
  7606. 2BufRecord&Play:  This application uses double buffering for both recording and playback.
  7607. 2BufRecordBufferCmd:  This application records the sound into two buffers and as one buffer is recording the other buffer is played using bufferCmd.
  7608. 2BufRecordSndPlay:  This application records the sound into two buffers and as one buffer is recording the other buffer is played using SndPlay.
  7609. BufCallback:  This code demonstrates the use of a call back routine with the sound
  7610. Wine of assembly, and adds a Finder help string, so that turning on balloon help and pointing at this extension exp
  7611. All Packages
  7612. F#System Enabler 040 (Centris/Quadra)O7Dev.CD Apr 94
  7613. Dev.CD Jan 94
  7614. Dev.CD Oct 93
  7615. Dev.CD Jul 93P6Dev.CD Apr 94
  7616. Dev.CD Jan 94
  7617. Dev.CD Oct 93
  7618. Dev.CD Jul 9V
  7619. 62343X
  7620. Apr 94
  7621. --set theItem to choose file -- uncomment to test in an AS editor
  7622.     tell application "Finder"
  7623.         open item "Dev.CD Apr 94
  7624. Dev.CD Jan 94
  7625. Dev.CD Oct 93
  7626. Dev.CD Jul 93"
  7627.         activate
  7628.     end tell
  7629. on error errMsg number errNum
  7630.     --enter statements to perform when no records are found such as...
  7631.     display dialog "Sorry, the item you selected could not be found."
  7632.     return
  7633. end try
  7634. All Packages
  7635. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  7636. Dev.CD Jan 94
  7637. Dev.CD Oct 93
  7638. Dev.CD Jul 93
  7639. Dev.CD Apr 93PDDev.CD Apr 94
  7640. Dev.CD Jan 94
  7641. Dev.CD Oct 93
  7642. Dev.CD Jul 93
  7643. Dev.CD Apr 9V
  7644. 62344X
  7645. Apr 94
  7646. maybe
  7647. mbytes
  7648. mcbride
  7649. ORDev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Sample Applications:PZDev.CD May 00 TC
  7650.  - Tool Chest
  7651.  - Interapplication Communication
  7652.  - AE Sample ApplicationsV
  7653. 61395X
  7654. May 00^
  7655. --set theItem to choose file -- uncomment to test in an AS editor
  7656.     tell application "Finder"
  7657.         open item "Dev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Sample Applications:"
  7658.         activate
  7659.     end tell
  7660. on error errMsg number errNum
  7661.     --enter statements to perform when no records are found such as...
  7662.     display dialog "Sorry, the item you selected could not be found."
  7663.     return
  7664. end try
  7665. e    No Changef5AppleScript
  7666. Apple events
  7667. recordable
  7668. scriptable
  7669. scriptq
  7670. Dev.CD May 00 TC
  7671. D!All Packages
  7672. Tool Chest Edition
  7673. AE Tools
  7674.     t-depth explnd
  7675.  Read Me, pleaseK
  7676. Jun 92:Tool Chest:Hardware:Display & Video Hardware:VRAM & bit-depth explained:V
  7677. 61336X
  7678. 1e    No Change
  7679. viruses
  7680. visibility
  7681. visible
  7682. visigenic
  7683. vision
  7684. visit
  7685. visited
  7686. visrgn
  7687. volume
  7688. volumemount
  7689. volumes[
  7690. vrefnum
  7691. w/mathlib
  7692. w/sound
  7693. w/sysp
  7694. waiting
  7695. waitnextevent
  7696. waits
  7697. wake100
  7698. wakes
  7699. walk-through
  7700. walks
  7701. walkthrough
  7702. wantg
  7703. wanted
  7704. wanting
  7705. wants
  7706. powerbook
  7707. powerbook
  7708. powerbooks
  7709. powerpcA
  7710. powerplant
  7711. pre-mixer
  7712. pre-mixer
  7713. component
  7714. vu-meter
  7715. preemptive
  7716. preferencet
  7717. preferences
  7718. preview
  7719. print
  7720. print
  7721. appletalk
  7722. printer
  7723. printer
  7724. selected
  7725. chooser
  7726. printers
  7727. printers
  7728. drivers
  7729. sample
  7730. quicktime
  7731. ratesA
  7732. readerZ
  7733. recordable\
  7734. reference
  7735. region
  7736. registration
  7737. registry
  7738. rendering
  7739. reports
  7740. resedit
  7741. resedit
  7742. 2.1.1
  7743. disassembly
  7744. disassembler
  7745. viewer
  7746. edito
  7747. resolution
  7748. resource
  7749. resourcesY
  7750. ringQ
  7751. robustness
  7752. router
  7753. scomP
  7754. screen
  7755. script\
  7756. scriptable\
  7757. Summary:  This package contains a debugging version of the Modern Memory Manager. Once installed on Power Macintosh machines it allows the developer greater control in detecting and eliminating memory manager bugs. A control panel is provided which allows for dynamic enabling and disabling of the debugging features.
  7758. Features:
  7759. Check Heap on Entry - validate heap data structures on entry to Memory Manager calls.
  7760. Check Heap on Exit - validate heap data strutures on exit from Memory Manager c
  7761. alls.
  7762. Fill Free Blocks - fill disposed, emptied, or purged blocks with garbage.
  7763. Check Blocks - More robust check on validity of a handle or pointer passed into the Memory Manager
  7764. Issues:
  7765. When full robust checking is enabled, and VM is also enabled, your machine will slow to a crawl.
  7766. DMM may report errors when using Chooser.
  7767. System Heap doesn't have as robust error checking as other heaps
  7768. Memory Management.imgK
  7769. Apr 95L
  7770. Jan 96M
  7771. Any Power Macintosh.
  7772. about
  7773. clipboard
  7774. magician
  7775.  this.
  7776. KillEveryOneButMe:  This thing shows you how to kill all the other applications running on a machine for demos, school situations, kiosks, etc. PLEASE don't abuse this.
  7777. Launch Me:  This code shows how to get one application to launch another application when there is not enough memory for both applications to be open at the same time.  It will not fragment memory like having a second application would.
  7778. LaunchWithDoc:  This is the smallest Launch application we could come up with;
  7779.  it launches an application with the 'odoc' (Open Documents) Apple event.
  7780. LaunchWithDoc2:  Document-launching sample program Loosely based on C.K. Haun's LaunchWithDoc. This snippet includes some very useful routines.
  7781. LaunchWithSize:  Will launch an application using a memory partition it sets rather than the one in the application's SIZE resource.  Patches Get1Resource to watch for the SIZE resource and then changes it so that LaunchApplication creates a different size memory partition 
  7782. 61989X
  7783. Apr 95
  7784. b--set theItem to choose file -- uncomment to test in an AS editor
  7785.     tell application "Finder"
  7786.         open item "Dev.CD Apr 95"
  7787.         activate
  7788.     end tell
  7789. on error errMsg number errNum
  7790.     --enter statements to perform when no records are found such as...
  7791.     display dialog "Sorry, the item you selected could not be found."
  7792.     return
  7793. end try
  7794. All Packages
  7795. QuickDraw GXO
  7796. Dev.CD Apr 95
  7797. Dev.CD Jan 95P
  7798. Dev.CD Apr 95
  7799. Dev.CD Jan 9V
  7800. 61990X
  7801. Apr 95
  7802. p--set theItem to choose file -- uncomment to test in an AS editor
  7803.     tell application "Finder"
  7804.         open item "Dev.CD Apr 95
  7805. Dev.CD Jan 95"
  7806.         activate
  7807.     end tell
  7808. on error errMsg number errNum
  7809.     --enter statements to perform when no records are found such as...
  7810.     display dialog "Sorry, the item you selected could not be found."
  7811.     return
  7812. end try
  7813. All Packages
  7814. QuickDraw GXO
  7815. Dev.CD Apr 95
  7816. Dev.CD Jan 95P
  7817. Dev.CD Apr 95
  7818. Dev.CD Jan 9V
  7819. 61991X
  7820. Apr 95
  7821. p--set theItem to choose file -- uncomment to test in an AS editor
  7822.     tell application "Finder"
  7823.         open item "Dev.CD Jan 94
  7824. Dev.CD Dec 93"
  7825.         activate
  7826.     end tell
  7827. on error errMsg number errNum
  7828.     --enter statements to perform when no records are found such as...
  7829.     display dialog "Sorry, the item you selected could not be found."
  7830.     return
  7831. end try
  7832.  process which includes Program Linking as a Guest. Full information is provided in the User's Guide included in the package. 
  7833. Hardware: Macintosh Plus or better. 
  7834. System Software: Mac OS 7.5 or greater (it's been tee user selects text.
  7835. The data that ADD searches for and the actions that can be taken on the data is developer extensible.  The detectors are written using regular expressions and the actions are written using AppleScript.
  7836. This package is the SDK which provides documentation and a tool for creating new detectors and actions.
  7837. Features: Apple Data Detectors Extension - provides base functional
  7838. 61720X
  7839. May 00^
  7840. x--set theItem to choose file -- uncomment to test in an AS editor
  7841.     tell application "Finder"
  7842.         open item "Dev.CD May 00 TC:Tool Chest:MacApp:"
  7843.         activate
  7844.     end tell
  7845. on error errMsg number errNum
  7846.     --enter statements to perform when no records are found such as...
  7847.     display dialog "Sorry, the item you selected could not be found."
  7848.     return
  7849. end try
  7850. e    No Changef$MacApp
  7851. Framework
  7852. Object-oriented
  7853. /A(http://developer.apple.com/tools/macapp/
  7854. Dev.CD May 00 TC
  7855. D!All Packages
  7856. Mac OS SDK Edition
  7857. MacApp R14d5 
  7858.      it runs. The viewer application displays this information, which can help you figure out what your software is up to.
  7859. 1.0.6 is a minor bugfix update. It also includes the experimental instrumented InterfaceLib that was part of E.T.O. 22.
  7860. 60433X
  7861. 1e    No Change
  7862. Dev.CD Jan 94
  7863. Dev.CD Oct 9V
  7864. 57076X
  7865. Jan 94
  7866. haun's
  7867. haveZ
  7868. differentiating
  7869. differentiation
  7870. differing
  7871. differs
  7872. difficult
  7873. difficulties
  7874. difficultyo
  7875. digest
  7876. digit
  7877. digital
  7878. digitizer
  7879. digitizers
  7880. digitizing
  7881. dilemmas
  7882. dilsj
  7883. dimension
  7884. dimensions
  7885. dimmed
  7886. dimming
  7887. dimms
  7888. diractive
  7889. direct
  7890. direct-manipulation
  7891. direction
  7892. discard
  7893. All Packages
  7894. PPC EnablerO
  7895. Dev.CD Jul 95P
  7896. Dev.CD Jul 9V
  7897. 61892X
  7898. Jul 95
  7899. b--set theItem to choose file -- uncomment to test in an AS editor
  7900.     tell application "Finder"
  7901.         open item "Dev.CD Jul 95"
  7902.         activate
  7903.     end tell
  7904. on error errMsg number errNum
  7905.     --enter statements to perform when no records are found such as...
  7906.     display dialog "Sorry, the item you selected could not be found."
  7907.     return
  7908. end try
  7909. All Packages
  7910. PPC EnablerO
  7911. Dev.CD Jul 95P
  7912. Dev.CD Jul 9V
  7913. 61893X
  7914. Jul 95
  7915. b--set theItem to choose file -- uncomment to test in an AS editor
  7916.     tell application "Finder"
  7917.         open item "Dev.CD Jul 95"
  7918.         activate
  7919.     end tell
  7920. on error errMsg number errNum
  7921.     --enter statements to perform when no records are found such as...
  7922.     display dialog "Sorry, the item you selected could not be found."
  7923.     return
  7924. end try
  7925. All Packages
  7926. PPC EnablerO
  7927. Dev.CD Jul 95P
  7928. Dev.CD Jul 9V
  7929. 61894X
  7930. Jul 95
  7931. ower Mac G4 
  7932. --set theItem to choose file -- uncomment to test in an AS editor
  7933.     tell application "Finder"
  7934.         open item "Dev.CD May 00 TC:Tool Chest:Localization:ShowDialogBoxes:"
  7935.         activate
  7936.     end tell
  7937. on error errMsg number errNum
  7938.     --enter statements to perform when no records are found such as...
  7939.     display dialog "Sorry, the item you selected could not be found."
  7940.     return
  7941. end try
  7942. resedit
  7943. formatv
  7944. formatnum
  7945. formatnum
  7946. formats
  7947. formatter
  7948. foundation
  7949. frametest
  7950. frametest
  7951. frametest
  7952. framework
  7953. frameworks
  7954. frameworks
  7955. francais
  7956. france
  7957. france
  7958. distributors/localiz
  7959. french
  7960. french
  7961. 1.1.3
  7962. fromR
  7963. fssetprinter
  7964. fssetprinter
  7965. fssetprinter
  7966. fstubs
  7967. fstubs
  7968. fstubs
  7969. fullballoons
  7970. fullballoons
  7971. r--set theItem to choose file -- uncomment to test in an AS editor
  7972.     tell application "Finder"
  7973.         open item "Dev.CD May 00 TC:Sample Code:"
  7974.         activate
  7975.     end tell
  7976. on error errMsg number errNum
  7977.     --enter statements to perform when no records are found such as...
  7978.     display dialog "Sorry, the item you selected could not be found."
  7979.     return
  7980. end try
  7981. u selected could not be found."
  7982.     return
  7983. end try
  7984. Deletedq
  7985. Dev.CD Dec 99 RL
  7986. All Packages
  7987. Macintosh Technotes and Q&As
  7988.     APThe latest and greatest Technotes and Q&As from our web site. 
  7989. Updated 1/25/2000
  7990. J.index.html
  7991. index.html.1
  7992. style.css
  7993. technotesK
  7994. Jan 00L
  7995. Jan 00M
  7996. web browserN
  7997. Technote, Q&A, MacintoshORDev.CD Mar 00 RL1:What's New:Technical Documentation:Macintosh Technotes and Q&As:PZDev.CD Mar 00 RL1
  7998.  - What's New
  7999.  - Technical Documentation
  8000.  - Macintosh Technotes and Q&AsV
  8001. 60499X
  8002. 1e    No Changeo.http://developer.apple.com/techpubs/index.html
  8003. 61530X
  8004. Apr 00^
  8005. --set theItem to choose file -- uncomment to test in an AS editor
  8006.     tell application "Finder"
  8007.         open item "Dev.CD Apr 00 SDK1:Interactive Media Resources:"
  8008.         activate
  8009.     end tell
  8010. on error errMsg number errNum
  8011.     --enter statements to perform when no records are found such as...
  8012.     display dialog "Sorry, the item you selected could not be found."
  8013.     return
  8014. end try
  8015. e    No ChangefJpalette
  8016. color bit depth
  8017. batch processing
  8018. optimizing
  8019. conditional statementsq
  8020. Dev.CD Apr 00 SDK1
  8021. $D!All Packages
  8022. Tool Chest Edition
  8023. Debugging Modern Memory Manager
  8024.     extStyle record to change a font, style, or type size.
  8025. NamingTableAccess:  NamingTableAccess is a Pascal Unit, and a small application demonstrating its usage. It helps dig out the contents of the NamingTable in a TrueType 'sfnt'
  8026. strlist:  A string list library.  See "strlist.txt" for details.
  8027. Sample Code.imgK
  8028. Feb 92L
  8029. May 96O
  8030. Dev.CD May 00 TC:Sample Code:nge
  8031. Aug 96share
  8032. client
  8033. region
  8034. regions
  8035. registerZ
  8036. registeredZ
  8037. registering
  8038. registers
  8039. registration
  8040. registrym
  8041. regularh
  8042. regularly
  8043. reinitV
  8044. reinitialize
  8045. reinitialize
  8046. reinstallable
  8047. reinstaller
  8048. reinstalling
  8049. rejected
  8050. rejoice
  8051. rekeytrans
  8052. relatedb
  8053. relates
  8054. relating
  8055. relational
  8056. relations
  8057. relationship
  8058. relationships
  8059. relativez
  8060. relatively
  8061. relax
  8062. releaseQ
  8063. released
  8064. releasesj
  8065. relevanti
  8066. Summary:  This folder contains the MacSNMP developer's kit. It has all the interface files, documentation, demo and test software that are necessary to start development of agents for the MacSNMP architecture.
  8067. This folder also contains the MacSNMP transport developer's kit. It contains all the additional information you would need to implement SNMP over transports other than AppleTalk or TCP (which are supplied by Apple).
  8068. In order to install a working SNMP client on your Macintosh, you n
  8069. eed to install the AppleTalk Connection and/or TCP/IP Connection product software. These products are included on E.T.O. - an alias has been provided for your convenience.
  8070. The current version of MacSNMP (v1.1) is compatible with version 1.1.2 of the Apple Shared Library Manager. This folder contains all components of ASLM 1.1.2 needed to develop MacSNMP agents.
  8071. The folder MacSNMP Update 1.1.1 contains a new version of the SNMP Macintosh Agent that fixes a problem with the gestaltTable wi
  8072. Deletedq
  8073. Dev.CD Dec 99 RL
  8074. All Packages
  8075. F    Disk Copy
  8076. Disk Copy is a utility application that will mount disk images on your desktop, make exact copies of floppy disks from a disk image, convert disk images from one format to another, create a disk image from a mounted volume or individual folder, segment a disk image into separate files, create self-mounting disk images, and create a new blank disk image. Using DiskScripts, AppleScript, and self mounting images, it can be used to automate software installations and disk image manipulation.
  8077. 61576X
  8078. ncomment to test in an AS editor
  8079.     tell application "Finder"
  8080.         open item "Dev.CD Jul 95"
  8081.         activate
  8082.     end tell
  8083. on error errMsg number errNum
  8084.     --enter statements to perform when no records are found such as...
  8085.     display dialog "Sorry, the item you selected could not be found."
  8086.     return
  8087. end try
  8088. All Packages
  8089. QuickDraw GXO
  8090. Dev.CD Jul 95P
  8091. Dev.CD Jul 9V
  8092. 60736X
  8093. Jul 95
  8094. s wind
  8095. x--set theItem to choose file -- uncomment to test in an AS editor
  8096.     tell application "Finder"
  8097.         open item "Dev.CD Aug 96 TC
  8098. Dev.CD Jan 96 SDK1"
  8099.         activate
  8100.     end tell
  8101. on error errMsg number errNum
  8102.     --enter statements to perform when no records are found such as...
  8103.     display dialog "Sorry, the item you selected could not be found."
  8104.     return
  8105. end try
  8106. mouseresponders
  8107. movable
  8108. movablemodal
  8109. movej
  8110. moveable
  8111. moved
  8112. movement
  8113. moves
  8114. movie
  8115. movie's
  8116. moviecontroller
  8117. movies
  8118. movieshop
  8119. movietoaiff
  8120. movingt
  8121. moving
  8122. source
  8123. powerpc
  8124. system
  8125. mpw's
  8126. mpw-related
  8127. mrj's
  8128. mrj-dev
  8129. mrjclasses
  8130. mrjlib
  8131. mrplus
  8132. mrplus
  8133. performance
  8134. analysis
  8135. powerpc
  8136. applicatio
  8137. mt/mp
  8138. mucha
  8139. binary
  8140. binding
  8141. binhex
  8142. bit-depth
  8143. bitmap
  8144. bitmapped
  8145. bitmaps
  8146. black
  8147. black&white
  8148. black-and-white
  8149. blackketter
  8150. blank
  8151. blayback
  8152. blend
  8153. bless
  8154. blink
  8155. blinking
  8156. blueprintj
  8157. board
  8158. boards
  8159. bodyi
  8160. bones
  8161. book[
  8162. books[
  8163. boolean
  8164. boost
  8165. booth
  8166. booting
  8167. bores
  8168. bothT
  8169. bottleneck
  8170. bottomi
  8171. boundaries
  8172. boundary
  8173. in-depth
  8174. ncement requests, complaints, accolades, or anything else you want to convey. You may not receive a response; however, all feedback is read and evaluated.
  8175.  Apple has created a mailing list server, called MRJ-Dev, to serve the Mac OS Runtime for Java (MRJ) developer community. To join this list, go to the Apple Mailing List Server at http://www.lists.apple.com/mrj.html.
  8176.  Do not call Apple
  8177. s 800 number(s) regarding this software since our operators are not trained to support deveJ
  8178. loper products. 
  8179.  Monitor the MRJ web site at http://developer.apple.com/java/ for additional documentation, information about future releases, known problems, and other MRJ news.
  8180. MRJ 2.2 Debug.smiK
  8181. Aug 97L
  8182. May 00N(MRJ, Java, MRJ SDK, MRJ 2.2, MRJ SDK 2.2OEDev.CD May 00 TC:What's New?:Development Kits:Mac OS:MRJ 2.2 Debug f:PPDev.CD May 00 TC
  8183.  - What's New?
  8184.  - Development Kits
  8185.  - Mac OS
  8186.  - MRJ 2.2 Debug fted could not be found."
  8187.     return
  8188. end try
  8189. All Packages
  8190. 58224
  8191. e    No Changef2Open Transport
  8192. OTOptionManagment
  8193. option managementq
  8194. Dev.CD Jun 98 RL1
  8195. D!All Packages
  8196. Tool Chest Edition
  8197. GlyphaIVI
  8198. This sample is a basic game implementation in the sprite of Joust.  It is meant as demonstation of the basics of Sprocket usage.
  8199. Sample Code.imgK
  8200. Feb 00MbPowerPC, System 8.1+, GameSprockets, and either Universal Interfaces 3.3 or The GameSprockets SDK
  8201. Dev.CD May 00 TC:Sample Code:P
  8202. Dev.CD May 00 TC
  8203.  - Sample CodeV
  8204. 61624X
  8205. May 00^
  8206. r--set theItem to choose file -- uncomment to test in an AS editor
  8207.     tell application "Finder"
  8208.         open item "Dev.CD May 00 TC:Sample Code:"
  8209.         activate
  8210.     end tell
  8211. on error errMsg number errNum
  8212.     --enter statements to perform when no records are found such as...
  8213.     display dialog "Sorry, the item you selected could not be found."
  8214.     return
  8215. end try
  8216. e    No Changeq
  8217. Dev.CD May 00 TC
  8218. D!All Packages
  8219. Tool Chest Edition
  8220. GroupDrawingation Protocol,  AppleTalk Filing Protocol, and more
  8221. 61638X
  8222. May 00^
  8223. --set theItem to choose file -- uncomment to test in an AS editor
  8224.     tell application "Finder"
  8225.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:helpful MPW scripts:"
  8226.         activate
  8227.     end tell
  8228. on error errMsg number errNum
  8229.     --enter statements to perform when no records are found such as...
  8230.     display dialog "Sorry, the item you selected could not be found."
  8231.     return
  8232. end try
  8233. e    No Changeq
  8234. Dev.CD May 00 TC
  8235. D!All Packages
  8236. Tool Chest Edition
  8237. HideMenubarEtc
  8238. Summary:  This demonstrates how to hide the menubar and/or the desktop.  The desktop is hidden simply by creating a large background window and filling it with the appropriate  pattern.  The menu bar is hidden by zeroing the Menu bar height, updating the GrayRgn, and then forcing all windows to redraw.  The rounded corners on every screen device can also be removed using a method similar to that used with the menubar.
  8239. Sample Code.imgK
  8240. Aug 95
  8241. Apr 96L
  8242. Jun 98M
  8243. Macintosh with 68030 processor or later, Open Transport 1.1 installed, Open Transport 1.3 SDK, Metrowerks CodeWarrior Pro 1 or 2 or ETO 23N^Open Transport, code resource, XCMD, CodeWarrior, MPW, 68K, ethernet address, hardware addressO
  8244. Dev.CD May 00 TC:Sample Code:P
  8245. Dev.CD May 00 TC
  8246.  - Sample CodeV
  8247. 61813X
  8248. May 00^
  8249. r--set theItem to choose file -- uncomment to test in an AS editor
  8250.     tell application "Finder"
  8251.         open item "Dev.CD May 00 TC:Sample Code:"
  8252.         activate
  8253.     end tell
  8254. on error errMsg number errNum
  8255.     --enter statements to perform when no records are found such as...
  8256.     display dialog "Sorry, the item you selected could not be found."
  8257.     return
  8258. end try
  8259. e    No ChangefWOpen Transport
  8260. code resource
  8261. CodeWarrior
  8262. ethernet address
  8263. hardware addressq
  8264. Dev.CD May 00 TC
  8265. ?D!All Packages
  8266. Tool Chest Edition
  8267. OTDumpInternetStatusay dialog "Sorry, the item you selected could not be found."
  8268.     return
  8269. end try
  8270. interleaving
  8271. internationals
  8272. international
  8273. glossariess
  8274. internationalizationy
  8275. internet
  8276. interrupt
  8277. interrupt
  8278. debugging
  8279. introduction
  8280. investment
  8281. iostreams
  8282. cd-rom
  8283. device
  8284. driver
  8285. inputsprocket
  8286. powerplant
  8287. items
  8288. japanese
  8289. after
  8290. wombat
  8291. tutorial
  8292. introduction
  8293. programming
  8294. learning
  8295. jbindery
  8296. jdirect
  8297. jmanager
  8298. joystick
  8299. kernel
  8300. problemV
  8301. problematic
  8302. Deletedq
  8303. Dev.CD Dec 99 RL
  8304. aD!All Packages
  8305. Tool Chest Edition
  8306. DSp Context Switch
  8307. Demonstration of DSp 1.7 or 1.1.4 context switching.  This eaxmple shows DSP context switching with both DSp 1.7 and later built in functions and the equivalent in DrawSprcoket 1.1.4 and earlier.
  8308. Due to a bug in earlier version of DSp 1.7, it is recommended that the DSpContext_Reserve and DSpContext_Queue functions only beused in DSp 1.7.3 and later, prior to this it is recommended that one use the earlier version of the the switching code.
  8309. The controls for the sample application are:
  8310. - BJright arrow for a larger context
  8311. - left arrow for smaller
  8312. - Cmd-Q to exit.
  8313. Sample Code.imgK
  8314. Feb 00M[PowerPC, System 8.1+, DrawSprocket, and either Universal Interfaces 3.3 or DrawSprocket SDKN
  8315. DrawSprocket, Context SwitchO
  8316. Dev.CD May 00 TC:Sample Code:P
  8317. Dev.CD May 00 TC
  8318.  - Sample CodeV
  8319. 61592X
  8320. May 00^
  8321. This package is 7.0 compatible.  
  8322. General tools.imgK
  8323. Vol IIIL
  8324. Mar 92nge
  8325. interrupt-time
  8326. interrupted
  8327. intersection
  8328. intersects
  8329. intertask
  8330. interval
  8331. intervention
  8332. interview-based
  8333. intimate
  8334. intoB
  8335. intra
  8336. CallFinder Tool 1.0I
  8337. Summary: An MPW tool for controlling the Finder through AppleEvents. The commando interface requires no knowledge or understanding of AppleEvents to operate.
  8338. Features: Uses AppleEvents to have the Finder execute common actions.J.CallFinder
  8339. CallFinder docs
  8340. CallFinder docs.txtK
  8341. Vol IXM
  8342. MPW Shell, System 7.0N
  8343. AE, Apple Events, AppleEventsOMDev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:CallFinder Tool 1.0:nge
  8344. easilyh
  8345. easing
  8346. easyj
  8347. quickdraw
  8348. viewer
  8349. thompson
  8350. easy-to-use
  8351. easyplayrecord
  8352. eaxmple
  8353. edgar
  8354. editX
  8355. edit-related
  8356. editable
  8357. edited
  8358. editing
  8359. editionj
  8360. editor'sj
  8361. editors
  8362. edittext
  8363. edittextcdev
  8364. educationalj
  8365. eenie
  8366. effect
  8367. modelsd
  8368. modemT
  8369. moderate
  8370. moderated
  8371. modermd
  8372. moderny
  8373. modernization
  8374. modernized
  8375. modes
  8376. modification
  8377. modifier
  8378. modify
  8379. modifying
  8380. modular
  8381. modulet
  8382. modulesQ
  8383. momentumj
  8384. moneys
  8385. monitorT
  8386. monitoringA
  8387. monitors
  8388. monolithic
  8389. monroe
  8390. month
  8391. monthlyj
  8392. months
  8393. moofwars
  8394. more]
  8395. library[
  8396. revised
  8397. All Packages
  8398. System Enabler 088 (AVs)O
  8399. Dev.CD Apr 94
  8400. Dev.CD Jan 94P
  8401. Dev.CD Apr 94
  8402. Dev.CD Jan 9V
  8403. 62389X
  8404. Apr 94
  8405. p--set theItem to choose file -- uncomment to test in an AS editor
  8406.     tell application "Finder"
  8407.         open item "Dev.CD Apr 94
  8408. Dev.CD Jan 94"
  8409.         activate
  8410.     end tell
  8411. on error errMsg number errNum
  8412.     --enter statements to perform when no records are found such as...
  8413.     display dialog "Sorry, the item you selected could not be found."
  8414.     return
  8415. end try
  8416. All Packages
  8417. System Enabler 088 (AVs)O
  8418. Dev.CD Apr 94
  8419. Dev.CD Jan 94P
  8420. Dev.CD Apr 94
  8421. Dev.CD Jan 9V
  8422. 62390X
  8423. Apr 94
  8424. p--set theItem to choose file -- uncomment to test in an AS editor
  8425.     tell application "Finder"
  8426.         open item "Dev.CD Apr 94
  8427. Dev.CD Jan 94"
  8428.         activate
  8429.     end tell
  8430. on error errMsg number errNum
  8431.     --enter statements to perform when no records are found such as...
  8432.     display dialog "Sorry, the item you selected could not be found."
  8433.     return
  8434. end try
  8435. Summary:
  8436. Collection of Java Developer Documentation. 
  8437. Summary:
  8438. Collection of Java Developer Documentation. 
  8439. Features:
  8440. Documentation topics include:
  8441. QuickTime For Java
  8442. Introduction to QuickTime for Java
  8443. Technical Overview
  8444. Cocoa
  8445. AppKit Reference
  8446. Enterprise Objects Framework
  8447. Foundation Reference
  8448. Java Tutorial
  8449. WebObjects and Java
  8450. Enterprise Objects Framework
  8451. Foundation Reference
  8452. Java Client
  8453. Features:
  8454. Mac OS Runtime for Java
  8455. MRJ Toolkit
  8456. JManager
  8457. JDirect
  8458. JBindery
  8459. ATimages:
  8460. java.html
  8461. MacOSandJava:
  8462. QTforJava:
  8463. WebObjectsandJava:
  8464. YellowBoxandJava:
  8465. Jan 00L
  8466. Feb 00M
  8467. web browser
  8468. QuickTime For Java, Yellow Box and Java, AppKit Reference, Enterprise Objects Framework, Foundation Reference, Java Tutorial, WebObjects and Java, Enterprise Objects Framework, Foundation Reference Java Client, Mac OS Runtime for Java, MRJ Toolkit, JManager, JDirect, JBindery
  8469. JSummary: This is the developer's kit for the XTND file translation system. It includes the XTND engine itself as well as sample source code showing how to write XTND translators and how to add XTND support to an application
  8470. Features: By supporting XTND, an application can import and export text in a variety of standard formats.
  8471. Application Examples:
  8472. Claris Translators:
  8473. Claris XTND System
  8474. Documentation:
  8475. PowerMac Stuff:
  8476. Template for FTYP
  8477. Translator Examples:
  8478. XTND 1.3.6 - Read Me First
  8479. XTND Headers:K
  8480. Vol XL
  8481. Nov 94M%Any Mac running System 6.0.7 or laterODDev.CD Apr 98 SDK2:Development Kits (Disc 2):
  8482.  Obsolete/Unsupported:PIDev.CD Apr 98 SDK2
  8483.  - Development Kits (Disc 2)
  8484.  Obsolete/Unsupportedl also create folders, the NewFolder command will not create a  named folder if all of its parent folders do not already exist.  This script will insure all folders in the path exist.  So this script may be called once using the full pathname of the  desired folder and this script
  8485. dropB
  8486. dropdisk
  8487. dropped
  8488. dropping
  8489. drops
  8490. dsp/opengl
  8491. dspcontext
  8492. dspgetversion
  8493. dspuserselectcontext
  8494. dtscpluslibrary
  8495. dudes
  8496. dummy
  8497. dumped
  8498. dumpnetworksetup
  8499. dumpnetworksetup
  8500. dumps
  8501. entire
  8502. contents
  8503. network
  8504. easyj
  8505. quickdraw
  8506. viewer
  8507. thompson
  8508. easy-to-use
  8509. eaxmple
  8510. edgar
  8511. editX
  8512. editing
  8513. editionj
  8514. editorN
  8515. editor'sj
  8516. editors
  8517. educationalj
  8518. effect
  8519. ployj
  8520. emptied
  8521. emulator
  8522. enableq
  8523. summary
  8524. small
  8525. application
  8526. control
  8527. summary
  8528. stack
  8529. contains
  8530. collection
  8531. apple
  8532. event
  8533. xcmd@
  8534. summary
  8535. allows
  8536. developer
  8537. monitor
  8538. summary
  8539. updates
  8540. mactcp
  8541. driver
  8542. correct
  8543. summary
  8544. versionedit
  8545. software
  8546. development
  8547. which
  8548. supercard@
  8549. support
  8550. support's@
  8551. supports@
  8552. symptom@
  8553. system
  8554. software@
  8555. systems@
  8556. systemsoft@
  8557. talking@
  8558. tcp/ip
  8559. administration
  8560. macintosh
  8561. v2.0.4@
  8562. technically@
  8563. technological@
  8564. temporal@
  8565. test-harness@
  8566. encoding
  8567. converter
  8568. allows
  8569. convert
  8570. extractor
  8571. plug-ins
  8572. content
  8573. extra@
  8574. apple@
  8575. adobe
  8576. acrobat
  8577. reader
  8578. allows
  8579. navigate
  8580. redistribution
  8581. enables
  8582. developers
  8583. install@
  8584. then@
  8585. theory@
  8586. there@
  8587. they@
  8588. Summary: This stack will allow users to register creator code IDs for their applications, and will alert the developer if the creator ID has already been reserved.  NOTE:  Using this stack does not guarantee that the creator requested has not been reserved after we went to press.  Remember that Apple no longer registers file types.
  8589. Features: The stack can check to see if the creator ID being requested has already been taken, using the most recent information from Developer Support's creatBZor code database.  It also automatically creates an email to send to devsupport@apple.com.
  8590. JIC/F Reg. on the Web!
  8591. Creator Registration
  8592. Read Me - C/F Registration v2.1K
  8593. Jun 93L
  8594. Feb 98M
  8595. Hypercard 2.1N creator, signature, registrationOEDev.CD Dec 99 RL:Utilities:Developer Forms:C/F Registration Requests:PMDev.CD Dec 99 RL
  8596.  - Utilities
  8597.  - Developer Forms
  8598.  - C/F Registration Requestsxplains how the Picture Utilities methods work and gives you tips on developing your own methods.
  8599. Print Hin
  8600. choose
  8601. choosecolor
  8602. choosecolor
  8603. chooser
  8604. chooser
  8605. choosetkl
  8606. choosetkl
  8607. choosetkl
  8608. clent
  8609. clent
  8610. richardson
  8611. message
  8612. client
  8613. clipboard
  8614. clipboard
  8615. magician
  8616. clipping
  8617. clipping
  8618. extension
  8619. clippings
  8620. codeN
  8621. editor
  8622. resedit
  8623. editor
  8624. notes
  8625. codewarrioru
  8626. codewarrior
  8627. coercion]
  8628. color[
  8629. color
  8630. locator
  8631. Hardware tools.imgK
  8632. Feb 94O?Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Hardware tools:PGDev.CD May 00 TC
  8633.  - Tool Chest
  8634.  - Testing & Debugging
  8635.  - Hardware toolsV
  8636. 61646X
  8637. May 00^
  8638. --set theItem to choose file -- uncomment to test in an AS editor
  8639.     tell application "Finder"
  8640.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  8641.         activate
  8642.     end tell
  8643. on error errMsg number errNum
  8644.     --enter statements to perform when no records are found such as...
  8645.     display dialog "Sorry, the item you selected could not be found."
  8646.     return
  8647. end try
  8648. e    No Changeq
  8649. Dev.CD May 00 TC
  8650. All Packages
  8651. HyperCard 2.4 Update
  8652. 61647X
  8653. in future versions of the System Software.
  8654. More information on the features may be found in the Navigation Services developer note.
  8655. JCDocumentation:
  8656. Examples:
  8657. Libraries:
  8658. Navigation Services 1.1 Read MeK
  8659. Aug 99M
  8660. Mac OS 8.5OMDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:Navigation Services SDK:
  8661. wP=Dev.CD May 00 TC
  8662.  - Tool Chest
  8663.  - Localization
  8664.  - FMAT Editor do.  Preferably system 7.5 with at least 16mb of ram and 20-30megs of space on a hard drive.N5Global search and replace; software project archivingO+Dev.CD Nov 99 TC:Sample Code:PartMaker 4.3:P0Dev.CD Nov 99 TC
  8665.  - Sample Code
  8666.  - PartMaker 4.3ions Toolbox are found such as...
  8667.     display dialog "Sorry, the item you selected could not be found."
  8668.     return
  8669. end try
  8670. ateways; QuickDraw 3d Accelerator Card).
  8671. Technology: develop,
  8672.  Issue 24; CD Highlights; OpenDoc Human Interface FAQs; Copland Drivers; Human Interface (Culture Clash).
  8673. Business: Special Market Report (Health Care); Financing For Software Developers; Developer University Schedule; The Internet Page.
  8674. November 1995 Apple Directions Articles
  8675. Apple's Developer Business Report with news and information about Apple's strategic, technological, and business directions
  8676. Strategy Mosaic: Apple's Development Tools Strategy. IndustryWatch: The Macintosh Strate
  8677. multiple-buffering/p
  8678. multiple-node
  8679. multiprocessing
  8680. multitasking
  8681. multithreading
  8682. musicj
  8683. music
  8684. quicktime
  8685. music
  8686. architecture
  8687. david
  8688. mustZ
  8689. must-have
  8690. mybuildmenu
  8691. mydeviceloop
  8692. myfont
  8693. myself
  8694. mysteries
  8695. mystery
  8696. naked
  8697. nameb
  8698. named
  8699. namely
  8700. names
  8701. natural
  8702. navigable
  8703. navigateZ
  8704. navigates
  8705. navigationi
  8706. navigation
  8707. services
  8708. documents
  8709. solaris
  8710. solutions
  8711. sound
  8712. sound
  8713. input
  8714. driver
  8715. driver
  8716. sound
  8717. memory
  8718. dialogs
  8719. windows
  8720. resources
  8721. files
  8722. interface
  8723. soundsprocket
  8724. soundsprocket
  8725. sound
  8726. reverb
  8727. effects
  8728. space
  8729. spbrecord
  8730. spbrecord
  8731. asynchronous
  8732. record
  8733. specification
  8734. speech
  8735. speech
  8736. synthesis
  8737. text-to-speech
  8738. macintalk
  8739. plaintalk
  8740. spell
  8741. spellswell
  8742. spinning
  8743. spooler
  8744. sprite
  8745. sprocket
  8746. sprockets
  8747. sprockets
  8748. drawsprocket
  8749. netsprocket
  8750. inputsprocket
  8751. soundsprock
  8752. sprockets
  8753. games
  8754. drawsprocket
  8755. inputsprocket
  8756. netsprocket
  8757. sound
  8758. stack
  8759. stacks
  8760. standard
  8761. standardfile
  8762. standards
  8763. starmax
  8764. state
  8765. statements
  8766. status
  8767. storage
  8768. streaming
  8769. streams
  8770. stress
  8771. string
  8772. May 99:Sample Code:V
  8773. 53985X
  8774. 1e    No Change
  8775. encingj
  8776. AppleTalk SDK
  8777. Summary:  This folder contains:
  8778.  the current release of AppleTalk Connection for Macintosh (version 1.1),
  8779.  the current release of AppleTalk Administration for Macintosh (version 1.1)
  8780. IMPORTANT NOTES
  8781. AppleTalk Connection installs the version 1.1.2 of the
  8782. Apple Shared Library Manager. Do not use AppleTalk Connection version 1.1 or AppleTalk Administration version 1.1 with an older version of Apple Shared Library Manager.
  8783. AppleTalk Connection relies on the latest release of MacSNMP v
  8784. intersection
  8785. intersects
  8786. intertask
  8787. interval
  8788. intervention
  8789. interview-based
  8790. intimate
  8791. intoB
  8792. 61566X
  8793. Apr 00^
  8794. --set theItem to choose file -- uncomment to test in an AS editor
  8795.     tell application "Finder"
  8796.         open item "Dev.CD Apr 00 SDK1:What's New:Developer Documentation:Technical Publications:"
  8797.         activate
  8798.     end tell
  8799. on error errMsg number errNum
  8800.     --enter statements to perform when no records are found such as...
  8801.     display dialog "Sorry, the item you selected could not be found."
  8802.     return
  8803. end try
  8804. e    No Change
  8805. Developer Documentation
  8806. Publications
  8807. Technical
  8808. documentation
  8809. Apple Type Services for Unicode Imaging
  8810. ATSUI
  8811. rendering unicode text
  8812. manuals
  8813. style
  8814. style guide
  8815. usage
  8816.   iBook
  8817. PowerPC
  8818. Ethernet
  8819. FireWire
  8820. AirPort
  8821.  PowerBook
  8822. RAGE 128 Ethernet
  8823. Power Mac
  8824. PowerPC
  8825. RAGE 128
  8826. Ethernet
  8827. o.http://developer.apple.com/techpubs/index.htmlq
  8828. Dev.CD Apr 00 SDK1
  8829. HD(All Packages
  8830. Reference Library Edition
  8831. Developer Forms
  8832.     ev.CD Oct 93
  8833. Dev.CD Jul 93
  8834. Dev.CD Apr 93P(Dev.CD Oct 93
  8835. Dev.CD Jul 93
  8836. Dev.CD Apr 9V
  8837. 60835X
  8838. Oct 93
  8839. Any Macintosh with 68030 or greater, or Power Macintosh.
  8840. Suggested 8MB RAM or more.
  8841.  OS Version 7.1.1 or later for 68K Macintosh
  8842. Mac OS Version 7.1.2 or later for Power MacintoshNVOpenDoc, Component Software, Compound Document Architecture, Objects, SOM, DSOM, CORBAO5Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc:P:Dev.CD Jan 97 SDK2
  8843.  - Development Kits (Disc 2)
  8844.  - OpenDoc
  8845. powerplant
  8846. version
  8847. inputsprocket
  8848. update
  8849. appearance
  8850. 1.0.3
  8851. manager
  8852. manager
  8853. drawsprocket
  8854. which
  8855. provides
  8856. support
  8857. inputsprocket
  8858. which
  8859. provides
  8860. support
  8861. package
  8862. consists
  8863. files
  8864. provide
  8865. information
  8866. package
  8867. contains
  8868. number
  8869. routines
  8870. helpful
  8871. package
  8872. contains
  8873. appleshare
  8874. 3.6.5
  8875. first
  8876. package
  8877. contains
  8878. drive
  8879. setup
  8880. v1.7.2
  8881. program
  8882. pinyin
  8883. pioneerj
  8884. pippinj
  8885. pippin-specific
  8886. pitch
  8887. pitfalls
  8888. pixel
  8889. pixels
  8890. pixmap
  8891. pixmap2pixpat2ppat
  8892. placedx
  8893. placement
  8894. places`
  8895. placing
  8896. plain
  8897. plain-text
  8898. plaindbox
  8899. plamondon
  8900. planj
  8901. plane
  8902. planned
  8903. planning
  8904. plans
  8905. platform
  8906. platformsZ
  8907. playable
  8908. playback
  8909. playbar
  8910. played
  8911. player
  8912. players
  8913. playing
  8914. plays
  8915. pleaseZ
  8916. plethora
  8917. plug-and-play
  8918. plug-inh
  8919. plug-in's
  8920. Read Me
  8921. Read Me.txt
  8922. rfc1332 (PPP IPCP)
  8923. rfc1334 (PPP Authentication)
  8924. rfc1378 (PPP ATCP)
  8925. rfc1570 (PPP LCP)
  8926. rfc1618 (PPP ISDN)
  8927. rfc1661 (PPP)
  8928. rfc1662 (PPP HDLC).CD Oct 93"
  8929.         activate
  8930.     end tell
  8931. on error errMsg number errNum
  8932.     --enter statements to perform when no records are found such as...
  8933.     display dialog "Sorry, the item you selected could not be found."
  8934.     return
  8935. end try
  8936. insanely
  8937. inside[
  8938. insight
  8939. inspect
  8940. instaler
  8941. installx
  8942. installationZ
  8943. installations
  8944. installed
  8945. installeru
  8946. 1.7.1
  8947. 1.7.2
  8948. 1.7.3
  8949. 1/1/70
  8950. 1/25/2000
  8951. 100lc
  8952. 12/600j
  8953. 12x16
  8954. 1337s
  8955. 140/170W
  8956. 16384p
  8957. 17000
  8958. 1992-1995
  8959. 1994w
  8960. 1995j
  8961. accelerated
  8962. power
  8963. macintosh
  8964. artwork
  8965. program
  8966. 1996R
  8967. 1999j
  8968. 2-byte
  8969. 2-way
  8970. possible
  8971. rack`
  8972. tracker
  8973. tracking
  8974. tracks
  8975. traddriverloaderlib
  8976. trade
  8977. trade-offs
  8978. trademark
  8979. tradition
  8980. traditional
  8981. traffic
  8982. trained
  8983. disabled, and should not be used as a DrawSprocket reference (SprocketInvaders is a much better choice for sample code to learn DrawSprocket). The QD3D code in DroneZone was written for QD3D 1.0, and until the code is updated, also should not be used as the foundation of a need to customize/rewrite for your own usage.
  8984. Verifier 1.0.imgK
  8985. Jun 92L
  8986. May 94M(MPW, any Mac w/13" minimum sized screen.O2Dev.CD May 00 TC:Tool Chest:Localization:Verifier:P:Dev.CD May 00 TC
  8987.  - Tool Chest
  8988.  - Localization
  8989.  - VerifierV
  8990. 56351X
  8991. May 00^
  8992. May 00^
  8993. e    No Change
  8994. 10/97.pdf
  8995. Apple Directions 11/97.pdf
  8996. Feb 97L
  8997. Sep 97d
  8998. Summary:  This is the Developer Edition of the QuickView
  8999.  development environment. You can use this development environment to create QuickView databases for your own information that work with the Macintosh Programmer's Toolbox Assistant.  Use of this development kit is covered by the license included with this application.
  9000. Issues:  Usage of this software is governed by the software license included in the folder created by the Installer.
  9001. J,Install QuickView
  9002. READ ME - QV Developer Ed.K
  9003. Jun 95N"TOOLBOX ASSISTANT, MPTA, QUICKVIEWOfDev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:
  9004. MPTA Goodies:QuickView
  9005.  Developer Edition:PqDev.CD Sep 97 RL
  9006.  - Technical Documentation
  9007.  - Toolbox Assistant
  9008. MPTA Goodies
  9009.  - QuickView
  9010.  Developer Editionylist
  9011. cfrange
  9012. cfrelease
  9013. cfretain
  9014. cfset
  9015. cfstring
  9016. cfstringencodingsext
  9017. louseau
  9018. collection
  9019. color
  9020. color
  9021. controls
  9022. window
  9023. table
  9024. 61663X
  9025. May 00^
  9026. r--set theItem to choose file -- uncomment to test in an AS editor
  9027.     tell application "Finder"
  9028.         open item "Dev.CD May 00 TC:Sample Code:"
  9029.         activate
  9030.     end tell
  9031. on error errMsg number errNum
  9032.     --enter statements to perform when no records are found such as...
  9033.     display dialog "Sorry, the item you selected could not be found."
  9034.     return
  9035. end try
  9036. e    No Changef-InputSprocket
  9037. Needs
  9038. Elements
  9039. buttonsq
  9040. Dev.CD May 00 TC
  9041. D(All Packages
  9042. Reference Library Edition
  9043. Inside Macintosh - QuickDraw GX
  9044.     yUntilTest:"
  9045.         activate
  9046.     end tell
  9047. on error errMsg number errNum
  9048.     --enter statements to perform when no records are found such as...
  9049.     display dialog "Sorry, the item you selected could not be found."
  9050.     return
  9051. end try
  9052. New Packagef
  9053. MultiTasking
  9054. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  9055. Dev.CD May 00 TC
  9056. D!All Packages
  9057. Tool Chest Edition
  9058. MPHelloWorld (Pascal)
  9059. Summary:  SCSI Monitor and IOTracer are performance tools designed to record and report information on file system and SCSI performance in a Macintosh environment.  This release includes bug fixes for System Software 7.5.3 and PCI-based Macintosh systems.
  9060.      SCSI Monitor reports aggregate information on disk I/O. It reports the number of disk reads and write operations performed, the number of sectors involved and the time taken to complete the operations.
  9061.  IOTracer collects trace da
  9062. ta on file system and driver reads and writes and other I/O related calls. An analysis tool is provided which inputs an IOTracer trace and outputs a summary of the I/O performance. IOTracer can also collect data on resource calls, which can give insight into the effect of application/system resource requests and disk I/O performance. 
  9063.      The information provided by these tools can provide an understanding of an application's disk I/O behavior and interaction with the system. It is also 
  9064. understands
  9065. understood
  9066. undocumented
  9067. unexpected
  9068. unexpectedly
  9069. unfamiliar
  9070. unfortunately
  9071. unfriendly
  9072. unicode
  9073. unifiedj
  9074. uniform
  9075. uninitiated
  9076. unique
  9077. unitsw
  9078. universal
  9079. universalprocptr
  9080. universityR
  9081. unknown
  9082. unleash
  9083. unless
  9084. unlike
  9085. unlimited
  9086. unload
  9087. unloaded
  9088. unloading
  9089. unlocked
  9090. update-based
  9091. updatedo
  9092. updater
  9093. updatese
  9094. updatingb
  9095. upgrader
  9096. upgrades
  9097. urbina
  9098. urquhart
  9099. usagew
  9100. transitions
  9101. themeso
  9102. translation
  9103. translation
  9104. extensions
  9105. translator
  9106. translator
  9107. examples
  9108. translators
  9109. transport
  9110. transports
  9111. uk/eire
  9112. distributors/localiz
  9113. underm
  9114. unicodeutilities
  9115. unicodeutilities
  9116. unmountprojector
  9117. unwrapcommenttext
  9118. update
  9119. updatedo
  9120. updated
  9121. documentation
  9122. updated
  9123. grayscale
  9124. appearanceo
  9125. updates
  9126. upgrader
  9127. upgrader
  9128. 1.2.3
  9129. engines
  9130. upgrading
  9131. upgrading
  9132. bbedit
  9133. driver
  9134. software
  9135. locator
  9136. useful
  9137. useful
  9138. addmenu
  9139. script
  9140. user's
  9141. usersy
  9142. userstartup
  9143. userstartup
  9144. goodies
  9145. using
  9146. utilities
  9147. utility
  9148. v1.5.3
  9149. validator
  9150. validator
  9151. validator
  9152. documentation
  9153. validator
  9154. documentation
  9155. variable
  9156. variables
  9157. ou'll see a confirmation message when installation is complete. The Apple System Profiler will be placed in the Apple menu. To use ASP, open the Apple menu and choose Apple System Profiler.
  9158. J:Apple Sys Profiler 1.3.1 Info
  9159. Apple Sys Profiler 1.3.1.imgK
  9160. Jan 98M
  9161. System 7.5.2 or laterN
  9162. ASP, Profiler, Apple SystemOIDev.CD May 00 TC:Tool Chest:Developer Utilities:Apple Sys Profiler 1.3.1:PQDev.CD May 00 TC
  9163.  - Tool Chest
  9164.  - Developer Utilities
  9165.  - Apple Sys Profiler 1.3.1 9V
  9166. 61274X
  9167. Oct 94
  9168. b--set theItem to choose file -- uncomment to test in an AS editor
  9169.     tell application "Finder"
  9170.         open item "Dev.CD Oct 94"
  9171.         activate
  9172.     end tell
  9173. on error errMsg number errNum
  9174.     --enter statements to perform when no records are found such as...
  9175.     display dialog "Sorry, the item you selected could not be found."
  9176.     return
  9177. end try
  9178. All Packages
  9179. System UpdateO
  9180. Dev.CD Oct 94P
  9181. Dev.CD Oct 9V
  9182. 61275X
  9183. Oct 94
  9184. CPU SE 406O
  9185. Dev.CD Jul 95V
  9186. 49064X
  9187. QuickDraw
  9188.  FX:  A demo of every CopyBits permutation you can imagine, and then some.
  9189. Record
  9190. RetrievePictInfo:  This snippet shows how to retrieve the colortable from multiple PICT resources using the System 7 calls RecordPictInfo and RetrievePictInfo.
  9191. Restore Screen Cluts:  This snippet shows how to restore all the screen
  9192. s color tables back to what they normally are using two different methods.
  9193. Rotate Bitmap 90
  9194. :  Shows a fast way to rotate bitmaps by 90 degrees.
  9195. RotateString:  This c
  9196. ontains the code for rotating a string 90 degrees.  Just call  RotateString and you get back a BitMap containing the rotated text.
  9197. Rubber Bandit:  This silly little app demonstrates how to do rubber-banding in a dialog using srcXOr mode.
  9198. Save PICT file:  Creates a QuickDraw PICT and saves it as a PICT file, including the required header of 512 bytes of nothing important.
  9199. ScreenDump:  This snippet shows how to dump an area of the screen to a PicHandle
  9200. SearchProcs & Color Separation:  Th
  9201. 61614X
  9202. May 00^
  9203. --set theItem to choose file -- uncomment to test in an AS editor
  9204.     tell application "Finder"
  9205.         open item "Dev.CD May 00 TC:Tool Chest:Localization:FMAT Editor:"
  9206.         activate
  9207.     end tell
  9208. on error errMsg number errNum
  9209.     --enter statements to perform when no records are found such as...
  9210.     display dialog "Sorry, the item you selected could not be found."
  9211.     return
  9212. end try
  9213. e    No Changef&number formatting
  9214. ResEdit
  9215. localizationq
  9216. Dev.CD May 00 TC
  9217. xD!All Packages
  9218. Tool Chest Edition
  9219. Folder Watching
  9220.      item you selected could not be found."
  9221.     return
  9222. end try
  9223. Deletedf
  9224. Sample Code
  9225. Traffic Lightq
  9226. Dev.CD Nov 99 TC
  9227. OD!All Packages
  9228. Mac OS SDK Edition
  9229. PC Card Manager v3.0 SDK
  9230. summary
  9231. application
  9232. which
  9233. provides
  9234. various
  9235. video
  9236. summary
  9237. controlling
  9238. finder
  9239. through
  9240. apple
  9241. summary
  9242. which
  9243. known
  9244. finderevents
  9245. summary
  9246. apple
  9247. peoplesoft
  9248. launched
  9249. partnership
  9250. summary
  9251. apple
  9252. computer
  9253. espana
  9254. prepared
  9255. guide
  9256. hasn't
  9257. haun's
  9258. haveZ
  9259. v1.5.3
  9260. validator
  9261. validator
  9262. validator
  9263. documentation
  9264. validator
  9265. documentation
  9266. variable
  9267. variables
  9268. 61848X
  9269. May 00^
  9270. --set theItem to choose file -- uncomment to test in an AS editor
  9271.     tell application "Finder"
  9272.         open item "Dev.CD May 00 TC:Tool Chest:Developer Utilities:PopupFuncs 2.6.1:"
  9273.         activate
  9274.     end tell
  9275. on error errMsg number errNum
  9276.     --enter statements to perform when no records are found such as...
  9277.     display dialog "Sorry, the item you selected could not be found."
  9278.     return
  9279. end try
  9280. e    No Changeq
  9281. Dev.CD May 00 TC
  9282. bD!All Packages
  9283. Mac OS SDK Edition
  9284. Porting Objective-C to Java
  9285. gulick
  9286. headers
  9287. healthj
  9288. heaps
  9289. heartbeat
  9290. hedgingj
  9291. helpZ
  9292. helper
  9293. helpsZ
  9294. heralds
  9295. herej
  9296. here's
  9297. hierarchical
  9298. hifi-color
  9299. highg
  9300. high-end
  9301. high-leveld
  9302. highlighting
  9303. highlightsj
  9304. hints
  9305. historyu
  9306. holdsh
  9307. holidayj
  9308. history
  9309. hooks
  9310. hooks
  9311. hooks
  9312. hooks
  9313. horiz
  9314. horiz
  9315. count
  9316. hotbot
  9317. hotbot
  9318. hotsauce
  9319. hotsauce
  9320. standalone
  9321. obtain
  9322. standards
  9323. howmany
  9324. howmany
  9325. htmli
  9326. renderinglib
  9327. htmlsample
  9328. htmlsample
  9329. htmlsample
  9330. htmlsample
  9331. htmlsample
  9332. pages
  9333. htmlsample
  9334. htmlsample
  9335. htmlsample
  9336. human
  9337. human
  9338. interface
  9339. guidelines
  9340. human
  9341. interface
  9342. notes
  9343. humaninterfacetoolbo
  9344. hypercard
  9345. hypercard
  9346. update
  9347. installer
  9348. hypercard
  9349. toolkit
  9350. 1.0b2
  9351. hypercard
  9352. mactcp
  9353. toolkit
  9354. hypercard
  9355. player
  9356. hypercard
  9357. serial
  9358. toolkit
  9359. hypercard
  9360. video
  9361. toolkit
  9362. hytime
  9363. ideas
  9364. opportunities
  9365. Summary: The C version of ProgressWindoid 
  9366.  a HyperCard XWindow  which implements a modeless progress bar in an XWindoid.  Use it to add progress feedback to any HyperCard application.  Since it is modeless, it is good for monitoring operations that take place in the background.
  9367. Features: Multiple progress bars may be created.  All imaginable parameters of the progress bar windoid are gettable/settable as HyperCard properties.  Includes Test/Demo Stack and full source.  
  9368. JbProgressWindoid
  9369. ProgressWindoid Worksheet
  9370. ProgressWindoid.c
  9371. ProgressWindoid.make
  9372. ProgressWindoid.
  9373. Vol VIIL
  9374. Apr 92M5HyperCard 2.0, This package is System 7.0 compatible.O_Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:ProgressWindoid
  9375. C:PmDev.CD May 00 TC
  9376.  - Tool Chest
  9377.  - Development Kits
  9378.  - HyperCard Related
  9379.  - XCMDs & XFCNs
  9380.  - ProgressWindoid
  9381. Cchnological, and business directions
  9382. Strategy Mosaic: Apple's Development Tools Strategy. IndustryWatch: The Macintosh Strate
  9383. about
  9384. sample
  9385. about
  9386. getsetoptions
  9387. about
  9388. snapshot
  9389. sample
  9390. aegizmos_
  9391. before
  9392. using
  9393. registration
  9394. defprocs
  9395. defprocs
  9396. first
  9397. first
  9398. first
  9399. first
  9400. hypercard
  9401. obsolete&unsupported
  9402. other
  9403. please
  9404. developer
  9405. sample
  9406. 2.0b6
  9407. 2.0b6
  9408. ritish
  9409. browseri
  9410. reporting
  9411. bugdetails
  9412. build
  9413. buildfailed
  9414. building
  9415. building
  9416. dcmds
  9417. buildprogram
  9418. builds
  9419. buildscript
  9420. buildsucceeded
  9421. buildxcmd
  9422. business
  9423. business
  9424. opp's
  9425. germany
  9426. butcdef
  9427. butcdef
  9428. change
  9429. developeru
  9430. developmentm
  9431. directionsj
  9432. disku
  9433. 5e    No Changef
  9434. Virtual Userq
  9435. Dev.CD May 00 TC
  9436. 6D!All Packages
  9437. Tool Chest Edition
  9438. VUMeters
  9439. Summary:  This application displays VU (Volume Unit) Meters, much like are found on tape decks.  The purpose is to monitor the sound input and output channels to insure that the proper sound level is present.
  9440. Features:  This application can display the levels (both peak reading and a more conventional power reading) of the sound at both the input and output of the Quadra AV computers.  Users can select whether they want to measure levels in terms of the analog voltages at the connectors (
  9441. pconventional way) or referenced to the peak level of the AV A/D and D/A systems.  Every effort was made to conform to the standard for VUMeter dynamics.
  9442. This package is useful as a debugging aid when working with sound.  It is also useful as a complete example of how to develop code for the Apple Real Time Architecture (ARTA) DSP system on the new Quadra AV systems
  9443. e    No Change
  9444. 62584X
  9445. Mar 98^
  9446. --set theItem to choose file -- uncomment to test in an AS editor
  9447.     tell application "Finder"
  9448.         open item "Dev.CD Mar 98 RL:Technical Documentation:Developer Notes:Servers:"
  9449.         activate
  9450.     end tell
  9451. on error errMsg number errNum
  9452.     --enter statements to perform when no records are found such as...
  9453.     display dialog "Sorry, the item you selected could not be found."
  9454.     return
  9455. end try
  9456. DeletedfvApple servers
  9457. 9650/350
  9458. Workgroup Server
  9459. server
  9460. server developer note
  9461. 100BaseTx Ethernet
  9462. network server
  9463. internet serverq
  9464. Dev.CD Mar 98 RL
  9465. BD!All Packages
  9466. Tool Chest Edition
  9467. WorldScript Updater
  9468. newformat@
  9469. transport
  9470. debug@
  9471. opencheckedout@
  9472. packageutils
  9473. links@
  9474. rnationalization
  9475. translation
  9476. glos@
  9477. applescript@
  9478. async
  9479. device@
  9480. carbon@
  9481. cftree@
  9482. color
  9483. picker
  9484. 2.1.1@
  9485. counters@
  9486. debugging@
  9487. dynamic@
  9488. games@
  9489. J0Guide_To_MPQ.pdf
  9490. MPQ Read Me
  9491. MPQ_Program_Kit.pdfK
  9492. Nov 95M
  9493. Adobe Acrobat ReaderNGMPQ, Macintosh, PowerBook, Qualified, PC Card, Card and Socket ServicesODDev.CD May 98 TC:Programs & Marketing:Macintosh PowerBook Qualified:PIDev.CD May 98 TC
  9494.  - Programs & Marketing
  9495.  - Macintosh PowerBook Qualifiedrform when no records are found such as...
  9496.     display dialog "Sorry, the item you selected could not be found."
  9497.     return
  9498. end try
  9499. Deletedq
  9500. Dev.CD Nov 99 TC
  9501. D!All Packages
  9502. Tool Chest Edition
  9503. How to Detect a CD
  9504. ISummary:  Sample code and discussion of how to detect whether a volume is a CD or not.  Discusses the various drawbacks of all the different approaches.
  9505. Features:  C sample code demonstrating how to use the device manager, SCSI, and calls to the CD-ROM driver to give pretty good hints about whether a volume is a CD-ROM or not.
  9506. JRidentifyCD.
  9507. main.c
  9508. Makefile
  9509. Not used in this example
  9510. ReadMe
  9511. WhereCDs.c
  9512. WhereCDs.hK
  9513. Dec 95N CD-ROM, SCSI, Device Manager, CDr se
  9514. itself
  9515. iw-half-dither
  9516. j-1.1
  9517. james
  9518. jamie
  9519. januaryj
  9520. january/february
  9521. japanj
  9522. japanesej
  9523. jasik's
  9524. client
  9525. tutorial
  9526. super
  9527. survey
  9528. switch
  9529. synchronization
  9530. systemx
  9531. technicalS
  9532. technotes
  9533. terminology^
  9534. tester
  9535. textedit
  9536. token
  9537. tokenizer
  9538. toolbox
  9539. toolkit
  9540. toolkits
  9541. tools]
  9542. transport
  9543. transport/ppp
  9544. ways_
  9545. wdefcolorsample
  9546. wdefpatch
  9547. wdefs
  9548. we'll
  9549. that's
  9550. january/february
  9551. g--set theItem to choose file -- uncomment to test in an AS editor
  9552.     tell application "Finder"
  9553.         open item "Dev.CD Jan 96 SDK1"
  9554.         activate
  9555.     end tell
  9556. on error errMsg number errNum
  9557.     --enter statements to perform when no records are found such as...
  9558.     display dialog "Sorry, the item you selected could not be found."
  9559.     return
  9560. end try
  9561. GC 7.0:"
  9562.         activate
  9563.     end tell
  9564. on error errMsg number errNum
  9565.     --enter statements to perform when no records are found such as...
  9566.     display dialog "Sorry, the item you selected could not be found."
  9567.     return
  9568. end try
  9569. Deletedf
  9570. Videoq
  9571. Dev.CD Nov 99 TC
  9572. D!All Packages
  9573. Tool Chest Edition
  9574. A-Law sdec/scomI
  9575. A sample fat compression/decompression Sound Manager component example.
  9576. Shows how to make a compression component, a decompression component, and how to make a fat component.J
  9577. Sample Code.imgK
  9578. Aug 97N1component, compression, decompression, sdec, scomO
  9579. Dev.CD May 00 TC:Sample Code:nge
  9580. summary
  9581. software
  9582. apple
  9583. macintosh
  9584. display@
  9585. summary
  9586. package
  9587. provides
  9588. something
  9589. replacement
  9590. summary
  9591. stack
  9592. contains
  9593. collection
  9594. apple
  9595. event
  9596. xcmd@
  9597. summary
  9598. allows
  9599. developer
  9600. monitor
  9601. summary
  9602. updates
  9603. mactcp
  9604. driver
  9605. correct
  9606. support
  9607. support's@
  9608. supports@
  9609. symptom@
  9610. systems@
  9611. systemsoft@
  9612. tcp/ip
  9613. administration
  9614. macintosh
  9615. v2.0.4@
  9616. technically@
  9617. technological@
  9618. temporal@
  9619. extractor
  9620. plug-ins
  9621. content
  9622. extra@
  9623. apple@
  9624. adobe
  9625. acrobat
  9626. reader
  9627. allows
  9628. navigate
  9629. redistribution
  9630. enables
  9631. developers
  9632. install@
  9633. there@
  9634. they@
  9635. driver
  9636. development
  9637. enable
  9638. create
  9639. program
  9640. shows
  9641. construct
  9642. simple
  9643. animation
  9644. first@
  9645. fonts
  9646. fontsync
  9647. foreign
  9648. foreign
  9649. system
  9650. formatting
  9651. forth
  9652. foundation
  9653. foundation
  9654. reference
  9655. foundation
  9656. reference
  9657. client
  9658. framework
  9659. screen
  9660. functione
  9661. function
  9662. index
  9663. function
  9664. keyse
  9665. functions
  9666. gamepad
  9667. games
  9668. games
  9669. sprockets
  9670. sprite
  9671. blitters
  9672. drawsprocket
  9673. moofwars
  9674. gaming
  9675. gamma
  9676. gatewayS
  9677. generator
  9678. gestalt
  9679. gestalt
  9680. manager
  9681. gestalt
  9682. selector
  9683. codes
  9684. getenetaddrdirect
  9685. getenetaddrdirect
  9686. getnextevent
  9687. getnextevent
  9688. waitnextevent
  9689. filter
  9690. helper
  9691. getversion
  9692. global
  9693. halftone
  9694. handles
  9695. handoff
  9696. handoff
  9697. endpoints
  9698. handwriting
  9699. hardware
  9700. hardware
  9701. address
  9702. hardware
  9703. developer
  9704. documentation
  9705. inal and asy
  9706. Summary:  This folder contains electronic forms that allow developers to register creator & file types, Apple II file & auxiliary types, and NuBus boards, and to report bugs and name & address changes.
  9707.  Apple Bug Reporter
  9708. The Apple Bug Reporter is a HyperCard stack that allows developers to report bugs against Macintosh software and hardware. When you have completed a bug, the stack puts it in your AppleLink Out Basket. When you next log on to AppleLink, your bug is sent to APPLE.BUGS.
  9709.  AppleII File and Auxiliary Type
  9710. Before you ship your application, you must request file type and auxiliary type assignments for files you create from Apple Developer Technical Support. File type and auxiliary type combinations are used to identify files and their contents.  The limited supply of file types requires that file types be defined generically and that specific auxiliary types be assigned by Apple for application use.
  9711.  C/F Registration Requests
  9712. This stack will allow users to 
  9713. 62112X
  9714. Apr 98^
  9715. --set theItem to choose file -- uncomment to test in an AS editor
  9716.     tell application "Finder"
  9717.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime
  9718.  IC SDK 1.01:"
  9719.         activate
  9720.     end tell
  9721. on error errMsg number errNum
  9722.     --enter statements to perform when no records are found such as...
  9723.     display dialog "Sorry, the item you selected could not be found."
  9724.     return
  9725. end try
  9726. Deletedf3QuickTime
  9727. QuickTime IC
  9728. image
  9729. capture
  9730. digital
  9731. cameraq
  9732. Dev.CD Apr 98 SDK2
  9733. jD!All Packages
  9734. Tool Chest Edition
  9735. QuickTime Java SDKILQuickTime for Java SDK.  Includes QuickTime for Java API javadoc, and demos.J
  9736. qtjavadocs
  9737. QTJavaSDKK
  9738. Feb 00MmRequires:
  9739.     - QuickTime 3 
  9740.     - QTJava.zip
  9741.     - Mac OS 8 or later
  9742.     - Macintosh Runtime for Java (MRJ) 2.1 or laterN
  9743. QuickTime, Java, MRJOHDev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:QuickTime Java SDK:ngeo
  9744. http://developer.apple.com/sdk/
  9745. screen
  9746. script\
  9747. scriptable\
  9748. Sep 99
  9749. companionZ
  9750. company
  9751. company's
  9752. compare
  9753. comparelastrevision
  9754. comparing
  9755. comparisions
  9756. comparisons
  9757. compatibilityY
  9758. compatibility
  9759. issues
  9760. compatibleO
  9761. compatiblesj
  9762. compilation
  9763. compile
  9764. compilers
  9765. compiles
  9766. completeR
  9767. completed
  9768. completion
  9769. complex
  9770. complexity
  9771. compliance
  9772. componentP
  9773. component-based
  9774. components
  9775. composersj
  9776. composit
  9777. composite
  9778. composited
  9779. compositing
  9780. compositor
  9781. compound
  9782. compound-document
  9783. compressed
  9784. compressionP
  9785. compression/decompreP
  9786. compressor/decompres
  9787. computerj
  9788. ntains
  9789. variety
  9790. hypercard
  9791. summary
  9792. folder
  9793. contains
  9794. complete
  9795. information
  9796. developR
  9797. All Packages
  9798. QuickDraw GXO
  9799. Dev.CD Aug 96 TCP
  9800. Dev.CD Aug 96 TV
  9801. 57028X
  9802. Aug 96
  9803. e--set theItem to choose file -- uncomment to test in an AS editor
  9804.     tell application "Finder"
  9805.         open item "Dev.CD Aug 96 TC"
  9806.         activate
  9807.     end tell
  9808. on error errMsg number errNum
  9809.     --enter statements to perform when no records are found such as...
  9810.     display dialog "Sorry, the item you selected could not be found."
  9811.     return
  9812. end try
  9813. All Packages
  9814. QuickDraw GXO
  9815. Dev.CD Aug 96 TCP
  9816. Dev.CD Aug 96 TV
  9817. 57029X
  9818. Aug 96
  9819. All Packages
  9820. 601 Processor Upgrade EnablerV
  9821. 55150X
  9822. sword
  9823. All Packages
  9824. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  9825. Dev.CD Jan 94
  9826. Dev.CD Oct 93
  9827. Dev.CD Jul 93
  9828. Dev.CD Apr 93PDDev.CD Apr 94
  9829. Dev.CD Jan 94
  9830. Dev.CD Oct 93
  9831. Dev.CD Jul 93
  9832. Dev.CD Apr 9V
  9833. 62458X
  9834. Apr 94
  9835. --set theItem to choose file -- uncomment to test in an AS editor
  9836.     tell application "Finder"
  9837.         open item "Dev.CD Apr 94
  9838. Dev.CD Jan 94
  9839. Dev.CD Oct 93
  9840. Dev.CD Jul 93
  9841. Dev.CD Apr 93"
  9842.         activate
  9843.     end tell
  9844. on error errMsg number errNum
  9845.     --enter statements to perform when no records are found such as...
  9846.     display dialog "Sorry, the item you selected could not be found."
  9847.     return
  9848. end try
  9849. All Packages
  9850. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  9851. Dev.CD Jan 94
  9852. Dev.CD Oct 93
  9853. Dev.CD Jul 93
  9854. Dev.CD Apr 93PDDev.CD Apr 94
  9855. Dev.CD Jan 94
  9856. Dev.CD Oct 93
  9857. Dev.CD Jul 93
  9858. Dev.CD Apr 9V
  9859. 62459X
  9860. Apr 94
  9861. ents, AppleEventsORDev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Tools:AETracker 3.0:
  9862. onescannerg
  9863. palette
  9864. --set theItem to choose file -- uncomment to test in an AS editor
  9865.     tell application "Finder"
  9866.         open item "Dev.CD Apr 94
  9867. Dev.CD Jan 94
  9868. Dev.CD Oct 93
  9869. Dev.CD Jul 93"
  9870.         activate
  9871.     end tell
  9872. on error errMsg number errNum
  9873.     --enter statements to perform when no records are found such as...
  9874.     display dialog "Sorry, the item you selected could not be found."
  9875.     return
  9876. end try
  9877. hackers
  9878. hacks
  9879. hairlines
  9880. hairy
  9881. half-way
  9882. hammerhead-based
  9883. hand-coded
  9884. hand-tweak
  9885. handbookf
  9886. handed
  9887. handleN
  9888. handle's
  9889. handle-based
  9890. handler
  9891. handlersn
  9892. handlesy
  9893. handoff
  9894. --set theItem to choose file -- uncomment to test in an AS editor
  9895.     tell application "Finder"
  9896.         open item "Dev.CD Mar 00 RL Disk 1:Utilities:Macintosh CD-ROM Setup 5.3.2:"
  9897.         activate
  9898.     end tell
  9899. on error errMsg number errNum
  9900.     --enter statements to perform when no records are found such as...
  9901.     display dialog "Sorry, the item you selected could not be found."
  9902.     return
  9903. end try
  9904. ted could not be found."
  9905.     return
  9906. end try
  9907. e    No Changef
  9908. QuickTime
  9909. Dev.CD May 00 TC
  9910. D!All Packages
  9911. Tool Chest Edition
  9912. F    ImageFileIqThis demo program shows the usage of the GraphicsImporter to import and display a plethora of image file formats.J
  9913. Sample Code.imgK
  9914. Feb 00
  9915. - Common
  9916.     - Sun Compliant Java Runtime Environment 1.1
  9917.     - QuickTime 3 
  9918.     - QTJava.zip
  9919.     - QTJava media samples
  9920. - Mac OS:
  9921.     - System 8 or later
  9922.     - Macintosh Runtime for Java (MRJ) 2.1
  9923. - Windows 95, 98, or NT::
  9924.     - JRE/JDK from Sun Microsystems, Inc. recommended
  9925. QuickTime, Java, MRJ
  9926.  you selected could not be found."
  9927.     return
  9928. end try
  9929. e    No Changef1detector
  9930. contextual menu
  9931. Apple Data Detectors
  9932. Dev.CD Apr 00 SDK1
  9933. Apple Developer News archive
  9934. This folder contains the archives (in HTML format) of Apple Computer's weekly newsletter to developers, Apple Developer News. The navigation links and graphics at the top and bottom of each page do not work, but the body of each page (and relevant links to the Internet) are complete. This folder is a mirror image of the ADN content on Apple's web site and is included for those developers who do not have web access. have web access. 
  9935. e    No Changef
  9936. Finder Windows
  9937. Hackq
  9938. Dev.CD May 00 TC
  9939. D!All Packages
  9940. Tool Chest Edition
  9941. Switch StackIXDemonstrates how to switch to a private stack correctly.
  9942. Issues: Only compiles for 68K.J
  9943. Sample Code.imgK
  9944. Apr 98N
  9945. private, stack, switch, snifferO
  9946. Dev.CD May 00 TC:Sample Code:P
  9947. Dev.CD May 00 TC
  9948.  - Sample CodeV
  9949. 62202X
  9950. May 00^
  9951. r--set theItem to choose file -- uncomment to test in an AS editor
  9952.     tell application "Finder"
  9953.         open item "Dev.CD May 00 TC:Sample Code:"
  9954.         activate
  9955.     end tell
  9956. on error errMsg number errNum
  9957.     --enter statements to perform when no records are found such as...
  9958.     display dialog "Sorry, the item you selected could not be found."
  9959.     return
  9960. end try
  9961. e    No Changef
  9962. private
  9963. stack
  9964. switch
  9965. snifferq
  9966. Dev.CD May 00 TC
  9967. D!All Packages
  9968. Tool Chest Edition
  9969. F    SyncCatch
  9970. setupgl
  9971. setvideomediagraphic
  9972. setwutime
  9973. severala
  9974. All Packages
  9975. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  9976. Dev.CD Jan 94
  9977. Dev.CD Oct 93
  9978. Dev.CD Jul 93
  9979. Dev.CD Apr 93PDDev.CD Apr 94
  9980. Dev.CD Jan 94
  9981. Dev.CD Oct 93
  9982. Dev.CD Jul 93
  9983. Dev.CD Apr 9V
  9984. 62494X
  9985. Apr 94
  9986. --set theItem to choose file -- uncomment to test in an AS editor
  9987.     tell application "Finder"
  9988.         open item "Dev.CD Apr 94
  9989. Dev.CD Jan 94
  9990. Dev.CD Oct 93
  9991. Dev.CD Jul 93
  9992. Dev.CD Apr 93"
  9993.         activate
  9994.     end tell
  9995. on error errMsg number errNum
  9996.     --enter statements to perform when no records are found such as...
  9997.     display dialog "Sorry, the item you selected could not be found."
  9998.     return
  9999. end try
  10000. All Packages
  10001. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  10002. Dev.CD Jan 94
  10003. Dev.CD Oct 93
  10004. Dev.CD Jul 93
  10005. Dev.CD Apr 93PDDev.CD Apr 94
  10006. Dev.CD Jan 94
  10007. Dev.CD Oct 93
  10008. Dev.CD Jul 93
  10009. Dev.CD Apr 9V
  10010. 62495X
  10011. Apr 94
  10012.     display dialog "Sorry, the item you selected could not be found."
  10013.     return
  10014. end try
  10015. .apple.com/samplecode/index.html
  10016. o Change
  10017.     Bqplified and Traditional),Dutch, English, Finnish, French, German, Italian, Japanese, Korean, Norwegian, Swedish.
  10018. A5Requires: Disk Copy 6.3.3, 300MB free hard disk space
  10019. Mac OS 9
  10020. Dev.CD Oct 99 SSW:P
  10021. Dev.CD Oct 99 SSWsion and so on).
  10022. NOTE: This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis.  Apple is not responsible for any probleB!ms you may encounter in it's use.
  10023. Jk6th Anniversary
  10024. Gestalt Selectors List 4.3
  10025. Gestalt Submission Form
  10026. gestalt.html
  10027. GSL View (EasyView)
  10028. UpdatesK
  10029. May 95L
  10030. Dec 98M7Any word processor capable of reading a 400K text file.N
  10031. Gestalt Selector Codes, Gestalt Manager, Machine Identification, System Identification, System Software Release, Version, Capabilities, System FeaturesODDev.CD May 00 TC:Tool Chest:OS Utilities:Gestalt Selectors List 4.3: Codes System 7.0 compatible.  7.0 compatible.  
  10032. userstartup
  10033. uses[
  10034. usingA
  10035. menubar
  10036. menuhook/mbarhook
  10037. menumanager
  10038. menuse
  10039. menuscripter
  10040. merchandised
  10041. merchandising
  10042. sagewatcher
  10043. meta-content
  10044. methodg
  10045. methodology
  10046. methods
  10047. metrowerks
  10048. michael
  10049. microprocessor
  10050. microprocessorsA
  10051. microsystems
  10052. microtrendsj
  10053. middle
  10054. mighth
  10055. miller
  10056. millionj
  10057. millions
  10058. minimizep
  10059. minimum
  10060. minor
  10061. minow
  10062. minute
  10063. minutes
  10064. mirrori
  10065. misaligned
  10066. misalignment
  10067. misdemeanors
  10068. misrecognized
  10069. mixed
  10070. mixed-partition
  10071. mixing
  10072. mobile
  10073. modal
  10074. modeO
  10075. model\
  10076. modeled
  10077. modeling
  10078. x--set theItem to choose file -- uncomment to test in an AS editor
  10079.     tell application "Finder"
  10080.         open item "Dev.CD Aug 96 TC
  10081. Dev.CD Jan 96 SDK1"
  10082.         activate
  10083.     end tell
  10084. on error errMsg number errNum
  10085.     --enter statements to perform when no records are found such as...
  10086.     display dialog "Sorry, the item you selected could not be found."
  10087.     return
  10088. end try
  10089. und."
  10090.     return
  10091. end try
  10092. e    No Changef(MacTCP development Open Transport ZapTCPq
  10093. Dev.CD May 00 TC
  10094. _D!All Packages
  10095. Tool Chest Edition
  10096. ZoneRanger 1.1
  10097.     nsarray@
  10098. object-based@
  10099. object-bases@
  10100. olson@
  10101. on-line@
  10102. once@
  10103. open@
  10104. opening@
  10105. opf-opendoc@
  10106. opportunity@
  10107. optionmanagement@
  10108. oracle@
  10109. originally@
  10110. ot/ppp's@
  10111. otserverlimits@
  10112. outline@
  10113. overall@
  10114. packages@
  10115. panoramas@
  10116. parsons@
  10117. reliable@
  10118. report@
  10119. Dev.CD May 00 TC:Sample Code:P
  10120. Dev.CD May 00 TC
  10121.  - Sample CodeV
  10122. 61655X
  10123. May 00^
  10124. r--set theItem to choose file -- uncomment to test in an AS editor
  10125.     tell application "Finder"
  10126.         open item "Dev.CD May 00 TC:Sample Code:"
  10127.         activate
  10128.     end tell
  10129. on error errMsg number errNum
  10130.     --enter statements to perform when no records are found such as...
  10131.     display dialog "Sorry, the item you selected could not be found."
  10132.     return
  10133. end try
  10134. e    No Changef
  10135. QuickTime
  10136. Dev.CD May 00 TC
  10137. D!All Packages
  10138. Tool Chest Edition
  10139. Imran's Virtual KeycodesItSummary: This document shows how raw keycodes map to virtual keycodes on various keyboards.
  10140. It is an MPW text file. JFImran's READ ME
  10141. Imran's READ ME.txt
  10142. KCHR mappings
  10143. Virtual Keycode diffK
  10144. Vol VL
  10145. Vol VIIORDev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Imran's Virtual Keycodes:P]Dev.CD May 00 TC
  10146.  - Tool Chest
  10147.  - Development Kits
  10148.  - MPW Related
  10149.  - Imran's Virtual KeycodesV
  10150. 61656X
  10151. May 00^
  10152. #tall
  10153. on-SCS
  10154. Apr 94
  10155. p--set theItem to choose file -- uncomment to test in an AS editor
  10156.     tell application "Finder"
  10157.         open item "Dev.CD Apr 94
  10158. Dev.CD Jan 94"
  10159.         activate
  10160.     end tell
  10161. on error errMsg number errNum
  10162.     --enter statements to perform when no records are found such as...
  10163.     display dialog "Sorry, the item you selected could not be found."
  10164.     return
  10165. end try
  10166. All Packages
  10167. System Enabler 065 (LC 575)O
  10168. Dev.CD Apr 94P
  10169. Dev.CD Apr 9V
  10170. 62365X
  10171. Apr 94
  10172. b--set theItem to choose file -- uncomment to test in an AS editor
  10173.     tell application "Finder"
  10174.         open item "Dev.CD Apr 94"
  10175.         activate
  10176.     end tell
  10177. on error errMsg number errNum
  10178.     --enter statements to perform when no records are found such as...
  10179.     display dialog "Sorry, the item you selected could not be found."
  10180.     return
  10181. end try
  10182. All Packages
  10183. System Enabler 065 (LC 575)O
  10184. Dev.CD Apr 94
  10185. Dev.CD Jan 94P
  10186. Dev.CD Apr 94
  10187. Dev.CD Jan 9V
  10188. 62366X
  10189. Apr 94
  10190. ariables
  10191. client
  10192. clipboard
  10193. clipboard
  10194. magician
  10195. editor
  10196. resedit
  10197. codes
  10198. collection
  10199. color[
  10200. color
  10201. locator
  10202. colorpicker
  10203. colorpicker
  10204. 2.1.1
  10205. colorpopupmenus
  10206. colorsync
  10207. colorsync
  10208. colorsync
  10209. photoshop
  10210. plugins
  10211. communication
  10212. communications
  10213. communications
  10214. toolbox
  10215. compositedeffects
  10216. computer-based
  10217. computer-based
  10218. media
  10219. broadcast
  10220. conferencing
  10221. config&interleave
  10222. contacts
  10223. content
  10224. context
  10225. contextualmenumanage
  10226. contextualmenumanage
  10227. 1.0.3
  10228. control
  10229. control
  10230. strip
  10231. controlbackground
  10232. controlkeypatch
  10233. controlstrip
  10234. controlstrip
  10235. convert
  10236. convert
  10237. projects
  10238. 1.0b5
  10239. converter
  10240. language
  10241. The CardBus DDK contains 3 folders title Documentation, Samples and Tools.
  10242.   Documentation
  10243.    *  Designing PCI Cards&Drivers
  10244.     -  Describes the current Design environment for PCI and CardBus cards
  10245.    *  PCI Binding to OF v2.1
  10246.     -  This is the Addendum to IEEE 1275 for Boot Initialization
  10247. Configuration
  10248.    *  MacOS PC Card Family 3.0
  10249.     -  Describes the Architecture and Implementation of PC Card (Card Bus)
  10250. 3.0 under MacOS
  10251.   Samples
  10252.    *  CustomEnabler
  10253.     -  Provides source code a
  10254. s an example of a SystemSoft custom enabler to
  10255. support multiple cards
  10256.    *  Another CustomEnabler
  10257.     -  Provides source code as an example of a custom enabler designed to
  10258. correct the IBM OEM Ethernet PC Card.
  10259.   Tools
  10260.    *  Display Name Registry 2.0
  10261.     -  Displays the Macintosh
  10262. s Name Registry and Device Tree
  10263.    *  TupleDumper
  10264.     -  
  10265. Dumps
  10266.  the CardBus (PCMCIA) tuples of any inserted PC cards
  10267. J)Read Me
  10268.  Documentation
  10269.  Samples
  10270.  ToolsK
  10271. Jan 00M
  10272. PowerMac / CodeWarrior IDE 2.1
  10273. ot/ppp
  10274. ot/ppp
  10275. transport
  10276. ot/ppp
  10277. otbuffer
  10278. otbufferinfo
  10279. otfifo
  10280. otgetendpointinfo
  10281. otgetindexedport
  10282. otgetuserportnamefro
  10283. otlifo
  10284. otlink
  10285. otlookup
  10286. otoptionmanagment
  10287. ottcpwilldial
  10288. ottransferproviderow
  10289. ottransferproviderow
  10290. client
  10291. library
  10292. override
  10293. override
  10294. quickdraw
  10295. table
  10296. resource
  10297. when no records are found such as...
  10298.     display dialog "Sorry, the item you selected could not be found."
  10299.     return
  10300. end try
  10301. All Packages
  10302. ChineseTraditionalFont 6.0.5O*Dev.CD Mar 92
  10303. Dev.CD Feb 92
  10304. Dev.CD Vol. XIP)Dev.CD Mar 92
  10305. Dev.CD Feb 92
  10306. Dev.CD Vol. XV
  10307. 60262X
  10308. Mar 92
  10309. v.CD Jul 96 SSW"
  10310.         activate
  10311.     end tell
  10312. on error errMsg number errNum
  10313.     --enter statements to perform when no records are found such as...
  10314.     display dialog "Sorry, the item you selected could not be found."
  10315.     return
  10316. end try
  10317. All Packages
  10318. System 7.5 Update 2.0V
  10319. 59812X
  10320. specifications
  10321. specified
  10322. specifiersn
  10323. specifies
  10324. specifyT
  10325. specifying
  10326. speech
  10327. speed`
  10328. speed-critical
  10329. speeding
  10330. speeds
  10331. spellcheck
  10332. spellchecking
  10333. speller
  10334. spelling
  10335. spells
  10336. spellswell
  10337. spend
  10338. sphere
  10339. splash
  10340. splasher
  10341. split
  10342. sponsored
  10343. spooled
  10344. spooler
  10345. spoolers
  10346. spoolingg
  10347. sports
  10348. spots
  10349. spreadsheets
  10350. spreadsheetss
  10351. sprite
  10352. sprites
  10353. sprocket
  10354. sprocketinvaders
  10355. sprocketinvaders
  10356. featured
  10357. specfically
  10358. built
  10359. sprockets
  10360. storyj
  10361. stragegyj
  10362. strassmann
  10363. strategicj
  10364. strategies
  10365. zationb
  10366. --set theItem to choose file -- uncomment to test in an AS editor
  10367.     tell application "Finder"
  10368.         open item "Dev.CD Apr 94
  10369. Dev.CD Jan 94
  10370. Dev.CD Oct 93
  10371. Dev.CD Jul 93
  10372. Dev.CD Apr 93"
  10373.         activate
  10374.     end tell
  10375. on error errMsg number errNum
  10376.     --enter statements to perform when no records are found such as...
  10377.     display dialog "Sorry, the item you selected could not be found."
  10378.     return
  10379. end try
  10380. equilibrium
  10381. equilibrium's
  10382. equivalent
  10383. error
  10384. ethernetQ
  10385. ethertalkB
  10386. europeanj
  10387. evangelicalj
  10388. event]
  10389. event-aware]
  10390. eventsN
  10391. everj
  10392. everything
  10393. eworldj
  10394. exact`
  10395. examinea
  10396. exampleN
  10397. examples
  10398. exceeds
  10399. exception
  10400. excitingf
  10401. execute
  10402. executingB
  10403. executionh
  10404. exercises
  10405. existing
  10406. expand
  10407. expandable
  10408. f--set theItem to choose file -- uncomment to test in an AS editor
  10409.     tell application "Finder"
  10410.         open item "Dev.CD Jan 96 SSW"
  10411.         activate
  10412.     end tell
  10413. on error errMsg number errNum
  10414.     --enter statements to perform when no records are found such as...
  10415.     display dialog "Sorry, the item you selected could not be found."
  10416.     return
  10417. end try
  10418. providingo
  10419. psetselfsend
  10420. pseudo-item
  10421. pub/pccts
  10422. public
  10423. publicationsw
  10424. published
  10425. publisherf
  10426. publishers
  10427. publishingj
  10428. publishing
  10429. second
  10430. edition
  10431. pulled
  10432. quickdraw
  10433. dimension
  10434. macintosh
  10435. graphics
  10436. pablo
  10437. gardingo
  10438. ~--set theItem to choose file -- uncomment to test in an AS editor
  10439.     tell application "Finder"
  10440.         open item "Dev.CD Oct 94
  10441. Dev.CD Apr 94
  10442. Dev.CD Jan 94"
  10443.         activate
  10444.     end tell
  10445. on error errMsg number errNum
  10446.     --enter statements to perform when no records are found such as...
  10447.     display dialog "Sorry, the item you selected could not be found."
  10448.     return
  10449. end try
  10450. speech
  10451. disabledY
  10452. disableeject
  10453. disables
  10454. disabling
  10455. disambiguatorj
  10456. disappear
  10457. disassembler
  10458. disassemblepictures
  10459. disassembly
  10460. discV
  10461. discard
  10462. 001 (IIvx, IIvi)OEDev.CD Apr 94
  10463. Dev.CD Jan 94
  10464. Dev.CD Oct 93
  10465. Dev.CD Jul 93
  10466. Dev.CD Apr 93PDDev.CD Apr 94
  10467. Dev.CD Jan 94
  10468. Dev.CD Oct 93
  10469. Dev.CD Jul 93
  10470. Dev.CD Apr 9V
  10471. 58591X
  10472. Apr 94
  10473. v.CD Oct 93
  10474. Dev.CD July 92
  10475. Dev.CD June 92
  10476. Dev.CD May 92PTDev.CD Apr 94
  10477. Dev.CD Jan 94
  10478. Dev.CD Oct 93
  10479. Dev.CD July 92
  10480. Dev.CD June 92
  10481. Dev.CD May 9V
  10482. 52257X
  10483. Apr 94
  10484. separatelyb
  10485. --set theItem to choose file -- uncomment to test in an AS editor
  10486.     tell application "Finder"
  10487.         open item "Dev.CD Apr 94
  10488. Dev.CD Jan 94
  10489. Dev.CD Oct 93
  10490. Dev.CD Jul 93"
  10491.         activate
  10492.     end tell
  10493. on error errMsg number errNum
  10494.     --enter statements to perform when no records are found such as...
  10495.     display dialog "Sorry, the item you selected could not be found."
  10496.     return
  10497. end try
  10498.  a folder.
  10499. FileSharingOn:  This snippet demonstrates how to determine whether or not Fil
  10500. e Sharing is on. 
  10501. FormatAsDOS:  This snippet demonstrates how to use the newer Disk Initialization Package calls DIXFormat() and DIXZero() to format a floppy disk as a DOS disk.  DIXFormat, DIXZero, and DIReformat are documented in the IM:Files Errata Tech Note.
  10502. Please note this snippet does not provide any prompts.  It merely takes the floppy in the first floppy drive and reformats it as a DOS disk with the name "MS-DOS Disk".  This purpose of this snippet is to demonstrate the newer 
  10503. --set theItem to choose file -- uncomment to test in an AS editor
  10504.     tell application "Finder"
  10505.         open item "Dev.CD Apr 94
  10506. Dev.CD Jan 94
  10507. Dev.CD Oct 93
  10508. Dev.CD Jul 93
  10509. Dev.CD Apr 93"
  10510.         activate
  10511.     end tell
  10512. on error errMsg number errNum
  10513.     --enter statements to perform when no records are found such as...
  10514.     display dialog "Sorry, the item you selected could not be found."
  10515.     return
  10516. end try
  10517. found."
  10518.     return
  10519. end try
  10520. All Packages
  10521. QuickDraw GXO
  10522. Dev.CD Aug 96 TCP
  10523. Dev.CD Aug 96 TV
  10524. 58270X
  10525. Aug 96
  10526. e--set theItem to choose file -- uncomment to test in an AS editor
  10527.     tell application "Finder"
  10528.         open item "Dev.CD Aug 96 TC"
  10529.         activate
  10530.     end tell
  10531. on error errMsg number errNum
  10532.     --enter statements to perform when no records are found such as...
  10533.     display dialog "Sorry, the item you selected could not be found."
  10534.     return
  10535. end try
  10536. All Packages
  10537. QuickDraw GXO
  10538. Dev.CD Aug 96 TCP
  10539. Dev.CD Aug 96 TV
  10540. 58271X
  10541. ft JIS.
  10542.  The HZ converter now handles the tilde-tilde and tilde-linefeed combinations correctly.
  10543.  The alias "CN-GB" has been added for "EUC-CN" and "GB2312".
  10544.  Support has been added for the encodings ISO 8859-3, ISO 8859-4, ISO 8859-15, Windows CP 1257, Windows CP 1258. Limited support has been added for the Mac OS Tibetan encoding.
  10545.  Various mappings for CJK encodings were improved.
  10546.  Added loose mappings for variant forms of Han characters (e.g., simplified vs. traditional), yielding 
  10547. 5fewer missing characters in some conversions.
  10548.  Added Euro to Mac Cyrillic and Ukrainian encodings.
  10549.  Added conversion from arbitrary Unicode to maximally decomposed Unicode.
  10550.  Improved multiple script runs and long digit sequences.
  10551.  Improved building conversions involving Unicode variants, including UTF-8.
  10552. Dec 97L
  10553. Dec 99W
  10554. DraggingSpritesI
  10555. This demo program shows how to define MouseResponders to customise the behaviour of MouseDrag actions and to define a custom Matrix transformations on a Sprite.J
  10556. Sample Code.imgK
  10557. Feb 00
  10558. - Common
  10559.     - Sun Compliant Java Runtime Environment 1.1
  10560.     - QuickTime 3 
  10561.     - QTJava.zip
  10562.     - QTJava media samples
  10563. - Mac OS:
  10564.     - System 8 or later
  10565.     - Macintosh Runtime for Java (MRJ) 2.1
  10566. - Windows 95, 98, or NT::
  10567.     - JRE/JDK from Sun Microsystems, Inc. recommended
  10568. QuickTime, Java, MRJO
  10569. Dev.CD May 00 TC:Sample Code:P
  10570. Dev.CD May 00 TC
  10571.  - Sample CodeV
  10572. 61583 open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:"
  10573.         activate
  10574.     end tell
  10575. on error errMsg number errNum
  10576.     --enter statements to perform when no records are found such as...
  10577.     display dialog "Sorry, the item you selected could not be found."
  10578.     return
  10579. end try
  10580. e    No Changef
  10581. Apple Events
  10582. AppleEventsq
  10583. Dev.CD Mar 00 RL Disk 1
  10584. All Packages
  10585. Dev.CD May 00 TC
  10586.  - Sample CodeV
  10587. 62178X
  10588. May 00^
  10589. r--set theItem to choose file -- uncomment to test in an AS editor
  10590.     tell application "Finder"
  10591.         open item "Dev.CD May 00 TC:Sample Code:"
  10592.         activate
  10593.     end tell
  10594. on error errMsg number errNum
  10595.     --enter statements to perform when no records are found such as...
  10596.     display dialog "Sorry, the item you selected could not be found."
  10597.     return
  10598. end try
  10599. e    No Changeq
  10600. Dev.CD May 00 TC
  10601. D!All Packages
  10602. Tool Chest Edition
  10603. Snippets - Toolbox
  10604.     em to choose file -- uncomment to test in an AS editor
  10605.     tell application "Finder"
  10606.         open item "Dev.CD Jul 95"
  10607.         activate
  10608.     end tell
  10609. on error errMsg number errNum
  10610.     --enter statements to perform when no records are found such as...
  10611.     display dialog "Sorry, the item you selected could not be found."
  10612.     return
  10613. end try
  10614. D!All Packages
  10615. Tool Chest Edition
  10616. 7Edit
  10617. theory@
  10618. there@
  10619. they@
  10620. think@
  10621. MCAny Macintosh (starting from Mac Plus) running system 6.0 or later.s
  10622. codewarrioru
  10623. codewarrior
  10624. coerceprgeneral
  10625. coerceprgeneral
  10626. coercion]
  10627. collection
  10628. color[
  10629. color
  10630. locator
  10631. ed, such as the 4400, 6400 or 7200.
  10632. DIMM Config&Interleave
  10633. DIMM Config.rsrc
  10634. DIMM Configuration Read Me v1.1
  10635. DIMM Interleave Rlsd.
  10636. DIMM Interleave Rlsd.
  10637.  Data
  10638. FindHammerHead.c
  10639. Interleave.c
  10640. Interleave.h
  10641. TestBanks.cK
  10642. Dec 97N4DIMM, Interleaving, memory, configuration, RAM, DRAMO?Dev.CD May 00 TC:Tool Chest:Memory:DIMM Config&Interleave v1.1:PGDev.CD May 00 TC
  10643.  - Tool Chest
  10644.  - Memory
  10645.  - DIMM Config&Interleave v1.1tivate
  10646.     end tell
  10647. on error errMsg number errNum
  10648.     --enter statements to perform when no records are found such as...
  10649.     display dialog "Sorry, the item you selected could not be found."
  10650.     return
  10651. end try
  10652. All Packages
  10653. F    QuickTimeO
  10654. Dev.CD Jan 94P
  10655. Dev.CD Jan 9V
  10656. 58308X
  10657. Jan 94
  10658. 62139X
  10659. Mar 00^    RL Disk 1
  10660. --set theItem to choose file -- uncomment to test in an AS editor
  10661.     tell application "Finder"
  10662.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:Security SDK:"
  10663.         activate
  10664.     end tell
  10665. on error errMsg number errNum
  10666.     --enter statements to perform when no records are found such as...
  10667.     display dialog "Sorry, the item you selected could not be found."
  10668.     return
  10669. end try
  10670. e    No Changef-Keychain
  10671. URL Access
  10672. Cryptography
  10673. File Signingq
  10674. Dev.CD Mar 00 RL Disk 1
  10675. D!All Packages
  10676. Tool Chest Edition
  10677. Sedit 1.0b3I
  10678. Summary: Sedit is a SCSI device editor  and general purpose SCSI utility.  It talks to any device on the SCSI bus.  It can function as a block editor; much like Fedit.  It also allows you to send SCSI commands directly out to any SCSI device.  J$Sedit
  10679. Sedit Documentation
  10680. Template.rK
  10681. Vol IIIL
  10682. Vol VIIO5Dev.CD May 00 TC:Tool Chest:Devices:SCSI:Sedit 1.0b3:nge
  10683. 61844X
  10684. May 00^
  10685. r--set theItem to choose file -- uncomment to test in an AS editor
  10686.     tell application "Finder"
  10687.         open item "Dev.CD May 00 TC:Sample Code:"
  10688.         activate
  10689.     end tell
  10690. on error errMsg number errNum
  10691.     --enter statements to perform when no records are found such as...
  10692.     display dialog "Sorry, the item you selected could not be found."
  10693.     return
  10694. end try
  10695. e    No Changef;Cryptographic Authentication 
  10696. AppleShare IP
  10697.  Appearance Mgrq
  10698. Dev.CD May 00 TC
  10699. ^D(All Packages
  10700. Reference Library Edition
  10701. Pippin Technical Notes
  10702. HSummary:  Pippin is a new multimedia and Internet playback architecture based on Power Macintosh and licensed by Apple to Bandai Digital Entertainment. Because it is based on Mac, most Pippin development is the same as Mac development. The tech notes in this folder cover all the Pippin-specific aspects of developing on Pippin.
  10703. Nov 99^
  10704. #DOS Disk".  This purpose of this snippet is to demonstrate the newer 
  10705. ColorSync profile rename toolt theItem to choose file -- uncomment to test in an AS editor
  10706.     tell application "Finder"
  10707.         open item "Dev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1995:"
  10708.         activate
  10709.     end tell
  10710. on error errMsg number errNum
  10711.     --enter statements to perform when no records are found such as...
  10712.     display dialog "Sorry, the item you selected could not be found."
  10713.     return
  10714. end try
  10715. Deletedq
  10716. Dev.CD Nov 99 TC
  10717. +D!All Packages
  10718. Tool Chest Edition
  10719. Apple Directions 1996ICSummary:  Apple Directions, The Developer Business Report, 1-12/96.J
  10720. Apple Directions 01/96
  10721. Apple Directions 02/96
  10722. Apple Directions 03/96
  10723. Apple Directions 04/96
  10724. Apple Directions 05/96
  10725. Apple Directions 06/96
  10726. Apple Directions 07/96
  10727. Apple Directions 08/96
  10728. Apple Directions 09/96
  10729. Apple Directions 10/96
  10730. Apple Directions 11-12/96K
  10731. Mar 96L
  10732. Nov 96OMDev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1996:d
  10733. packagesA
  10734. Wen no records are found such as...
  10735.     display dialog "Sorry, the item you selected could not be found."
  10736.     return
  10737. end try
  10738. All Packages
  10739. Summary:  The Communications Toolbox SDK contains:
  10740. The Basic Connectivity Set 1.1.1 folder contains  CTB tools, including
  10741.         
  10742. XMODEM 1.1 Tool
  10743.         
  10744. Serial 1.0.2 Tool
  10745. The AppleModemTool v1.5.1 folder contains the latest version of the Apple Modem Tool, including developer documentation.
  10746. The CommToolbox 1.1 folder contains the latest interface and library files needed for building CTB 1.1 savvy tools and applications.
  10747. The Communications 1 folder contains the 1.0.2 installer scr
  10748. ipt for installing the CTB 1.0 resources on system 6.0.x machines. 
  10749. The 1.1 script does a live install, and does better error checking on the system software. There are no differences between the CTB 1.0 resources which the Communications 1 v1.0 and v1.1 disks install. The CTB team recommends, however, that developers update their products to include the Communications 1 version 1.1 software.
  10750. NOTE:  Developers should do all new development with Open Transport where possible.
  10751. Aug 93L
  10752. shimmermate
  10753. shipmentsj
  10754. shippede
  10755. shipping
  10756. shipsj
  10757. shoot
  10758. short
  10759. shortcuts
  10760. shotsB
  10761. shouldN
  10762. shouldn't
  10763. show/hide
  10764. showballoon
  10765. showcase
  10766. showdraghilite
  10767. showicon
  10768. quicktake
  10769. resource
  10770. resource
  10771. management
  10772. resources
  10773. return
  10774. return
  10775. investment
  10776. ringQ
  10777. robustness
  10778. router
  10779. sample
  10780. sample
  10781. saving
  10782. saving
  10783. state
  10784. timing
  10785. Apr 9V
  10786. 50860X
  10787. Oct 93
  10788. -D!All Packages
  10789. Tool Chest Edition
  10790. japan
  10791. japanese
  10792. japanese
  10793. language
  10794. japanese
  10795. language
  10796. drawing
  10797. javasprites
  10798. helper
  10799. jisapplet
  10800. sample
  10801. jsaver
  10802. jscriptapplet
  10803. kanjitalk
  10804. kanjitalk
  10805. update
  10806. ead Me
  10807. Read Me.txtK
  10808. Vol XIM
  10809. MPWOADev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:MPWTool:PLDev.CD May 00 TC
  10810.  - Tool Chest
  10811.  - Development Kits
  10812.  - MPW Related
  10813.  - MPWToolV
  10814. 59286X
  10815. May 00^
  10816. --set theItem to choose file -- uncomment to test in an AS editor
  10817.     tell application "Finder"
  10818.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:MPWTool:"
  10819.         activate
  10820.     end tell
  10821. on error errMsg number errNum
  10822.     --enter statements to perform when no records are found such as...
  10823.     display dialog "Sorry, the item you selected could not be found."
  10824.     return
  10825. end try
  10826. end try
  10827. mentors
  10828. modeled
  10829. modelsd
  10830. modemT
  10831. moderated
  10832. modermd
  10833. moderny
  10834. modes
  10835. modified[
  10836. modifier
  10837. modify
  10838. modifying
  10839. modulet
  10840. modulesQ
  10841. momentumj
  10842. moneys
  10843. monitorT
  10844. monitoringA
  10845. monthlyj
  10846. more]
  10847. technologiesp
  10848. technologyh
  10849. technote
  10850. technotes
  10851. tecsetbasicoptions
  10852. teknosys
  10853. telephone
  10854. telephones
  10855. telephony
  10856. tells
  10857. templatey
  10858. templatesz
  10859. fo for installed drives.
  10860. RAMDisk 1.4d5:  This sample demonstrates how to write a simple Mac OS block device driver, in this case a RAM disk.  It also demonstrates how to bundle a system extension (INIT), driver (DRVR) and control panel (cdev) in one file, to achieve maximum functionality while minimising the number of items in the System Folder.
  10861. SCSI Samples 1.0:  This folder contains several
  10862.  snippets that illustrate the original and asy
  10863. issue
  10864. highlights
  10865. issue
  10866. highlights
  10867. issue
  10868. highlights
  10869. issuesT
  10870. issues
  10871. compiles
  10872. 61804X
  10873. Jan 97^
  10874. --set theItem to choose file -- uncomment to test in an AS editor
  10875.     tell application "Finder"
  10876.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc Development Framework:"
  10877.         activate
  10878.     end tell
  10879. on error errMsg number errNum
  10880.     --enter statements to perform when no records are found such as...
  10881.     display dialog "Sorry, the item you selected could not be found."
  10882.     return
  10883. end try
  10884. Deletedq
  10885. Dev.CD Jan 97 SDK2
  10886. 6D!All Packages
  10887. Mac OS SDK Edition
  10888. OpenDoc International
  10889. Summary:  OpenDoc J-1.1 GM is a localized version of OpenDoc for Japan. This version supports Japanese system software version 7.5.3 or later. 
  10890. Included in the OpenDoc International folder are Recipes and Development folders along with the OpenDoc J-1.1 installer. These items supplement the OpenDoc SDK and help developers understand how to use TSM and TSMTE in programming OpenDoc parts.
  10891. 61805X
  10892. Deleted
  10893. one wanted such a picture, s
  10894. O6Dev.CD Mar 00 RL Disk 2:Technical Publications:macos8:P;Dev.CD Mar 00 RL Disk 2
  10895.  - Technical Publications
  10896.  - macos8
  10897. a (MRJ) 2.1
  10898. - Windows 95, 98, or NT::
  10899.     - JRE/JDK from Sun Microsystems, Inc. recommended
  10900. lls Guide.pdf
  10901. CompbasedMediaBroadcastEnv
  10902. Creating MIDI for the Web3.pdf
  10903. DeBabelizer 3.0.pdf
  10904. Design For Reuse.pdf
  10905. DesignForRobustness
  10906. Digital Asset Management.pdf
  10907. Digital Storyboard.pdf 
  10908. DVD Development.pdf
  10909. DVD_Primer.pdf
  10910. Enhanced CD Survival Guide.pdf
  10911. EOModeler
  10912. Frameworks.pdf
  10913. Gender-Based Title Creation.pdf
  10914. Int_Media_Writer_Resources.pdf
  10915. Java Survival Guide.pdf
  10916. Making Cool QD3D Apps.pdf
  10917. Music on the Net.pdf
  10918. New Audio Features QT3.pdf
  10919. Porting
  10920. Jul 98ramework saves time and effort, but debugging 
  10921. hands
  10922. handwriting
  10923. handy
  10924. hanging
  10925. hangul
  10926. hanja
  10927. happen
  10928. happened
  10929. hard-won
  10930. hardware
  10931. hardwared
  10932. harlan
  10933. harness
  10934. harper
  10935. harry
  10936. hasn't
  10937. haveZ
  10938. IP=Dev.CD Nov 99 TC
  10939.  - System Software
  10940.  - Worldwide QuickDraw GX
  10941. rights@
  10942. rischspater@
  10943. routines@
  10944. sample@
  10945. sample
  10946. code@
  10947. sample
  10948. demonstrating
  10949. certain
  10950. kinds
  10951. samples@
  10952. savemenu@
  10953. schedule@
  10954. scriptswitcher8
  10955. quick
  10956. modify
  10957. resources
  10958. scroll@
  10959. searchprocs@
  10960. seed@
  10961. segment@
  10962. selections@
  10963. sequence@
  10964. servers@
  10965. setproject@
  10966. severe@
  10967. shadow@
  10968. shimmermate@
  10969. showing@
  10970. shutdown@
  10971. similarities@
  10972. simple
  10973. sample
  10974. which
  10975. demonstrates
  10976. setdeskcpa@
  10977. sites@
  10978. small@
  10979. snapshots@
  10980. snippet@
  10981. society@
  10982. solaris@
  10983. solution@
  10984. solve@
  10985. sounds@
  10986. sparcstations@
  10987. specifications@
  10988. standards@
  10989. stat@
  10990. strategy@
  10991. strongest@
  10992. stylemap@
  10993. macsn@
  10994. summary
  10995. description
  10996. input
  10997. methods
  10998. chinese
  10999.  Quadra 660AV or 840AV, Power Macintosh AV computer, or Power Macintosh with AV card upgrade 
  11000.  16 megabytes of  DRAM (memory)
  11001.  Video source (for instance, a video camera or VCR)
  11002.  Audio source (for instance, a  PlainTalk microphone or VCR)
  11003.  Network connection (for instance, Ethernet or ISDN)
  11004.  Network Software Installer version 1.5. (this is already installed on Power Macintosh 7500 and 8500 computers)
  11005. NMQuickTime, QuickTime Conferencing, video conferencing, Apple Media Conferenceisassembler
  11006. viewer
  11007. edito
  11008. resolution
  11009. resource
  11010. resourcesY
  11011. rgbforecolor
  11012. ringQ
  11013. riser
  11014. robustness
  11015. router
  11016. routing
  11017. runtime
  11018. sample
  11019. sample
  11020. sample
  11021. traffic
  11022. light
  11023. saving
  11024. scanner
  11025. scomP
  11026. screen
  11027. script\
  11028. scriptable\
  11029. answers
  11030. anymore
  11031. anyone
  11032. anything
  11033. aphorisms
  11034. apisd
  11035. apoplexy
  11036. app'sp
  11037. appearo
  11038. appearanced
  11039. appeared
  11040. appearing
  11041. appendages
  11042. appendditl
  11043. appendix
  11044. appendixesw
  11045. appleO
  11046. All Packages
  11047. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  11048. Dev.CD Jan 94
  11049. Dev.CD Oct 93P(Dev.CD Apr 94
  11050. Dev.CD Jan 94
  11051. Dev.CD Oct 9V
  11052. 62434X
  11053. Apr 94
  11054. ~--set theItem to choose file -- uncomment to test in an AS editor
  11055.     tell application "Finder"
  11056.         open item "Dev.CD Apr 94
  11057. Dev.CD Jan 94
  11058. Dev.CD Oct 93"
  11059.         activate
  11060.     end tell
  11061. on error errMsg number errNum
  11062.     --enter statements to perform when no records are found such as...
  11063.     display dialog "Sorry, the item you selected could not be found."
  11064.     return
  11065. end try
  11066. All Packages
  11067. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  11068. Dev.CD Jan 94
  11069. Dev.CD Oct 93
  11070. Dev.CD Jul 93P6Dev.CD Apr 94
  11071. Dev.CD Jan 94
  11072. Dev.CD Oct 93
  11073. Dev.CD Jul 9V
  11074. 62435X
  11075. Apr 94
  11076. Devices:NuBus/Slot Manager:Slot Look:PLDev.CD May 00 TC
  11077.  - Tool Chest
  11078.  - Devices
  11079.  - NuBus/Slot Manager
  11080.  - Slot LookV
  11081. 59693X
  11082. May 00^
  11083. 61557X
  11084. Mar 00^    RL Disk 1
  11085. --set theItem to choose file -- uncomment to test in an AS editor
  11086.     tell application "Finder"
  11087.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 28:"
  11088.         activate
  11089.     end tell
  11090. on error errMsg number errNum
  11091.     --enter statements to perform when no records are found such as...
  11092.     display dialog "Sorry, the item you selected could not be found."
  11093.     return
  11094. end try
  11095. e    No Changeq
  11096. Dev.CD Mar 00 RL Disk 1
  11097. All Packages
  11098. develop Issue 29
  11099. 61558X
  11100. tra information about files that depend on other files.  
  11101. GrabGuy: An application that creates QuickTime
  11102.  movies from videotape.
  11103. MovieShop: A tool that processes QuickTime movies into a format that plays well from CD-ROM.
  11104. QuickTime XCMDs:  QTMovie, QTRecordMovie, QTEditMovie, and the QTPict XCMDs. 
  11105. Reinstaller:  A simple utility that takes any file or files and installs all components found within those files.
  11106. Set Movie Information: An appli
  11107. 61828X
  11108. Nov 99^
  11109. --set theItem to choose file -- uncomment to test in an AS editor
  11110.     tell application "Finder"
  11111.         open item "Dev.CD Nov 99 TC:Sample Code:PartMaker 4.3:"
  11112.         activate
  11113.     end tell
  11114. on error errMsg number errNum
  11115.     --enter statements to perform when no records are found such as...
  11116.     display dialog "Sorry, the item you selected could not be found."
  11117.     return
  11118. end try
  11119. Deletedf5Global search and replace; software project archivingq
  11120. Dev.CD Nov 99 TC
  11121. ND!All Packages
  11122. Tool Chest Edition
  11123. Pascal Sample 3.0B10
  11124. Summary:  Very simple Macintosh application that supports multiple documents, Apple events, preferences and proper human interface.  Fully commented.
  11125. Features:  Supports Apple Events, preferences, proper human interface, MPW Pascal, THINK Pascal.
  11126. Issues:  No C version available yet.
  11127. JLPascal Sample
  11128. Read Me - Sample
  11129. Sample documents:
  11130. Source:
  11131. THINK Pascal files:K
  11132. Dec 93:Sample Code:Pascal Sample 3.0B10:V
  11133. 61829X
  11134. Deleted
  11135. what's[
  11136. what's
  11137. updated
  11138. whatever
  11139. whenW
  11140. whichW
  11141. All Packages
  11142. System Enabler 003 (LC III)OEDev.CD Apr 94
  11143. Dev.CD Jan 94
  11144. Dev.CD Oct 93
  11145. Dev.CD Jul 93
  11146. Dev.CD Apr 93PDDev.CD Apr 94
  11147. Dev.CD Jan 94
  11148. Dev.CD Oct 93
  11149. Dev.CD Jul 93
  11150. Dev.CD Apr 9V
  11151. 62317X
  11152. Apr 94
  11153. --set theItem to choose file -- uncomment to test in an AS editor
  11154.     tell application "Finder"
  11155.         open item "Dev.CD Apr 94
  11156. Dev.CD Jan 94
  11157. Dev.CD Oct 93
  11158. Dev.CD Jul 93
  11159. Dev.CD Apr 93"
  11160.         activate
  11161.     end tell
  11162. on error errMsg number errNum
  11163.     --enter statements to perform when no records are found such as...
  11164.     display dialog "Sorry, the item you selected could not be found."
  11165.     return
  11166. end try
  11167. All Packages
  11168. System Enabler 003 (LC III)OEDev.CD Apr 94
  11169. Dev.CD Jan 94
  11170. Dev.CD Oct 93
  11171. Dev.CD Jul 93
  11172. Dev.CD Apr 93PDDev.CD Apr 94
  11173. Dev.CD Jan 94
  11174. Dev.CD Oct 93
  11175. Dev.CD Jul 93
  11176. Dev.CD Apr 9V
  11177. 62318X
  11178. Apr 94
  11179. number
  11180. numbers
  11181. numerals
  11182. numerousp
  11183. objectQ
  11184. object-based
  11185. p--set theItem to choose file -- uncomment to test in an AS editor
  11186.     tell application "Finder"
  11187.         open item "Dev.CD Apr 94
  11188. Dev.CD Jan 94"
  11189.         activate
  11190.     end tell
  11191. on error errMsg number errNum
  11192.     --enter statements to perform when no records are found such as...
  11193.     display dialog "Sorry, the item you selected could not be found."
  11194.     return
  11195. end try
  11196. korean
  11197. korean-language
  11198. kotoeri
  11199. kunicodetextrunheuri
  11200. label
  11201. labels
  11202. labels-like
  11203. labor
  11204. lands
  11205. languages
  11206. language-neutral
  11207. languagess
  11208. largeb
  11209. large
  11210. collection
  11211. tools
  11212. scripts
  11213. libraries
  11214. examples
  11215. larger
  11216. e    No Changef"Inside Mac
  11217. Inside Macintosh
  11218. Mac OSq
  11219. Dev.CD Mar 00 RL Disk 2
  11220. All Packages
  11221. A&Technical Publications: Mac OS 8 and 9
  11222. Summary:
  11223. Collection of Mac OS 8 and 9 books. You'll be able to access documentation for software technologies and programming interfaces supported by Mac OS 8 and 9 updates. Much of this information is also useful for programming in prior versions of the Mac OS.
  11224. What's New
  11225. =========
  11226. CarbonLib Porting Guide
  11227. -----------------------------
  11228. This guide is for Mac OS 9 developers who want to port their applications to use the Carbon API. Such applications can run on Mac OS 9 using the CarbonLib
  11229. 62533X
  11230. usingA
  11231. Summary: The Snarfer is an application that directs whatever Macintosh it is running on to examine each AppleTalk packet it is about to write to the network.   If it meets operator-defined criteria, the packet can be altered and controlled in a variety of ways.
  11232. Features: 
  11233. Packets can have their size changed, data altered, protocol parameters changed, or their transmission delayed or repeated.  
  11234. The user-defined criteria currently includes matching such traits for the AppleTalk Protocols
  11235. : ASP, ATP, ADSP, DDP, LLAP, NBP, and PAP.
  11236. A distribution scenario can be set up to introduce random and selective snarfing of packets.
  11237. Files can be saved to hold the user-defined critieria and actions that users create.
  11238. The Snarfer can run on Internet Routers and handle multiple ports.
  11239. Issues: The Snarfer is currently being considered for a patent filed by Apple.  So far, it is a low priority patent.
  11240. J8The Snarfer
  11241. The Snarfer Read Me
  11242. The Snarfer User's GuideK
  11243. Jul 92 Packages
  11244. cfequal
  11245. cfhash
  11246. cfhashcode
  11247. cfindex
  11248. cfm-68k
  11249. cfoptionflags
  11250. cfpropertylist
  11251. cfpropertylist
  11252. cfrange
  11253. cfrelease
  11254. cfretain
  11255. cfset
  11256. cfset
  11257. cfstring
  11258. cfstring
  11259. cfstringencodingsext
  11260. cfstringencodingsext
  11261. cftree
  11262. cftree
  11263. cftype
  11264. cftypeid
  11265. character
  11266. character
  11267. encoding
  11268. character
  11269. characters
  11270. charset
  11271. chinese
  11272. chinese
  11273. language
  11274. traditional
  11275. simplified
  11276. choose
  11277. chooser
  11278. ciconhandle
  11279. class
  11280. classes
  11281. client
  11282. clock
  11283. loading
  11284. codes
  11285. collation
  11286. collection
  11287. collection
  11288. services
  11289. color
  11290. color
  11291. depth
  11292. color
  11293. color
  11294. picker
  11295. 2.1.1
  11296. colorsync
  11297. colorsync
  11298. photoshop
  11299. plug-ins
  11300. colour
  11301. colour
  11302. table
  11303. communications
  11304. communications
  11305. toolbox
  11306. compare
  11307. compilers
  11308. component
  11309. All Packages
  11310. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  11311. Dev.CD Jan 94
  11312. Dev.CD Oct 93
  11313. Dev.CD Jul 93
  11314. Dev.CD Apr 93PDDev.CD Apr 94
  11315. Dev.CD Jan 94
  11316. Dev.CD Oct 93
  11317. Dev.CD Jul 93
  11318. Dev.CD Apr 9V
  11319. 62287X
  11320. Apr 94
  11321. --set theItem to choose file -- uncomment to test in an AS editor
  11322.     tell application "Finder"
  11323.         open item "Dev.CD Apr 94
  11324. Dev.CD Jan 94
  11325. Dev.CD Oct 93
  11326. Dev.CD Jul 93
  11327. Dev.CD Apr 93"
  11328.         activate
  11329.     end tell
  11330. on error errMsg number errNum
  11331.     --enter statements to perform when no records are found such as...
  11332.     display dialog "Sorry, the item you selected could not be found."
  11333.     return
  11334. end try
  11335. All Packages
  11336. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  11337. Dev.CD Jan 94
  11338. Dev.CD Oct 93
  11339. Dev.CD Jul 93
  11340. Dev.CD Apr 93PDDev.CD Apr 94
  11341. Dev.CD Jan 94
  11342. Dev.CD Oct 93
  11343. Dev.CD Jul 93
  11344. Dev.CD Apr 9V
  11345. 62288X
  11346. Apr 94
  11347. orama
  11348. paraphernalia
  11349. parent
  11350. parrt
  11351. parse
  11352. parserV
  11353. parses
  11354. parsing
  11355. spooler
  11356. sprockets
  11357. interfaces
  11358. files
  11359. sample
  11360. staging
  11361. staging
  11362. alerts
  11363. standalone
  11364. standalone
  11365. quick
  11366. start
  11367. standard
  11368. standardsv
  11369. start
  11370. start
  11371. started
  11372. starter
  11373. startup
  11374. stoppinf
  11375. stoppinf
  11376. icons
  11377. storyboard
  11378. stream
  11379. stress
  11380. stress
  11381. testing
  11382. tools
  11383. strip
  11384. stripdup
  11385. stripdup
  11386. stripunits
  11387. strwidth
  11388. strwidth
  11389. libraries
  11390. stuff
  11391. stylew
  11392. style
  11393. submission
  11394. success
  11395. suitem
  11396. suitesm
  11397. suites
  11398. under
  11399. developmentm
  11400. support
  11401. supporting
  11402. supporting
  11403. files
  11404. survey
  11405. survival
  11406. sweden
  11407. sweden
  11408. distributors/localiz
  11409. switch
  11410. switch
  11411. switz
  11412. switz
  11413. distributors/localiz
  11414. symantec
  11415. symantec
  11416. builds
  11417. MacApp R13u5 
  11418. MacApp Release 13 is a significant new release of the venerable MacApp application framework. It has been thoroughly modernized and enhanced in preparation for the computing demands of the next millennium. The advent of more capable C++ compilers has finally allowed the MacApp team to incorporate many new capabilities which you, the MacApp developers, have requested for months or years.
  11419. Install MacApp R13u5
  11420. activate
  11421.     end tell
  11422. on error errMsg number errNum
  11423.     --enter statements to perform when no records are found such as...
  11424.     display dialog "Sorry, the item you selected could not be found."
  11425.     return
  11426. end try
  11427. e    No Changeq
  11428. Dev.CD May 98 TC
  11429. D!All Packages
  11430. Mac OS SDK Edition
  11431. Interactive Corp Success Guide
  11432.     ges.
  11433.  Various improvements to AppleScript support.
  11434.  Fixed possible data loss issue when imaging a folder from an HFS+ volume.
  11435.  Imaging a fo
  11436. --set theItem to choose file -- uncomment to test in an AS editor
  11437.     tell application "Finder"
  11438.         open item "Dev.CD Apr 94
  11439. Dev.CD Jan 94
  11440. Dev.CD Oct 93
  11441. Dev.CD Jul 93
  11442. Dev.CD Apr 93"
  11443.         activate
  11444.     end tell
  11445. on error errMsg number errNum
  11446.     --enter statements to perform when no records are found such as...
  11447.     display dialog "Sorry, the item you selected could not be found."
  11448.     return
  11449. end try
  11450. errors
  11451. esfahani
  11452. eskimo
  11453. espana
  11454. especially
  11455. essence
  11456. essential
  11457. essentials
  11458. establish
  11459. established
  11460. establishing
  11461. establishment
  11462. All Packages
  11463. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  11464. Dev.CD Jan 94
  11465. Dev.CD Oct 93
  11466. Dev.CD Jul 93
  11467. Dev.CD Apr 93PDDev.CD Apr 94
  11468. Dev.CD Jan 94
  11469. Dev.CD Oct 93
  11470. Dev.CD Jul 93
  11471. Dev.CD Apr 9V
  11472. 62331X
  11473. Apr 94
  11474. --set theItem to choose file -- uncomment to test in an AS editor
  11475.     tell application "Finder"
  11476.         open item "Dev.CD Apr 94
  11477. Dev.CD Jan 94
  11478. Dev.CD Oct 93
  11479. Dev.CD Jul 93
  11480. Dev.CD Apr 93"
  11481.         activate
  11482.     end tell
  11483. on error errMsg number errNum
  11484.     --enter statements to perform when no records are found such as...
  11485.     display dialog "Sorry, the item you selected could not be found."
  11486.     return
  11487. end try
  11488. All Packages
  11489. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  11490. Dev.CD Jan 94
  11491. Dev.CD Oct 93
  11492. Dev.CD Jul 93
  11493. Dev.CD Apr 93PDDev.CD Apr 94
  11494. Dev.CD Jan 94
  11495. Dev.CD Oct 93
  11496. Dev.CD Jul 93
  11497. Dev.CD Apr 9V
  11498. 62332X
  11499. Apr 94
  11500. needed^
  11501. needsT
  11502. net/biz/bbsw
  11503. netcom
  11504. 61830X
  11505. Apr 98^
  11506. --set theItem to choose file -- uncomment to test in an AS editor
  11507.     tell application "Finder"
  11508.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:"
  11509.         activate
  11510.     end tell
  11511. on error errMsg number errNum
  11512.     --enter statements to perform when no records are found such as...
  11513.     display dialog "Sorry, the item you selected could not be found."
  11514.     return
  11515. end try
  11516. e    No Changef
  11517. PCCard
  11518. Hooper
  11519. PowerBook
  11520. Cometq
  11521. Dev.CD Apr 98 SDK1
  11522. PC Card SDKsI
  11523. This is both the PC Card Manager 2.0 and the PC Card Manager 3.0 SDKs.  When the PC Card Manager 3.0 SDK was put on the Mac OS SDK, the PC Card 2.0 SDK was removed by mistake.  Both are needed depending upon the machine.JBPC Card Manager 2.0 SDK
  11524. PC Card Manager 3.0
  11525. What's the difference?K
  11526. Aug 97O:Dev.CD Apr 00 SDK1:Development Kits:Hardware:PC Card SDKs:PBDev.CD Apr 00 SDK1
  11527.  - Development Kits
  11528.  - Hardware
  11529.  - PC Card SDKsV
  11530. 61831X
  11531. 1rd SDKsV
  11532. 61831X
  11533. 1e    No Change
  11534. summary
  11535. lockvol
  11536. control
  11537. panel
  11538. device
  11539. summary
  11540. error
  11541. tones
  11542. application
  11543. explains
  11544. summary
  11545. runtime
  11546. apple's
  11547. implementatio
  11548. summary
  11549. macbinary
  11550. standard
  11551. summary
  11552. maccalendar
  11553. control
  11554. strip
  11555. module
  11556. displays
  11557. summary
  11558. macintosh
  11559. application
  11560. environment
  11561. virtual
  11562. summary
  11563. macintosh
  11564. software
  11565. distributed
  11566. world
  11567. summary
  11568. macintosh
  11569. developer
  11570. notes
  11571. published
  11572. developer
  11573. summary
  11574. macintosh
  11575. technology
  11576. apple
  11577. summary
  11578. macintosh
  11579. translation
  11580. manager
  11581. summary
  11582. macodbc
  11583. standard
  11584. developers
  11585. write
  11586. summary
  11587. makemake
  11588. which
  11589. generates
  11590. correct
  11591. summary
  11592. manalyzer
  11593. local
  11594. network
  11595. analyzer
  11596. summary
  11597. sample
  11598. discussion
  11599. detect
  11600. whether
  11601. summary
  11602. sample
  11603. network
  11604. chess
  11605. application
  11606. gementV
  11607. 60466X
  11608. May 00^
  11609. 54623X
  11610. Jun 97
  11611. 1.3a6
  11612. 1.4.2]
  11613. 1.4mb
  11614. 1.5.1
  11615. 1.5b16
  11616. 10-newton
  11617. 10/95j
  11618. 10/96k
  11619. 10/97l
  11620. fileso
  11621. 11-12/96k
  11622. 11-otherR
  11623. 11-other
  11624. topicsR
  11625. 11/95j
  11626. 11/97l
  11627. 12-trainingR
  11628. 12-training
  11629. schedule
  11630. 12/95j
  11631. 13-duR
  11632. 13-du
  11633. training
  11634. sites
  11635. 2-1.1.3
  11636. 2.0.1t
  11637. 2.0.2
  11638. 2.0.6
  11639. 2.0.6
  11640. files
  11641. 2.0b6
  11642. 2.1.1p
  11643. 2.1.1d1
  11644. usedistanthdwrmem
  11645. uselocalhdwrmem
  11646. utilities
  11647. utility
  11648. utility
  11649. space
  11650. variable
  11651. variables
  11652. vector
  11653. 61806X
  11654. May 00^
  11655. --set theItem to choose file -- uncomment to test in an AS editor
  11656.     tell application "Finder"
  11657.         open item "Dev.CD May 00 TC:Tool Chest:Hardware:OpenFWBridgeFixJul97:"
  11658.         activate
  11659.     end tell
  11660. on error errMsg number errNum
  11661.     --enter statements to perform when no records are found such as...
  11662.     display dialog "Sorry, the item you selected could not be found."
  11663.     return
  11664. end try
  11665. e    No ChangefVTanzania
  11666. Zanzibar
  11667. StarMax
  11668. Open Firmware
  11669. Bridge
  11670. PCI-PCI Bridge
  11671. Riserq
  11672. Dev.CD May 00 TC
  11673. 8D!All Packages
  11674. Tool Chest Edition
  11675. OpenGL DrawSprocket
  11676.     nection with ResEdit or DAM Generator .OoDev.CD May 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager French Demo:PzDev.CD May 00 TC
  11677.  - Tool Chest
  11678.  - Interapplication Communication
  11679.  - Data Access Manager
  11680.  - Data Access Manager French Demor,  quiets the startup sound by installing a Shutdown procedure that saves the current volume setting and s
  11681. Dev.CD Jan 94P
  11682. Dev.CD Jan 9V
  11683. 62043X
  11684. Jan 94
  11685. b--set theItem to choose file -- uncomment to test in an AS editor
  11686.     tell application "Finder"
  11687.         open item "Dev.CD Jan 94"
  11688.         activate
  11689.     end tell
  11690. on error errMsg number errNum
  11691.     --enter statements to perform when no records are found such as...
  11692.     display dialog "Sorry, the item you selected could not be found."
  11693.     return
  11694. end try
  11695. All Packages
  11696. F    QuickTimeO
  11697. Dev.CD Jan 94
  11698. Dev.CD Oct 93P
  11699. Dev.CD Jan 94
  11700. Dev.CD Oct 9V
  11701. 62044X
  11702. Jan 94
  11703. p--set theItem to choose file -- uncomment to test in an AS editor
  11704.     tell application "Finder"
  11705.         open item "Dev.CD Jan 94
  11706. Dev.CD Oct 93"
  11707.         activate
  11708.     end tell
  11709. on error errMsg number errNum
  11710.     --enter statements to perform when no records are found such as...
  11711.     display dialog "Sorry, the item you selected could not be found."
  11712.     return
  11713. end try
  11714. All Packages
  11715. F    QuickTimeO
  11716. Dev.CD Jan 94
  11717. Dev.CD Oct 93V
  11718. 62045X
  11719. field
  11720. tation
  11721. wisted jungle of the Power Macintosh. Please keep your head and arms inside at all times.
  11722. GRAPHICAL TRUFFLES: A Library for Traversing Paths by Daniel I. Lipton.  Parsing QuickDraw GX geometric shapes takes a bit of code, but it
  11723. s already been written for you.
  11724. THE VETERAN NEOPHYTE:  Your Friend the Drill Sergeant  by Dave Johnson.  Learning to shoot pool isn
  11725. t anything like learning to program computers. Right?
  11726. KON & BAL
  11727. S PUZZLE PAGE   QuickTime Quandary  by Konstantin Othmer and BruceFt Leak.  More Macintosh madness from the MacsBug mentors. There
  11728. s a possibility you might actually score on this one!
  11729. JEdevelop Issue 27:
  11730. develop Issue 27 code:
  11731. develop Issue 27 references:K
  11732. Sep 96L
  11733. Nov 96OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 27:PQDev.CD Mar 00 RL Disk 1
  11734.  - Technical Documentation
  11735.  - Develop
  11736.  - develop Issue 27
  11737. tries
  11738. triggerT
  11739. tripped
  11740. trivial
  11741. truetype
  11742. truth
  11743. tsmte
  11744. tuning
  11745. tunnel
  11746. tupledumper
  11747. tuples
  11748. turnedA
  11749. turning
  11750. turtle
  11751. tutorialq
  11752. twiddle
  11753. twisted
  11754. twists
  11755. two-byte
  11756. two-part
  11757. two-phase
  11758. twofold
  11759. typea
  11760. typed
  11761. types[
  11762. typically
  11763. typing
  11764. typist
  11765. typographic
  11766. typography
  11767. unbeknownst
  11768. unbound
  11769. underX
  11770. underlays
  11771. underlie
  11772. underlyingp
  11773. underneath
  11774. understand
  11775. understanding
  11776. OCDev.CD Apr 00 SDK1:Development Kits:Mac OS:Macintosh Drag and Drop:PKDev.CD Apr 00 SDK1
  11777.  - Development Kits
  11778.  - Mac OS
  11779.  - Macintosh Drag and Dropest to developers writing their own XCMDS.
  11780. These XCMDs are not supported by DEVSUPPORT.  Questions will be rejected.  These packages are offered as a convenience to our developers, but are obsolete.
  11781. Issues:  These XCMDs are unsupported.  Do not send questions to DEVSUPPORT.  We can not help you with these XCMDs.
  11782. !Read me (obsolete&unsupported)
  11783. !Read me.txt
  11784. AppleTalk ToolKit.img
  11785. CD Audio Toolkit 1.0.img
  11786. HyperCard CTB Toolkit 1.0b2.img
  11787. HyperCard Serial Toolkit 2..img
  11788. HyperCard Video Toolkit 2.0.img
  11789. Ideas Toolkit 1.0.img
  11790. Prototyping Toolkit 2.0.imgK
  11791. May 95M
  11792. Hypercard.  It is uncertain that these packages will work correctly with the latest version of Hypercard, but they did work with an earlier version.ORDev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:nd useful way to handle errors and other unexpe
  11793. All Packages
  11794. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  11795. Dev.CD Jan 94
  11796. Dev.CD Oct 93
  11797. Dev.CD Jul 93P6Dev.CD Apr 94
  11798. Dev.CD Jan 94
  11799. Dev.CD Oct 93
  11800. Dev.CD Jul 9V
  11801. 62446X
  11802. Apr 94
  11803. --set theItem to choose file -- uncomment to test in an AS editor
  11804.     tell application "Finder"
  11805.         open item "Dev.CD Apr 94
  11806. Dev.CD Jan 94
  11807. Dev.CD Oct 93
  11808. Dev.CD Jul 93"
  11809.         activate
  11810.     end tell
  11811. on error errMsg number errNum
  11812.     --enter statements to perform when no records are found such as...
  11813.     display dialog "Sorry, the item you selected could not be found."
  11814.     return
  11815. end try
  11816. All Packages
  11817. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  11818. Dev.CD Jan 94
  11819. Dev.CD Oct 93
  11820. Dev.CD Jul 93
  11821. Dev.CD Apr 93PDDev.CD Apr 94
  11822. Dev.CD Jan 94
  11823. Dev.CD Oct 93
  11824. Dev.CD Jul 93
  11825. Dev.CD Apr 9V
  11826. 62447X
  11827. Apr 94
  11828. hifi-color
  11829. highg
  11830. high-end
  11831. high-leveld
  11832. highlighting
  11833. highlightsj
  11834. hints
  11835. historyu
  11836. holdsh
  11837. holidayj
  11838. D!All Packages
  11839. Tool Chest Edition
  11840. Menu Defproc 1.0.3
  11841. Summary: This is a menu definition procedure (MDEF) with source code. It looks similar to the standard MDEF, though there are differences. This is sample code which is best used when you to see how an MDEF can be written.
  11842. Features: Concordia includes the normal features for a text MDEF, plus pop-up menus, hierarchical menus, and scrolling. It doesn
  11843. t support color icons, multiple scripts, bidirectional scripts, or gray dimming.
  11844. .CD Apr 98 SDK1
  11845. JD!All Packages
  11846. Tool Chest Edition
  11847. AppsToGo
  11848. Summary:  AppsToGo is a development framework for Mac development that supports a variety of development platforms, including  MPW, THINK, and CodeWarrior.  AppsToGo sports very strong prototyping, along with robust application support.
  11849. Issues:  Free -- use at own risk
  11850. Sample Code.imgK
  11851. May 93L
  11852. Nov 94M
  11853. Development-caliber Mac.:Sample Code:V
  11854. 57710X
  11855. Moved
  11856. glossariess
  11857. glossaryw
  11858. gluen
  11859.  on Acrobat, please go to:
  11860.     http://www.adobe.com/acrobat/
  11861. The person installing this package must agree to a license agreement presented during the installation process.
  11862. Reader InstallerK
  11863. May 97L
  11864. Feb 99
  11865. System Requirements
  11866. -  Macintosh computer with 68020 (Macintosh II series) or greater processor (including all Power Macintosh computers). 
  11867. -  MacOS 7.0 or later
  11868. -  3300 KB application RAM for 680x0-based Macintosh or Power Macintosh with Virtual Memory turned on; 5227 KB for Power Macintosh with Virtual Memory turned off
  11869. -  8 MB hard disk space, plus 4.4 MB additional temporary disk space  available during installation 
  11870. -  For viewing PDF files inside a Web browser, Netscape Navigator 3.0
  11871. O7Dev.CD Mar 00 RL Disk 1:Utilities:Acrobat Reader 4.0.1:perCard Related:XCMDs & XFCNs:Help XFCN 1.4:PiDev.CD May 00 TC
  11872.  - Tool Chest
  11873.  - Development Kits
  11874.  - HyperCard Related
  11875.  - XCMDs & XFCNs
  11876.  - Help XFCN 1.4V
  11877. 57906X
  11878. 1 00 TC
  11879.  - Sample CodeV
  11880. 56840X
  11881. May 00^
  11882. #vailable since
  11883. transitiono
  11884. translates
  11885. translateds
  11886. translaterotate
  11887. translates
  11888. translationy
  11889. translationss
  11890. translators
  11891. translucent
  11892. transmission
  11893. transmitted
  11894. transparency
  11895. transparent
  11896. transparently
  11897. transportj
  11898. transport's
  11899. transports
  11900. trapped
  11901. trapping
  11902. traps
  11903. trash
  11904. travel
  11905. traversing
  11906. treatz
  11907. treatment
  11908. trees
  11909. triangles
  11910. triangular
  11911. trick
  11912. tricksS
  11913. tricky
  11914. underneath
  11915. understand
  11916. understanding
  11917. ChooseTkl.c
  11918. ChooseTkl.h
  11919. Concordia
  11920. Concordia Info
  11921. Concordia Info.txt
  11922. Concordia.c
  11923. Concordia.h
  11924. Concordia.make
  11925. Concordia.r
  11926. DrawTkl.c
  11927. DrawTkl.h
  11928. PopUpTkl.c
  11929. PopUpTkl.h
  11930. SizeTkl.c
  11931. SizeTkl.hits:Mac OS:File System Manager:"
  11932.         activate
  11933.     end tell
  11934. on error errMsg number errNum
  11935.     --enter statements to perform when no records are found such as...
  11936.     display dialog "Sorry, the item you selected could not be found."
  11937.     return
  11938. end try
  11939. e    No Changef@File System Manager
  11940. External File System
  11941. Foreign File Systemq
  11942. Dev.CD Apr 00 SDK1
  11943. qD!All Packages
  11944. Mac OS SDK Edition
  11945. Find By Content (FBC) Extractor
  11946.     ell sample code provides a base for writing an AURP adev over XTI and explicit instructions on how to modify it to implement your link.
  11947. Apple Internet Router: Extending IP Tunnel and DialUp
  11948. --------------------------------------
  11949. This document provides information needed to enhance the AppleTalk/IP Wide Area Extension (IP Tunnel adev) and the DialUp adev to support your MacTCP mde
  11950. summary
  11951. small
  11952. application
  11953. control
  11954. summary
  11955. software
  11956. improves
  11957. float-to-int
  11958. conversion
  11959. applescript
  11960. scripting
  11961. apple
  11962. event
  11963. folder
  11964. actions
  11965. applescript
  11966. stuffit
  11967. engine
  11968. scriptable
  11969. script
  11970. applesearchS
  11971. appleshareS
  11972. appleshare
  11973. client
  11974. shared
  11975. volumes
  11976. appleshare
  11977. sharing
  11978. faceless
  11979. background-only
  11980. appleshare
  11981. sharing
  11982. manager
  11983. appleshare
  11984. protocol
  11985. appleshare
  11986. server
  11987. appleshare
  11988. client
  11989. registry
  11990. appletalkQ
  11991. stylechat
  11992. appwannabe
  11993. arabic
  11994. architecture
  11995. arrangement
  11996. aslmu
  11997. apple
  11998. shared
  11999. library
  12000. manager
  12001. dynamic
  12002. libraryu
  12003. profiler
  12004. apple
  12005. systemx
  12006. assemblers
  12007. assembly
  12008. assistant
  12009. async
  12010. async
  12011. asynchronous
  12012. driver
  12013. table
  12014. Core Foundation, overview, opaque types, reference counts, Base Services, CFBase.h, CFRetain, CFRelease, Reference counting, allocators, custom allocators, CFAllocator, CFType, Polymorphic functions, CFTypeID, CFIndex, CFOptionFlags, CFHashCode, CFHash, compare, CFComparatorFunction, CFComparisonResult, CFEqual, CFRange, Bundle Services, CFBundle.h, CFBundle, bundle, main bundle, resources, resource management, localization, internationalization, cross-platform, application package, Applic
  12015. ation, Framework, Loadable bundle, Palette, code loading, dynamic linking, lproj, localized strings, Info.plist, Collection Services, CFArray.h, CFDictionary.h, CFBag.h, CFSet.h, CFTree.h, CFData.h, CFBinaryHeap.h, CFBitVector.h, CFArray, CFDictionary, CFBag, CFSet, CFTree, CFData, CFBinaryHeap, CFBitVector, collection, container, ordered collection, tree, set, bag, heap, vector, Property List Services, CFPropertyList.h, property list, information property list, info plist, Info.plist, CFA
  12016.     F]se.
  12017.  Dictation of numbers and punctuation.
  12018.  Support for multiple users on a single machine.
  12019. JkCT-009-4433 (Install 1)
  12020. CT-009-4434 (Install 2)
  12021. CT-009-4435 (Install 3)
  12022. Read Me First! SC
  12023. Read Me First! TCK
  12024. Nov 96L
  12025. May 97M
  12026. Any PowerPC Macintosh with 16bit sound input
  12027. System 7.1.2 or above with Chinese Language Kit 1.1 or above installled
  12028. A CDK microphoneN0Chinese, dictation, CDK, speech, input, keyboardO9Dev.CD Aug 97 TC:Language Kits:Chinese Dictation Kit 1.5:P>Dev.CD Aug 97 TC
  12029.  - Language Kits
  12030.  - Chinese Dictation Kit 1.5 selected could not be found."
  12031.     return
  12032. end try
  12033. All Packages
  12034. System Enabler 001 (IIvx, IIvi)O)Dev.CD Apr 94
  12035. Dev.CD Jan 94
  12036. Dev.CD Oct 93P(Dev.CD Apr 94
  12037. Dev.CD Jan 94
  12038. Dev.CD Oct 9V
  12039. 61065X
  12040. Apr 94
  12041. referenced
  12042. references
  12043. reflect
  12044. reflectingU
  12045. regarded
  12046. regardingo
  12047. regardless
  12048. regards
  12049. r--set theItem to choose file -- uncomment to test in an AS editor
  12050.     tell application "Finder"
  12051.         open item "Dev.CD May 00 TC:Sample Code:"
  12052.         activate
  12053.     end tell
  12054. on error errMsg number errNum
  12055.     --enter statements to perform when no records are found such as...
  12056.     display dialog "Sorry, the item you selected could not be found."
  12057.     return
  12058. end try
  12059. procasm
  12060. wrapcommenttext
  12061. wrapper
  12062. wrench
  12063. wringer
  12064. writec
  12065. writer
  12066. writers
  12067. writes
  12068. writeswell
  12069. writingw
  12070. applications
  12071. suite
  12072. source
  12073. demoextractor
  12074. .7.1 lets you play games with other players over an AppleTalk or TCP/IP 
  12075.  SoundSprocket 1.7.1 lets you hear 3D sound effects in some applications with only two speakers connected to your computer.
  12076. JDDrawSprocket_SDK
  12077. InputSprocket_SDK
  12078. NetSprocket_SDK
  12079. SoundSprocket_SDKK
  12080. Jun 96L
  12081. Jan 00NISprockets, Games, DrawSprocket, InputSprocket, NetSprocket, SoundSprocketO=Dev.CD Apr 00 SDK1:Development Kits:Mac OS:GameSprocket SDKs:PEDev.CD Apr 00 SDK1
  12082.  - Development Kits
  12083.  - Mac OS
  12084.  - GameSprocket SDKsple Code:P
  12085. Dev.CD May 00 TC
  12086.  - Sample Code APPLE PRODUCT!:
  12087. About Convert
  12088. Projects
  12089. Convert
  12090. ProjectsK
  12091. May 94L
  12092. Aug 94OVDev.CD Nov 99 TC:Tool Chest:Development Kits:
  12093.  Other Platforms:Convert
  12094. Projects 1.0b5:PaDev.CD Nov 99 TC
  12095.  - Tool Chest
  12096.  - Development Kits
  12097.  Other Platforms
  12098.  - Convert
  12099. Projects 1.0b5es:  Not supported
  12100. Virtual User tools.imgK
  12101. Feb 94M
  12102. Virtual User 2.0.1OCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:nge
  12103. soled
  12104. soliciting
  12105. solid
  12106. 61777X
  12107. May 00^
  12108. --set theItem to choose file -- uncomment to test in an AS editor
  12109.     tell application "Finder"
  12110.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Networks:"
  12111.         activate
  12112.     end tell
  12113. on error errMsg number errNum
  12114.     --enter statements to perform when no records are found such as...
  12115.     display dialog "Sorry, the item you selected could not be found."
  12116.     return
  12117. end try
  12118. e    No Changef-testing
  12119. debugging
  12120. networking & communicationsq
  12121. Dev.CD May 00 TC
  12122. D!All Packages
  12123. Tool Chest Edition
  12124. N&C TMON Pro Macros/Templates
  12125. lSummary: This package provides a TMON Pro 3.0 User Area for AppleTalk.  The templates and macros simplify trapping on AppleTalk calls and provide templates for viewing the parameter blocks and associated data structures used by these calls.
  12126. Features: TMON Pro User Area for AppleTalk plus source code for the resource fork of the user area, and listing of macros.
  12127. Networks.imgK
  12128. Apr 92nge
  12129. inter Drive
  12130. installer
  12131. installer
  12132. 1.2.3
  12133. instance
  12134. instrumentation
  12135. instrumentation
  12136. 1.0.6
  12137. int'l
  12138. int'l
  12139. developer
  12140. contacts
  12141. interactive
  12142. interactive
  12143. success
  12144. guide
  12145. interapplication
  12146. interface
  12147. interfaces
  12148. internationals
  12149. international
  12150. 1.5.1
  12151. iso9660
  12152. sample
  12153. issue
  12154. mment to test in an AS editor
  12155.     tell application "Finder"
  12156.         open item "Dev.CD Jan 94"
  12157.         activate
  12158.     end tell
  12159. on error errMsg number errNum
  12160.     --enter statements to perform when no records are found such as...
  12161.     display dialog "Sorry, the item you selected could not be found."
  12162.     return
  12163. end try
  12164. All Packages
  12165. F    QuickTimeO
  12166. Dev.CD Jan 94P
  12167. Dev.CD Jan 9V
  12168. 59566X
  12169. Jan 94
  12170. software
  12171. system
  12172. system
  12173. software
  12174. edition
  12175. resourcesY
  12176. return
  12177. return
  12178. investment
  12179. business
  12180. processes
  12181. interactive
  12182. media
  12183. reverb
  12184. rgbforecolor
  12185. ringQ
  12186. riser
  12187. robustness
  12188. router
  12189. routing
  12190. runtime
  12191. sample
  12192. sample
  12193. survey
  12194. developer
  12195. feedback
  12196. sample
  12197. traffic
  12198. light
  12199. saving
  12200. scanner
  12201. scomP
  12202. screen
  12203. script\
  12204. scriptable\
  12205. Summary:  This folder contains four more helpful MPW scripts in addition to the DTS MPW Goodies package. 
  12206. Features:
  12207.  AskYesNo is an MPW tools used to prompt the user for simple yes/no questions.  The prompt string can be given and the default answer can be specified.
  12208.   IsCheckedOut script will allow a user to see if any of the files in an MPW projector are checked out and by whom.  This is VERY helpful when managing a project and when you are about to do a build to see who is still modi
  12209. fying source code.
  12210.    MakeTheFolder is an improvement over the MPW command MakeFolder.  This script accepts one input parameter.  This is the name of a folder to be created.  Whereas the MPW command NewFolder will also create folders, the NewFolder command will not create a  named folder if all of its parent folders do not already exist.  This script will insure all folders in the path exist.  So this script may be called once using the full pathname of the  desired folder and this script
  12211. 62116X
  12212. May 00^
  12213. --set theItem to choose file -- uncomment to test in an AS editor
  12214.     tell application "Finder"
  12215.         open item "Dev.CD May 00 TC:Tool Chest:QuickTime:QuickTime Tools:"
  12216.         activate
  12217.     end tell
  12218. on error errMsg number errNum
  12219.     --enter statements to perform when no records are found such as...
  12220.     display dialog "Sorry, the item you selected could not be found."
  12221.     return
  12222. end try
  12223. e    No Changeq
  12224. Dev.CD May 00 TC
  12225. nD!All Packages
  12226. Mac OS SDK Edition
  12227. ABOUT QUICKTIME VR
  12228. QuickTime 3 now incorporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  12229. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  12230. http://www.apple.com/store
  12231. To get started,  you can go to the Developgo to the Develop
  12232. --set theItem to choose file -- uncomment to test in an AS editor
  12233.     tell application "Finder"
  12234.         open item "Dev.CD Dec 99 RL:Utilities:DropDisk 1.0b5:"
  12235.         activate
  12236.     end tell
  12237. on error errMsg number errNum
  12238.     --enter statements to perform when no records are found such as...
  12239.     display dialog "Sorry, the item you selected could not be found."
  12240.     return
  12241. end try
  12242. ry, the item you selected could not be found."
  12243.     return
  12244. end try
  12245. e    No Changef
  12246. ColorSync profile rename toolq
  12247. Dev.CD Apr 00 SDK1
  12248. D(All Packages
  12249. Reference Library Edition
  12250. ProgGuide to Apple ScannersI
  12251. Summary: The "Programmer's Guide to Apple Scanners, second edition" is a complete revision of the original manual incorporating detailed information on the Apple Color OneScanner including driver calls and SCSI commands.J1Apple CD-ROM Handbook
  12252. ProgGuide to Apple ScannersK
  12253. Mar 93M
  12254. Apple DocViewerOCDev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:/developer.apple.com/sdk
  12255. --set theItem to choose file -- uncomment to test in an AS editor
  12256.     tell application "Finder"
  12257.         open item "Dev.CD Apr 94
  12258. Dev.CD Jan 94
  12259. Dev.CD Oct 93
  12260. Dev.CD Jul 93
  12261. Dev.CD Apr 93"
  12262.         activate
  12263.     end tell
  12264. on error errMsg number errNum
  12265.     --enter statements to perform when no records are found such as...
  12266.     display dialog "Sorry, the item you selected could not be found."
  12267.     return
  12268. end try
  12269. ediaj
  12270. multipane
  12271. multipled
  12272. multiprocessing
  12273. musicj
  12274. music
  12275. quicktime
  12276. music
  12277. architecture
  12278. david
  12279. mustZ
  12280. mysteries
  12281. mystery
  12282. naked
  12283. nameb
  12284. names
  12285. natick
  12286. nationalv
  12287. native
  12288. natural
  12289. navigateZ
  12290. navigationi
  12291. nearly
  12292. necessaryq
  12293. needo
  12294. f--set theItem to choose file -- uncomment to test in an AS editor
  12295.     tell application "Finder"
  12296.         open item "Dev.CD Jun 97 SSW"
  12297.         activate
  12298.     end tell
  12299. on error errMsg number errNum
  12300.     --enter statements to perform when no records are found such as...
  12301.     display dialog "Sorry, the item you selected could not be found."
  12302.     return
  12303. end try
  12304. qualified
  12305. query
  12306. quick
  12307. quick
  12308. reference
  12309. quickdraw
  12310. quickdraw
  12311. quickdraw
  12312. quickdraw
  12313. raster
  12314. imagewriter
  12315. halftone
  12316. dither
  12317. sample
  12318. quickdraw
  12319. spooler
  12320. print
  12321. patch
  12322. appleshare
  12323. novell
  12324. netware
  12325. quicktake
  12326. resource
  12327. resource
  12328. management
  12329. resources
  12330. return
  12331. return
  12332. investment
  12333. ringQ
  12334. robustness
  12335. router
  12336. sample
  12337. sample
  12338. saving
  12339. saving
  12340. state
  12341. timing
  12342. Mar 92nge
  12343. All Packages
  12344. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  12345. Dev.CD Jan 94
  12346. Dev.CD Oct 93
  12347. Dev.CD Jul 93
  12348. Dev.CD Apr 93PDDev.CD Apr 94
  12349. Dev.CD Jan 94
  12350. Dev.CD Oct 93
  12351. Dev.CD Jul 93
  12352. Dev.CD Apr 9V
  12353. 62492X
  12354. Apr 94
  12355. --set theItem to choose file -- uncomment to test in an AS editor
  12356.     tell application "Finder"
  12357.         open item "Dev.CD Apr 94
  12358. Dev.CD Jan 94
  12359. Dev.CD Oct 93
  12360. Dev.CD Jul 93
  12361. Dev.CD Apr 93"
  12362.         activate
  12363.     end tell
  12364. on error errMsg number errNum
  12365.     --enter statements to perform when no records are found such as...
  12366.     display dialog "Sorry, the item you selected could not be found."
  12367.     return
  12368. end try
  12369. All Packages
  12370. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  12371. Dev.CD Jan 94
  12372. Dev.CD Oct 93
  12373. Dev.CD Jul 93P6Dev.CD Apr 94
  12374. Dev.CD Jan 94
  12375. Dev.CD Oct 93
  12376. Dev.CD Jul 9V
  12377. 62493X
  12378. Apr 94
  12379. pecified
  12380. image's
  12381. embedded
  12382. embedding
  12383. embellish
  12384. embodies
  12385. emphasis
  12386. empirically
  12387. employj
  12388. emptied
  12389. empty
  12390. barber
  12391. barebones
  12392. bares
  12393. baseh
  12394. base-class
  12395. basedQ
  12396. bases
  12397. baseservices
  12398. basicN
  12399. setprojector
  12400. setup
  12401. products
  12402. shareware
  12403. shell
  12404. showhidefolder
  12405. showhidefolder
  12406. shtml
  12407. sighyper
  12408. signaturetoapp]
  12409. signaturetoapp
  12410. simple
  12411. simple
  12412. simpleprefs
  12413. simpleprefs
  12414. simpleprefs
  12415. simpletext
  12416. simpletext
  12417. simpletext
  12418. simpletext
  12419. sample
  12420. applications
  12421. viewer
  12422. virtual
  12423. virtual
  12424. sphere
  12425. 1.0.1
  12426. virtual
  12427. virtual
  12428. tools
  12429. bit-depth
  12430. explained
  12431. assist
  12432. modules
  12433. macapp
  12434. tutorial
  12435. scripts
  12436. vucollect
  12437. vucollect
  12438. vumeters
  12439. waste
  12440. waste
  12441. 1.3a6
  12442. watch
  12443. watching
  12444. webobjects
  12445. webobjects
  12446. categories
  12447. posers
  12448. webobjects
  12449. database
  12450. webobjects
  12451. memory
  12452. webobjects
  12453. performance
  12454. tuning
  12455. webobjects
  12456. tools
  12457. techniques
  12458. white
  12459. win2maccountersample
  12460. windowpicker
  12461. windowpicker
  12462. windows
  12463. services
  12464. 1.0.8
  12465. services
  12466. suite
  12467. 1.0.7
  12468. 61607X
  12469. Apr 00^
  12470. --set theItem to choose file -- uncomment to test in an AS editor
  12471.     tell application "Finder"
  12472.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:File System Manager:"
  12473.         activate
  12474.     end tell
  12475. on error errMsg number errNum
  12476.     --enter statements to perform when no records are found such as...
  12477.     display dialog "Sorry, the item you selected could not be found."
  12478.     return
  12479. end try
  12480. e    No Changef@File System Manager
  12481. External File System
  12482. Foreign File Systemq
  12483. Dev.CD Apr 00 SDK1
  12484. qD!All Packages
  12485. Mac OS SDK Edition
  12486. Find By Content (FBC) Extractor
  12487.     ains the only secret material in the system, compromising a server
  12488. s user database results in limited damage.
  12489. NOTE: This is beta SW.  For sample use only
  12490. Sample Code.imgK
  12491. Dec 98M
  12492. PPC,  MacOS 8.5, PGPsdkN=Cryptographic Authentication , AppleShare IP,  Appearance MgrO
  12493. Dev.CD May 00 TC:Sample Code:P
  12494. Dev.CD May 00 TC
  12495.  - Sample Code Related:CallFinder Tool 1.0:nge
  12496. preemptive
  12497. preexisting
  12498. prefer
  12499. preference
  12500. preferences
  12501. preferred
  12502. preflightgl
  12503. prefs
  12504. preliminary
  12505. preloaded
  12506. premastering
  12507. premier
  12508. premiereh
  12509. preparation
  12510. prepare
  12511. prepared
  12512. preparememoryforio
  12513. preparing
  12514. prerelease
  12515. prerequisite
  12516. prerequisitesR
  12517. prescalers
  12518. presence
  12519. presentp
  12520. presentation
  12521. presentations
  12522. primer
  12523. primitivesd
  12524. printN
  12525. print2
  12526. printer
  12527. printersj
  12528. printingN
  12529. prior
  12530. probably
  12531. problemV
  12532. problematic
  12533. what's[
  12534. what's
  12535. 1.4.2_
  12536. what's
  12537. what's
  12538. bbedit
  12539. what's
  12540. 1.5.1
  12541. what's
  12542. package
  12543. what's
  12544. difference
  12545. whatsy
  12546. wherecds
  12547. wherecds
  12548. wherecds
  12549. white
  12550. windname
  12551. windname
  12552. window
  12553. window
  12554. windowdialog
  12555. windowdialog
  12556. windowed
  12557. windowpalette
  12558. windowpalette
  12559. windowpicker
  12560. writing
  12561. driver
  12562. writing
  12563. interactive
  12564. media
  12565. xcmdsn
  12566. xcmds&xfcns
  12567. xfcnc
  12568. xfcns
  12569. xthings
  12570. shell
  12571. sample
  12572. docsr
  12573. zaptcp
  12574. zaptcp
  12575. %PmDev.CD Apr 98 SDK2
  12576.  - Development Kits (Disc 2)
  12577.  - Sound Manager
  12578.  - For Developers
  12579.  - Debugging Sound ManagerV
  12580. 61532X
  12581. Apr 98^
  12582. --set theItem to choose file -- uncomment to test in an AS editor
  12583.     tell application "Finder"
  12584.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Sound Manager:For Developers:Debugging Sound Manager:"
  12585.         activate
  12586.     end tell
  12587. on error errMsg number errNum
  12588.     --enter statements to perform when no records are found such as...
  12589.     display dialog "Sorry, the item you selected could not be found."
  12590.     return
  12591. end try
  12592. e    No Changef
  12593. Debug Sound Manager 3.2.1q
  12594. Dev.CD Apr 98 SDK2
  12595. &D!All Packages
  12596. Tool Chest Edition
  12597. Declaration ROMsIySummary:  Includes example declaration ROM sources, as well as exploded declaration ROM views of specific Apple products.JuEx Apple EtherNet ROM
  12598. Ex Apple Video ROM
  12599. Example Vid ROM from C&D
  12600. ExROM-1Func sResource
  12601. MinimalDeclROM.a
  12602. ROM diagramsK
  12603. Oct 92nge
  12604.  Snippet to illustrate how to use CopyB
  12605. --set theItem to choose file -- uncomment to test in an AS editor
  12606.     tell application "Finder"
  12607.         open item "Dev.CD Apr 94
  12608. Dev.CD Jan 94
  12609. Dev.CD Oct 93
  12610. Dev.CD Jul 93
  12611. Dev.CD Apr 93"
  12612.         activate
  12613.     end tell
  12614. on error errMsg number errNum
  12615.     --enter statements to perform when no records are found such as...
  12616.     display dialog "Sorry, the item you selected could not be found."
  12617.     return
  12618. end try
  12619. o enable the EOM (End-of-message option).
  12620. 4. Using OptionManagement to set 
  12621. Ithe default server message.
  12622. The sample provides a user option to make the OTServerLimits call and to also dump the packets that are received.  Note that by default, the incoming packets are saved to a file called "SavedPAPFileXX".  You can launch the server on the same system that you use the client to send data to the client.
  12623. Sample Code.imgK
  12624. Mar 98L
  12625. Sep 99O
  12626. Dev.CD May 00 TC:Sample Code:1:
  12627. develop Issue  1 code:K
  12628. Vol IIIL
  12629. Jun 95
  12630. This release of the Keychain focuses on password storage and retrieval only.  It allows for the secure storage of small amounts of data associated with a particular user identity. It's designed to provide a safe repository for a user's passwords, cryptographic keys, and other sensitive data. This will be an SDK release.
  12631. The Keychain application provides the primary interface for users to view, edit, and add certain basic kinds of objects to the keychain, as well as locking or unlocking th
  12632. e keychain. 
  12633. - Keychain Administration: Lock/unlock, identify, create, and set passphrases
  12634. - Keychain Object editing: Add, create, securely store, and remove types of objects
  12635. Hardware supported: 
  12636. PowerMac 9500/200,9500/180,9500/132,8600/300,8550/132  8500/180,8500/120,8100/100AV,8100/80,7500/100,
  12637. 7300,7200/120,7200/90,6500/275,6400,6150,5300/
  12638. 100LC,4400/200,MT G3/266,DT G3/233,G3 all-in-one
  12639.   iMac
  12640.   PowerBook 5300c/100,5300ce/117,3400/200,Duo 2300, 1400,
  12641.   G3/266,20th Anniversay Mac
  12642. designedN
  12643. designer
  12644. designers
  12645. designing
  12646. desired
  12647. deskpat
  12648. desktop
  12649. deskwriter
  12650. despair
  12651. despite
  12652. destination
  12653. destroy
  12654. destroy
  12655. needs
  12656. destroyglfromwindow
  12657. detached
  12658. detail
  12659. detailedu
  12660. detailed
  12661. developer
  12662. documentation
  12663. ermining
  12664. devanagari
  12665. develop\
  12666. 1995 "Accelerated for Power Macintosh Artwork" Program
  12667. Apple Computer Inc.
  12668. Power Macintosh Developers!
  12669. Apple wants to help you communicate the benefits of a "native" version of your product to customers.  We have created artwork for use directly on your product packaging or to use as stickers to place on your shrink-wrapped products.  In addition, this artwork may be used in advertisements, distributor catalogs, direct mail, product literature, booth displays, and promotional items for y
  12670. our native products.  The "Accelerated for Power Macintosh" artwork is an easy way to identify your "native" applications in the marketplace.  The artwork is designed to be used only on products that are optimized for the PowerPC microprocessor.
  12671. We have introduced a new "Accelerated for Power Macintosh" artwork program for 1995.  There is no charge to obtain the artwork!
  12672. To obtain the "Accelerated for Power Macintosh" artwork:
  12673. 1) Request an information packet from:
  12674. Meeting Support Unli
  12675. CD Mar 00 RL Disk 1:Utilities:Drive Utilities:P7Dev.CD Mar 00 RL Disk 1
  12676.  - Utilities
  12677.  - Drive UtilitiesV
  12678. 60353X
  12679. Mar 00^    RL Disk 1
  12680. --set theItem to choose file -- uncomment to test in an AS editor
  12681.     tell application "Finder"
  12682.         open item "Dev.CD Mar 00 RL Disk 1:Utilities:Drive Utilities:"
  12683.         activate
  12684.     end tell
  12685. on error errMsg number errNum
  12686.     --enter statements to perform when no records are found such as...
  12687.     display dialog "Sorry, the item you selected could not be found."
  12688.     return
  12689. end try
  12690. e    No Changef
  12691. Drive Setup
  12692. Dev.CD Mar 00 RL Disk 1
  12693. \D!All Packages
  12694. Tool Chest Edition
  12695. Driver Installer
  12696.     Jun 97 SSWP
  12697. Dev.CD Jun 97 SSV
  12698. 53384X
  12699. All Packages
  12700. System Enabler 088 (AVs)O
  12701. Dev.CD Apr 94
  12702. Dev.CD Jan 94P
  12703. Dev.CD Apr 94
  12704. Dev.CD Jan 9V
  12705. 62387X
  12706. Apr 94
  12707. p--set theItem to choose file -- uncomment to test in an AS editor
  12708.     tell application "Finder"
  12709.         open item "Dev.CD Apr 94
  12710. Dev.CD Jan 94"
  12711.         activate
  12712.     end tell
  12713. on error errMsg number errNum
  12714.     --enter statements to perform when no records are found such as...
  12715.     display dialog "Sorry, the item you selected could not be found."
  12716.     return
  12717. end try
  12718. All Packages
  12719. System Enabler 088 (AVs)O
  12720. Dev.CD Apr 94
  12721. Dev.CD Jan 94P
  12722. Dev.CD Apr 94
  12723. Dev.CD Jan 9V
  12724. 62388X
  12725. Apr 94
  12726. p--set theItem to choose file -- uncomment to test in an AS editor
  12727.     tell application "Finder"
  12728.         open item "Dev.CD Apr 94
  12729. Dev.CD Jan 94"
  12730.         activate
  12731.     end tell
  12732. on error errMsg number errNum
  12733.     --enter statements to perform when no records are found such as...
  12734.     display dialog "Sorry, the item you selected could not be found."
  12735.     return
  12736. end try
  12737. pple Publications Style Guide [UPDATE]
  12738. The February 2000 edition of the Apple Publications Style Guide provides you with the most up-to-date style conventions used in Apple documentation. This extensive revision has added new terms, updated existing terms, and deleted obsolete ones. In documentation for your users, we encourage you to follow Apple style for Apple-specific terms, especially for those related to the user interface.
  12739. hardware:
  12740. images:
  12741. macos8and9:K
  12742. Apr 00L
  12743. Apr 00M
  12744. web browser
  12745. 6Developer Documentation, Publications, Technical, docs, documentation, Apple Type Services for Unicode Imaging, ATSUI, rendering unicode text, manuals, style, style guide, usage,   iBook, PowerPC, Ethernet, USB, FireWire, AirPort,  PowerBook, RAGE 128 Ethernet, Power Mac, PowerPC, G4, RAGE 128, Ethernet, DVD
  12746. OMDev.CD Apr 00 SDK1:What's New:Developer Documentation:Technical Publications:PUDev.CD Apr 00 SDK1
  12747.  - What's New
  12748.  - Developer Documentation
  12749.  - Technical Publications
  12750. 61561X
  12751. Mar 00^
  12752. --set theItem to choose file -- uncomment to test in an AS editor
  12753.     tell application "Finder"
  12754.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  5:"
  12755.         activate
  12756.     end tell
  12757. on error errMsg number errNum
  12758.     --enter statements to perform when no records are found such as...
  12759.     display dialog "Sorry, the item you selected could not be found."
  12760.     return
  12761. end try
  12762. Next CDq
  12763. Dev.CD Mar 00 RL
  12764. CD(All Packages
  12765. Reference Library Edition
  12766. develop Issue  6
  12767.     Jun 97
  12768. f--set theItem to choose file -- uncomment to test in an AS editor
  12769.     tell application "Finder"
  12770.         open item "Dev.CD Jun 97 SSW"
  12771.         activate
  12772.     end tell
  12773. on error errMsg number errNum
  12774.     --enter statements to perform when no records are found such as...
  12775.     display dialog "Sorry, the item you selected could not be found."
  12776.     return
  12777. end try
  12778. All Packages
  12779. F    QuickTimeO
  12780. Dev.CD Jun 97 SSWP
  12781. Dev.CD Jun 97 SSV
  12782. 60866X
  12783. Jun 97
  12784. client/serverj
  12785. clients
  12786. clipboard
  12787. clipped
  12788. code-resources
  12789. codedo
  12790. codesU
  12791. codewarrior
  12792. codingo
  12793. coexist
  12794. collaborationj
  12795. collect`
  12796. collectionb
  12797. color[
  12798. colorsync[
  12799. com/acrobatZ
  12800. com/acrobat/registerZ
  12801. com/bin/bugrpt
  12802. combination
  12803. combinations
  12804. combiningp
  12805. comesg
  12806. coming
  12807. commandT
  12808. commando
  12809. commandsB
  12810. committedj
  12811. commonj
  12812. commonly
  12813. commpilerj
  12814. communicateg
  12815. communicationsj
  12816. companionZ
  12817. compatibilityY
  12818. compatibleO
  12819. compatiblesj
  12820. compilation
  12821. compile
  12822. compiles
  12823. completeR
  12824. compliance
  12825. componentP
  12826. composersj
  12827. composite
  12828. compositing
  12829. compressionP
  12830. compression/decompreP
  12831. computerj
  12832. 61716X
  12833. May 00^
  12834. r--set theItem to choose file -- uncomment to test in an AS editor
  12835.     tell application "Finder"
  12836.         open item "Dev.CD May 00 TC:Sample Code:"
  12837.         activate
  12838.     end tell
  12839. on error errMsg number errNum
  12840.     --enter statements to perform when no records are found such as...
  12841.     display dialog "Sorry, the item you selected could not be found."
  12842.     return
  12843. end try
  12844. e    No ChangefAtext encoding
  12845. character set
  12846. Text Encoding Converter
  12847. font encodingq
  12848. Dev.CD May 00 TC
  12849. Mac OS USB DDK 1.4.1f4
  12850. DDK for development of USB modules.  Contains Mac OS USB 1.4.1f4
  12851. Extensions, libraries, interface files, and sample code to develop and test USB modules and applications to work with USB devices on Power Macintosh systems with USB support.  Provides support for USB v1.4.1f4 for Mac OS 8.6 or greater.  Support third party USB PCI and Cardbus cards which conform to the OHCI USB specification.
  12852. B specification.
  12853. example
  12854. opengl
  12855. drawsprocket
  12856. integration
  12857. oolkit 2.0.img
  12858. Ideas Toolkit 1.0.img
  12859. Prototyping Toolkit 2.0.imgK
  12860. May 95M
  12861. Hypercard.  It is uncertain that these packages will work correctly with the latest version of Hypercard, but they did work with an earlier version.ORDev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:
  12862. uk/eire
  12863. uk/eire
  12864. distributors/localiz
  12865. Jul 98M
  12866. Acrobat Reader 3.0N#audio, compression, playback, codecO/Dev.CD Apr 00 SDK1:Interactive Media Resources:P1Dev.CD Apr 00 SDK1
  12867.  - Interactive Media Resourcesvelopers, a sample game that uses proto templates to good effect; for everyone else, a flavor of what Newton development is like.
  12868. Standalone Code on PowerPC  by Tim Nichols.   Standalone code is better and easier than ever before in the PowerPC environment.
  12869. Debugging on PowerPC  by Dave Falkenburg and Brian Topping.   It
  12870. s a whole 
  12871. new world in there, but your hard-won debugging skills still work.
  12872. Concurrent Programming With the Thread Manager  by Eric Anderson and Brad Post.   With both cooperative and preemptive threads, the possibilities provided by the new Thread Manager are nearly endless.
  12873. The Zen of Window Zooming  by Dean Yu.   Everybody does it, but many still don
  12874. t do it right. Dean has some code to help you out. 
  12875. Print Hints: Tracking QuickDraw GX Messages  by Pete (
  12876. ) Alexander.  MessageWatcher let
  12877. qualified
  12878. query
  12879. quick
  12880. quickdraw
  12881. quickdraw
  12882. windows
  12883. metafile
  12884. quickdraw
  12885. graphics
  12886. quickdraw
  12887. gxgraphics
  12888. 1.1.6
  12889. quickdraw
  12890. raster
  12891. imagewriter
  12892. halftone
  12893. dither
  12894. sample
  12895. quickdraw
  12896. spooler
  12897. print
  12898. patch
  12899. appleshare
  12900. novell
  12901. netware
  12902. quicktake
  12903. quicktake
  12904. windows
  12905. digital
  12906. camera
  12907. quicktime
  12908. essorQ
  12909. corba
  12910. foundation
  12911. overview
  12912. opaque
  12913. types
  12914. reference
  12915. counts
  12916. corners
  12917. counter
  12918. counter
  12919. windows
  12920. introduction
  12921. document
  12922. modal
  12923. dialog
  12924. Dev.CD Feb 9V
  12925. 59007X
  12926. May 94
  12927. popups
  12928. portT
  12929. portability
  12930. portable
  12931. ported
  12932. porting
  12933. porting
  12934. objective-c
  12935. theresa
  12936. tensor
  12937. informa
  12938. portion
  12939. portions
  12940. portlist
  12941. portraitj
  12942. portrect
  12943. ports
  12944. portuguese
  12945. posers
  12946. position
  12947. positioning
  12948. positions
  12949. possibilities
  12950. possibility
  12951. possiblep
  12952. Wt-v3-072
  12953. csmp-digest-v3-073
  12954. csmp-digest-v3-074
  12955. csmp-digest-v3-075
  12956. csmp-digest-v
  12957. prohibitedo
  12958. projectf
  12959. projectbuilder
  12960. projectmenu
  12961. projector
  12962. projects
  12963. projectx
  12964. projlistmenu
  12965. prominent
  12966. prominently
  12967. promised
  12968. promises
  12969. promotion
  12970. promotional
  12971. promotions
  12972. prompt
  12973. promptsY
  12974. propagates
  12975. proper
  12976. properly
  12977. properties
  12978. property
  12979. propertylist
  12980. proportional
  12981. propositinj
  12982. proprietary
  12983. prospective
  12984. protect
  12985. protected
  12986. proto
  12987. protocol
  12988. protocol's
  12989. protocols
  12990. prototyping
  12991. prove
  12992. proves
  12993. provideZ
  12994. compilers
  12995. componentP
  12996. component
  12997. compression
  12998. decompression
  12999. scomP
  13000. compound
  13001. compress
  13002. compressionP
  13003. computer
  13004. computer
  13005. based
  13006. media
  13007. television
  13008. broadcast
  13009. graphics
  13010. conditional
  13011. conference
  13012. conferencing
  13013. configurationt
  13014. connectivity
  13015. consumer
  13016. container
  13017. content
  13018. context
  13019. contextualh
  13020. contextual
  13021. manager
  13022. control
  13023. control
  13024. strip
  13025. powerbook
  13026. control
  13027. panel
  13028. controls
  13029. conversion
  13030. converter
  13031. coprocessorQ
  13032. corba
  13033. foundation
  13034. overview
  13035. opaque
  13036. types
  13037. reference
  13038. counts
  13039. corners
  13040. counter
  13041. counter
  13042. windows
  13043. introduction
  13044. document
  13045. modal
  13046. dialog
  13047.     - Macintosh Runtime for Java (MRJ) 2.1
  13048. - Windows 95, 98, or NT::
  13049.     - JRE/JDK from Sun Microsystems, Inc. recommended
  13050. :Sample Code:V
  13051. 60233X
  13052. 1e    No Change
  13053. z/bbsw/
  13054. email
  13055. Nov 94M
  13056. System 7.0 or laterNCFile System Manager, FSM, External File System, Foreign File SystemO?Dev.CD Apr 00 SDK1:Development Kits:Mac OS:File System Manager:PGDev.CD Apr 00 SDK1
  13057.  - Development Kits
  13058.  - Mac OS
  13059.  - File System Manager "Dev.CD Jun 94
  13060. Dev.CD Jul 94"
  13061.         activate
  13062.     end tell
  13063. on error errMsg number errNum
  13064.     --enter statements to perform when no records are found such as...
  13065.     display dialog "Sorry, the item you selected could not be found."
  13066.     return
  13067. end try
  13068. \D!All Packages
  13069. Tool Chest Edition
  13070. Performance Tools
  13071. Summary:  Three tools for testing the performance of code on PowerPC processors.
  13072. 4PM: a tool that uses special registers in the PowerPC 604 processor to gather performance statistics.
  13073. Emulator Control Panel: Allows you to turn off the dynamic recompilation feature of the 68K emulator.
  13074. POWER Emulator Control Panel: Allows you to turn off the emulation of IBM POWER instuctions, letting you find them in your code.
  13075. e    No Change
  13076. --set theItem to choose file -- uncomment to test in an AS editor
  13077.     tell application "Finder"
  13078.         open item "Dev.CD Mar 92
  13079. Dev.CD Feb 92
  13080. Dev.CD Vol. XI"
  13081.         activate
  13082.     end tell
  13083. on error errMsg number errNum
  13084.     --enter statements to perform when no records are found such as...
  13085.     display dialog "Sorry, the item you selected could not be found."
  13086.     return
  13087. end try
  13088. ry, the item you selected could not be found."
  13089.     return
  13090. end try
  13091. All Packages
  13092. System 7.5 Update 2.0O
  13093. Dev.CD Jul 96 SSWP
  13094. Dev.CD Jul 96 SSV
  13095. 61039X
  13096. Jul 96
  13097. f--set theItem to choose file -- uncomment to test in an AS editor
  13098.     tell application "Finder"
  13099.         open item "Dev.CD Jul 96 SSW"
  13100.         activate
  13101.     end tell
  13102. on error errMsg number errNum
  13103.     --enter statements to perform when no records are found such as...
  13104.     display dialog "Sorry, the item you selected could not be found."
  13105.     return
  13106. end try
  13107. All Packages
  13108. System 7.5 Update 2.0V
  13109. 61040X
  13110. Jan 96
  13111. g--set theItem to choose file -- uncomment to test in an AS editor
  13112.     tell application "Finder"
  13113.         open item "Dev.CD Jan 96 SDK1"
  13114.         activate
  13115.     end tell
  13116. on error errMsg number errNum
  13117.     --enter statements to perform when no records are found such as...
  13118.     display dialog "Sorry, the item you selected could not be found."
  13119.     return
  13120. end try
  13121. All Packages
  13122. QuickDraw GXO
  13123. Dev.CD Jan 96 SDK1P
  13124. Dev.CD Jan 96 SDKV
  13125. 61950X
  13126. Jan 96
  13127. g--set theItem to choose file -- uncomment to test in an AS editor
  13128.     tell application "Finder"
  13129.         open item "Dev.CD Jan 96 SDK1"
  13130.         activate
  13131.     end tell
  13132. on error errMsg number errNum
  13133.     --enter statements to perform when no records are found such as...
  13134.     display dialog "Sorry, the item you selected could not be found."
  13135.     return
  13136. end try
  13137. All Packages
  13138. QuickDraw GXO
  13139. Dev.CD Jan 96 SDK1P
  13140. Dev.CD Jan 96 SDKV
  13141. 61951X
  13142. Jan 96
  13143. dater 1.1:
  13144. All Packages
  13145. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  13146. Dev.CD Jan 94
  13147. Dev.CD Oct 93P(Dev.CD Apr 94
  13148. Dev.CD Jan 94
  13149. Dev.CD Oct 9V
  13150. 62420X
  13151. Apr 94
  13152. ~--set theItem to choose file -- uncomment to test in an AS editor
  13153.     tell application "Finder"
  13154.         open item "Dev.CD Apr 94
  13155. Dev.CD Jan 94
  13156. Dev.CD Oct 93"
  13157.         activate
  13158.     end tell
  13159. on error errMsg number errNum
  13160.     --enter statements to perform when no records are found such as...
  13161.     display dialog "Sorry, the item you selected could not be found."
  13162.     return
  13163. end try
  13164. All Packages
  13165. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  13166. Dev.CD Jan 94
  13167. Dev.CD Oct 93
  13168. Dev.CD Jul 93P6Dev.CD Apr 94
  13169. Dev.CD Jan 94
  13170. Dev.CD Oct 93
  13171. Dev.CD Jul 9V
  13172. 62421X
  13173. Apr 94
  13174. eworks.pdf
  13175. Gender-Based Title Creation.pdf
  13176. Int_Media_Writer_Resources.pdf
  13177. Java Survival Guide.pdf
  13178. Making Cool QD3D Apps.pdf
  13179. Music on the Net.pdf
  13180. New Audio Features QT3.pdf
  13181. Porting
  13182. Jul 98managers, illustrated by a look at a simple te
  13183. extending
  13184. extends
  13185. extenion
  13186. extensibleh
  13187. extensionQ
  13188. externals
  13189. extra
  13190. extract
  13191. extractbykind
  13192. extracted
  13193. extractor
  13194. extractors
  13195. extractsy
  13196. extremelyg
  13197. fable
  13198. faced
  13199. faceless
  13200. facilitates
  13201. facilitating
  13202. facilities
  13203. facility
  13204. falco
  13205. falkenburg
  13206. fallj
  13207. familyj
  13208. fancy
  13209. faqsj
  13210. fastj
  13211. fasterj
  13212. fastest
  13213. fatbits
  13214. fault
  13215. favourite
  13216. fcompressimage
  13217. featureY
  13218. feature-rich
  13219. featured
  13220. featuresA
  13221. All Packages
  13222. System Enabler 003 (LC III)OEDev.CD Apr 94
  13223. Dev.CD Jan 94
  13224. Dev.CD Oct 93
  13225. Dev.CD Jul 93
  13226. Dev.CD Apr 93PDDev.CD Apr 94
  13227. Dev.CD Jan 94
  13228. Dev.CD Oct 93
  13229. Dev.CD Jul 93
  13230. Dev.CD Apr 9V
  13231. 62315X
  13232. Apr 94
  13233. --set theItem to choose file -- uncomment to test in an AS editor
  13234.     tell application "Finder"
  13235.         open item "Dev.CD Apr 94
  13236. Dev.CD Jan 94
  13237. Dev.CD Oct 93
  13238. Dev.CD Jul 93
  13239. Dev.CD Apr 93"
  13240.         activate
  13241.     end tell
  13242. on error errMsg number errNum
  13243.     --enter statements to perform when no records are found such as...
  13244.     display dialog "Sorry, the item you selected could not be found."
  13245.     return
  13246. end try
  13247. All Packages
  13248. System Enabler 003 (LC III)OEDev.CD Apr 94
  13249. Dev.CD Jan 94
  13250. Dev.CD Oct 93
  13251. Dev.CD Jul 93
  13252. Dev.CD Apr 93PDDev.CD Apr 94
  13253. Dev.CD Jan 94
  13254. Dev.CD Oct 93
  13255. Dev.CD Jul 93
  13256. Dev.CD Apr 9V
  13257. 62316X
  13258. Apr 94
  13259. }OQDev.CD May 97 TC
  13260. Dev.CD Nov 96 TC
  13261. Dev.CD Aug 96 TC
  13262. Dev.CD Feb 96 TC
  13263. Dev.CD Feb 95PPDev.CD May 97 TC
  13264. Dev.CD Nov 96 TC
  13265. Dev.CD Aug 96 TC
  13266. Dev.CD Feb 96 TC
  13267. Dev.CD Feb 9V
  13268. 61492X
  13269. May 97
  13270. --set theItem to choose file -- uncomment to test in an AS editor
  13271.     tell application "Finder"
  13272.         open item "Dev.CD May 97 TC
  13273. Dev.CD Nov 96 TC
  13274. Dev.CD Aug 96 TC
  13275. Dev.CD Feb 96 TC
  13276. Dev.CD Feb 95"
  13277.         activate
  13278.     end tell
  13279. on error errMsg number errNum
  13280.     --enter statements to perform when no records are found such as...
  13281.     display dialog "Sorry, the item you selected could not be found."
  13282.     return
  13283. end try
  13284. All Packages
  13285. ChineseTalk 6.0.3O
  13286. Dev CD Vol. V
  13287. Dev CD Vol. IVP
  13288. Dev CD Vol. V
  13289. Dev CD Vol. IV
  13290. 61493X
  13291. Vol. V
  13292. released
  13293. releasesj
  13294. relevanti
  13295. ng or Technical contact as well. If you have recently moved or had a contact change, please take a few minutes to fill out and send this form to ensure we have the most current and accurate information for your company.
  13296.  NuBus Board Registration
  13297. This stack contains a questionaire that allows Macintosh board developers to register their board information in order to receive board ids and functional sResource values for their boards. Because this stack creates a file, YOU MUST FIRST COPY TFkHIS STACK TO A DISK THAT IS NOT WRITE PROTECTED. Please fill out one of these questionaires for each board.
  13298. JvAppleII File and Auxiliary Type
  13299. Bug Reporting
  13300. C/F Registration Requests:
  13301. Dev Info Change Form
  13302. NuBus Board RegistrationK
  13303. Apr 94L
  13304. May 96O+Dev.CD Dec 99 RL:Utilities:Developer Forms:P0Dev.CD Dec 99 RL
  13305.  - Utilities
  13306.  - Developer Formsn no records are found such as...
  13307.     display dialog "Sorry, the item you selected could not be found."
  13308.     return
  13309. end try
  13310. All Packages
  13311. addresses
  13312. addressing
  13313. adequate
  13314. adevs
  13315. adhere
  13316. adjust
  13317. adjustable
  13318. adjustments
  13319. admin
  13320. administrating
  13321. administration
  13322. administrator's
  13323. administrators
  13324. adobeZ
  13325. adobe's
  13326. adoptd
  13327. adopters
  13328. adopting
  13329. adoptiond
  13330. adoptsj
  13331. adorner
  13332. adorners
  13333. advance
  13334. advanced[
  13335. advantage
  13336. advantages
  13337. advent
  13338. adventures
  13339. advertisements
  13340. advertising
  13341. advice
  13342. advisable
  13343. ae/em
  13344. aecdev/aedeamon
  13345. aecoercion
  13346. aecoercioninit
  13347. aegestalt
  13348. summary
  13349. collects
  13350. information
  13351. about
  13352. system
  13353. summary
  13354. demonstrates
  13355. program
  13356. finder-like
  13357. label
  13358. summary
  13359. demonstrates
  13360. menubar
  13361. and/or
  13362. summary
  13363. developer
  13364. describes
  13365. latest
  13366. model
  13367. cicn's
  13368. cincludes
  13369. circumstances
  13370. claimj
  13371. claims
  13372. clariss
  13373. clarisworkss
  13374. clark
  13375. clashj
  13376. class
  13377. classesj
  13378. classicd
  13379. classroomR
  13380. clauseN
  13381. clauses
  13382. clean
  13383. cleaner
  13384. cleans
  13385. clear
  13386. clearly
  13387. click
  13388. click-dragging
  13389. clicked
  13390. clicking
  13391. clicksh
  13392. clicksound
  13393. client
  13394. client-server
  13395. 61717X
  13396. Apr 00^
  13397. --set theItem to choose file -- uncomment to test in an AS editor
  13398.     tell application "Finder"
  13399.         open item "Dev.CD Apr 00 SDK1:What's New:Development Kits:Hardware:"
  13400.         activate
  13401.     end tell
  13402. on error errMsg number errNum
  13403.     --enter statements to perform when no records are found such as...
  13404.     display dialog "Sorry, the item you selected could not be found."
  13405.     return
  13406. end try
  13407. e    No ChangefqUniversal Serial Bus
  13408. Mass Storage Class Driver
  13409. HID Class Driver
  13410. Keyboard Driver
  13411. Mouse Driver
  13412. Mac OS USB
  13413. /A)http://developer.apple.com/sdk/index.html
  13414. Dev.CD Apr 00 SDK1
  13415. D!All Packages
  13416. Tool Chest Edition
  13417. MacApp Developer Survey
  13418.         activate
  13419.     end tell
  13420. on error errMsg number errNum
  13421.     --enter statements to perform when no records are found such as...
  13422.     display dialog "Sorry, the item you selected could not be found."
  13423.     return
  13424. end try
  13425. New Packagemplecode/index.html
  13426. All Packages
  13427. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  13428. Dev.CD Jan 94
  13429. Dev.CD Oct 93
  13430. Dev.CD Jul 93
  13431. Dev.CD Apr 93PDDev.CD Apr 94
  13432. Dev.CD Jan 94
  13433. Dev.CD Oct 93
  13434. Dev.CD Jul 93
  13435. Dev.CD Apr 9V
  13436. 62490X
  13437. Apr 94
  13438. --set theItem to choose file -- uncomment to test in an AS editor
  13439.     tell application "Finder"
  13440.         open item "Dev.CD Apr 94
  13441. Dev.CD Jan 94
  13442. Dev.CD Oct 93
  13443. Dev.CD Jul 93
  13444. Dev.CD Apr 93"
  13445.         activate
  13446.     end tell
  13447. on error errMsg number errNum
  13448.     --enter statements to perform when no records are found such as...
  13449.     display dialog "Sorry, the item you selected could not be found."
  13450.     return
  13451. end try
  13452. All Packages
  13453. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  13454. Dev.CD Jan 94
  13455. Dev.CD Oct 93
  13456. Dev.CD Jul 93P6Dev.CD Apr 94
  13457. Dev.CD Jan 94
  13458. Dev.CD Oct 93
  13459. Dev.CD Jul 9V
  13460. 62491X
  13461. Apr 94
  13462. s is a simple example of showing how to correctly switch to a private stack for interrupt-time code that requires more than a few dozen bytes of stack space. Th55X
  13463. ignoring
  13464. ii-compliant
  13465. iigsr
  13466. illegal
  13467. illustrate
  13468. illustrated
  13469. illustrates
  13470. illustrating
  13471. illustration
  13472. illustrations
  13473. im-vi
  13474. imacs
  13475.     return
  13476. end try
  13477. Movedf
  13478. keyboard map adbq
  13479. Dev.CD May 00 TC
  13480. D!All Packages
  13481. Tool Chest Edition
  13482. ADB Parser 5.0.7
  13483. Summary: ADB Parser will allow access to most of the system's ADB record. It is useful for developing or debugging new ADB devices.
  13484. Issues: ADB ReInit Crashes Quadras. Known Quadra problem. ADBReInit fixes this problem and is also available on this disc. 
  13485. J:ADB Parser 5.0.7
  13486. ADB Parser Read Me
  13487. ADB Parser Read Me.txtK
  13488. Jun 92L
  13489. Dec 92M
  13490. 6.0.6 or later.
  13491. bundle
  13492. bundle
  13493. services
  13494. burned-in
  13495. 61692X
  13496. May 00^
  13497. --set theItem to choose file -- uncomment to test in an AS editor
  13498.     tell application "Finder"
  13499.         open item "Dev.CD May 00 TC:Language Kits:Korean Language Kit 1.0:"
  13500.         activate
  13501.     end tell
  13502. on error errMsg number errNum
  13503.     --enter statements to perform when no records are found such as...
  13504.     display dialog "Sorry, the item you selected could not be found."
  13505.     return
  13506. end try
  13507. e    No Changeq
  13508. Dev.CD May 00 TC
  13509. D!All Packages
  13510. Tool Chest Edition
  13511. F    LabelMenu
  13512.  Summary:  This demonstrates a program with a Finder-like label menu.  Each label menu item has a 12x16 pixel 'cicn and the color and name of all the items are updated if the user changes anything in the "Labels" control panel.  This also demonstrates how to change a menu tile to an icon.
  13513. Sample Code.imgK
  13514. Aug 95M-System 7 or greater, Universal Interfaces 2.0N
  13515. Finder label menu iconO
  13516. Dev.CD May 00 TC:Sample Code:P
  13517. Dev.CD May 00 TC
  13518.  - Sample CodeV
  13519. 61693X
  13520. May 00^
  13521. #App:
  13522. 7-specific
  13523. 7.0.0
  13524. 7.0.3
  13525. 7.0.4
  13526. 7.0fo
  13527. 7.1.2p
  13528. 7.5.1
  13529. 7.5.2x
  13530. 7.5.3x
  13531. 7.5.5
  13532. 7.6.1
  13533. 7100x
  13534. 7100/80
  13535. 711702111
  13536. 8.1.2
  13537. 8.3.4
  13538. 8.5.1
  13539. 8100x
  13540. 8100/807500/100
  13541. 8500x
  13542. 8500/1808500/1208100
  13543. r--set theItem to choose file -- uncomment to test in an AS editor
  13544.     tell application "Finder"
  13545.         open item "Dev.CD May 00 TC:Sample Code:"
  13546.         activate
  13547.     end tell
  13548. on error errMsg number errNum
  13549.     --enter statements to perform when no records are found such as...
  13550.     display dialog "Sorry, the item you selected could not be found."
  13551.     return
  13552. end try
  13553. 32x32
  13554. 33619
  13555. 350000
  13556. 366-mhz
  13557. 38400/8/n/1
  13558. 3d-partyj
  13559. 3d-thej
  13560. 4-character
  13561. develop Issue 19 references:K
  13562. Vol IIIL
  13563. Jun 95OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 19:
  13564. fullballoons
  13565. fullballoons
  13566. pts, such as opaque types, reference counting, and memory management.
  13567. Core Foundation PropertyList [NEW]
  13568. ---------------------------
  13569. This document describes how to convert between XML property lists and objects of compatible Core Foundation types.
  13570. Core Foundation StringServices [NEW]
  13571. --------------------------- 
  13572. This document describes how the Unicode storage of character data is optimized. It also shows how to convert strings between encodings and perform other operations with string oE
  13573. bjects.
  13574. J_CFBaseServices
  13575. CFBundleServices
  13576. CFCollectionServices
  13577. CFOverview
  13578. CFPropertyList
  13579. CFStringServicesK
  13580. Jan 00
  13581. OsDev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:
  13582. Movedq
  13583. Dev.CD May 00 TC
  13584. D!All Packages
  13585. Tool Chest Edition
  13586. Convert
  13587. Projects 1.0b5
  13588. Summary:  Convert
  13589. Projects is a utility which will read a THINK C or THINK Pascal project, and produce an equivalent (or nearly so) Code Warrior project. This is particularly useful for large projects, in which manually adding and segmenting the project would be tiresome or impractical.  See the document "About Convert
  13590. Projects" for details.
  13591. Convert
  13592. Projects is -NOT- a source code converter. If your code uses non-portable constructs that aren
  13593. t supported by the Code Warrior compilers, younition, ASROFDev.CD Apr 00 SDK1:Development Kits:Mac OS:Speech Recognition Manager:PNDev.CD Apr 00 SDK1
  13594.  - Development Kits
  13595.  - Mac OS
  13596.  - Speech Recognition Manager
  13597. themeo
  13598. themeso
  13599. themselves
  13600. thenh
  13601. theory
  13602. construct
  13603. simple
  13604. animation
  13605. 61832X
  13606. May 00^
  13607. r--set theItem to choose file -- uncomment to test in an AS editor
  13608.     tell application "Finder"
  13609.         open item "Dev.CD May 00 TC:Sample Code:"
  13610.         activate
  13611.     end tell
  13612. on error errMsg number errNum
  13613.     --enter statements to perform when no records are found such as...
  13614.     display dialog "Sorry, the item you selected could not be found."
  13615.     return
  13616. end try
  13617. e    No ChangefPPC Card
  13618. Network Driver
  13619. Open Transport Module
  13620. Token Ring
  13621. Enabler
  13622. Port Scannerq
  13623. Dev.CD May 00 TC
  13624. RD!All Packages
  13625. Tool Chest Edition
  13626. PCCTS 1.31
  13627.     d C++ source code to a user defined style. 
  13628. Features:
  13629. * Cryptic and obscure formatting commands! 
  13630. * Source code.  
  13631. * Understands C and C++.  
  13632. * Understands conditional compilation.  Source is provided.  
  13633. * Formats in the One True Style out of the box.
  13634. * Used by the developers of MacApp 3.0. 
  13635. * Does not harm the ozone layer nor does it contribute to global warming.
  13636. This package is System 7.0 compatible.  7.0 compatible.  
  13637. inform
  13638. informationB
  13639. vumark
  13640. vumeter
  13641. w/mathlib
  13642. w/sound
  13643. w/sysp
  13644. waiting
  13645. waitnextevent
  13646. waits
  13647. wake100
  13648. wakes
  13649. walk-through
  13650. walks
  13651. walkthrough
  13652. wantg
  13653. wanted
  13654. wanting
  13655. wants
  13656. location
  13657. memory
  13658. P(Dev.CD Jul 95
  13659. Dev.CD Apr 95
  13660. Dev.CD Jan 9V
  13661. 61975X
  13662. Jul 95
  13663. ~--set theItem to choose file -- uncomment to test in an AS editor
  13664.     tell application "Finder"
  13665.         open item "Dev.CD Jul 95
  13666. Dev.CD Apr 95
  13667. Dev.CD Jan 95"
  13668.         activate
  13669.     end tell
  13670. on error errMsg number errNum
  13671.     --enter statements to perform when no records are found such as...
  13672.     display dialog "Sorry, the item you selected could not be found."
  13673.     return
  13674. end try
  13675. All Packages
  13676. QuickDraw GXO
  13677. Dev.CD Apr 95P
  13678. Dev.CD Apr 9V
  13679. 61976X
  13680. Apr 95
  13681. b--set theItem to choose file -- uncomment to test in an AS editor
  13682.     tell application "Finder"
  13683.         open item "Dev.CD Apr 95"
  13684.         activate
  13685.     end tell
  13686. on error errMsg number errNum
  13687.     --enter statements to perform when no records are found such as...
  13688.     display dialog "Sorry, the item you selected could not be found."
  13689.     return
  13690. end try
  13691. All Packages
  13692. QuickDraw GXO
  13693. Dev.CD Apr 95P
  13694. Dev.CD Apr 9V
  13695. 61977X
  13696. Apr 95
  13697. --set theItem to choose file -- uncomment to test in an AS editor
  13698.     tell application "Finder"
  13699.         open item "Dev.CD May 00 TC:Tool Chest:Hardware:Misc. Tools:LFSR Verilog CAD Tool:"
  13700.         activate
  13701.     end tell
  13702. on error errMsg number errNum
  13703.     --enter statements to perform when no records are found such as...
  13704.     display dialog "Sorry, the item you selected could not be found."
  13705.     return
  13706. end try
  13707. elines:
  13708. NewMacLogoK
  13709. Jan 99N
  13710. Apple, Logo, MacO
  13711. Dev.CD Jan 99 SDK1:Mac Logo:P
  13712. Dev.CD Jan 99 SDK1
  13713.  - Mac Logos no fees or charges are received for it. LockVol remains the copyright of dEVoN Hubbard.
  13714. General tools.imgK
  13715. Jul 92L
  13716. Jun 95M
  13717. LockVol works under System 6.0.5 (and up), System 7, and up to System 7.5.  No known problems have been reported other than the ones you can create yourself by locking volumes that weren't originally locked.O>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:SDK1:Development Kits:Mac OS:Language Analysis SDK:re used.
  13718. May 00^
  13719. r--set theItem to choose file -- uncomment to test in an AS editor
  13720.     tell application "Finder"
  13721.         open item "Dev.CD May 00 TC:Sample Code:"
  13722.         activate
  13723.     end tell
  13724. on error errMsg number errNum
  13725.     --enter statements to perform when no records are found such as...
  13726.     display dialog "Sorry, the item you selected could not be found."
  13727.     return
  13728. end try
  13729. e    No Changef
  13730. QuickTime
  13731. Dev.CD May 00 TC
  13732. YD.All Packages
  13733. Tool Chest Edition
  13734. New & RevisedF
  13735. DrawSprocket SDKI
  13736. This is the SDK for DrawSprocket which provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.J
  13737. Debug Extensions
  13738. DrawSprocket 1.7.pdf
  13739. DrawSprocket Read Me
  13740. DrawSprocket Release Notes
  13741. DrawSprocketLib
  13742. DSp Debugging Tips
  13743. Interfaces&Libraries
  13744. Licensing Info folderL
  13745. May 00Development Kits:Mac OS:DrawSprocket SDK:V
  13746. 61584X
  13747. Updated
  13748. --set theItem to choose file -- uncomment to test in an AS editor
  13749.     tell application "Finder"
  13750.         open item "Dev.CD Apr 94
  13751. Dev.CD Jan 94
  13752. Dev.CD Oct 93
  13753. Dev.CD Jul 93"
  13754.         activate
  13755.     end tell
  13756. on error errMsg number errNum
  13757.     --enter statements to perform when no records are found such as...
  13758.     display dialog "Sorry, the item you selected could not be found."
  13759.     return
  13760. end try
  13761.  HD to install
  13762. Install 1, English
  13763. Install 1, Fran
  13764. Install 2
  13765. Install 3K
  13766. May 96L
  13767. Aug 96O9Dev.CD May 00 TC:Language Kits:Hebrew Language Kit 1.0.1:P>Dev.CD May 00 TC
  13768.  - Language Kits
  13769.  - Hebrew Language Kit 1.0.1V
  13770. 59154X
  13771. May 00^
  13772. #hether opening a TCP/IP provider will cause a modem to dial.  If the Network Setup library is not available, the sample will read the "TCP/IP Preferences" file directly.
  13773. Sample Code.imgK
  13774. Dec 98N0network, setup, configuration, AppleTalk, TCP/IPO
  13775. Dev.CD May 00 TC:Sample Code:P
  13776. Dev.CD May 00 TC
  13777.  - Sample CodeV
  13778. 58094X
  13779. May 00^
  13780. #de:nge
  13781. D!All Packages
  13782. Tool Chest Edition
  13783. Ticket  to Program 1.0
  13784. Summary: This program illustrates the the use of menus, windows, and alerts.  It shows how to create alerts, draw 5 different window types, hierarchical and PopUp menus, and how to add, toggle and set the style for menu items.
  13785. This package is System 7.0 compatible.
  13786. JlTicket to Program
  13787. Ticket to Program Proj
  13788. Ticket to Program Proj.Rsrc
  13789. Ticket to Program.c
  13790. Ticket to Program.hK
  13791. Vol IXM
  13792. Written in Think C 4.0x
  13793. aladdin
  13794. aliasesc
  13795. aligned
  13796. alignment
  13797. alivej
  13798. all-in-one
  13799. all-new
  13800. allocate
  13801. allocate/deallocate
  13802. segment
  13803. segmented
  13804. segmenting
  13805. segments
  13806. seldom
  13807. select
  13808. selected
  13809. selectingZ
  13810. selection
  13811. selector
  13812. selectors
  13813. selectsh
  13814. self-maintaining
  13815. self-moderating
  13816. self-mounting
  13817. self-pacedR
  13818. selfsend
  13819. sellj
  13820. selling
  13821. semantics
  13822. semchishen
  13823. send]
  13824. sendappleeventn
  13825. sender
  13826. sendfinderopen
  13827. sendingn
  13828. sends
  13829. senior
  13830. sense
  13831. sensitive
  13832. senta
  13833. sentence
  13834. sentencesb
  13835. sentense
  13836. separate
  13837. separatelyb
  13838. separations
  13839. septemberj
  13840. sequel
  13841. summary
  13842. updates
  13843. mactcp
  13844. driver
  13845. correct
  13846. summary
  13847. training
  13848. stack
  13849. gives
  13850. general
  13851. overview
  13852. summary
  13853. allows
  13854. hypertalk
  13855. scripter
  13856. display
  13857. summary
  13858. three
  13859. samples
  13860. involving
  13861. standard
  13862. dialogs
  13863. summary
  13864. three
  13865. tools
  13866. testing
  13867. performance
  13868. summary
  13869. supplementing
  13870. documentation
  13871. summary
  13872. toolbox
  13873. assistant
  13874. gives
  13875. rapid
  13876. access
  13877. up-to-da
  13878. summary
  13879. unmountit
  13880. easily
  13881. unmount
  13882. eject
  13883. sharable
  13884. summary
  13885. updated
  13886. conceptual
  13887. reference
  13888. documentation
  13889. summary
  13890. display
  13891. starting
  13892. summary
  13893. validator
  13894. utility
  13895. testing
  13896. sierra/i
  13897. summary
  13898. simple
  13899. macintosh
  13900. application
  13901. supports
  13902. summary
  13903. pleased
  13904. provide
  13905. version
  13906. 1.5.1
  13907. summary
  13908. network
  13909. software
  13910. installer
  13911. insta
  13912. summer
  13913. sun's
  13914. sunsoft
  13915. super
  13916. iotracer
  13917. iotracer
  13918. iotracer
  13919. analyzer
  13920. gatewayS
  13921. ischeckedout
  13922. isdate
  13923. isdate
  13924. isfinderlocked
  13925. isfinderlocked
  13926. iso9660
  13927. iso9660
  13928. iso9660
  13929. iso9660
  13930. issue
  13931. italian
  13932. italian
  13933. 1.1.3
  13934. istributors/localiz
  13935. items
  13936. japan
  13937. japanesep
  13938. japanese
  13939. resourcesp
  13940. survival
  13941. guide
  13942. jbindery2.0
  13943. jbinderyhtml
  13944. helper
  13945. helper
  13946. helper
  13947. jman2.0
  13948. jmanhtml
  13949. justify
  13950. mappings
  13951. 62595X
  13952. Apr 98^
  13953. --set theItem to choose file -- uncomment to test in an AS editor
  13954.     tell application "Finder"
  13955.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):
  13956.  Obsolete/Unsupported:"
  13957.         activate
  13958.     end tell
  13959. on error errMsg number errNum
  13960.     --enter statements to perform when no records are found such as...
  13961.     display dialog "Sorry, the item you selected could not be found."
  13962.     return
  13963. end try
  13964. e    No Changeq
  13965. Dev.CD Apr 98 SDK2
  13966. MD!All Packages
  13967. Tool Chest Edition
  13968. ZAM 1.0a13I
  13969. Summary:  This sample shows how to use the Time Manager and QuickDraw to do animation, as well as play asynch sounds and use AppleEvents.J
  13970. CoreHeaders
  13971. CoreSource
  13972. Dude #includes.c
  13973. ExplosionFrames.rsrc
  13974. Feedback Request 9/1/93
  13975. FireBallFrames.rsrc
  13976. GameHeaders
  13977. GameSource
  13978. nuTankFrames.rsrc
  13979. Release Notes 8/31/93
  13980. resources.rsrc
  13981. UtilCode
  13982. ZAM 1.0a13
  13983. ZAM Sounds
  13984. Nov 93:Tool Chest:Games:Game Sample Code:ZAM 1.0a13:V
  13985. 62596X
  13986. 1e    No Change
  13987. computer
  13988. computer's@
  13989. .F    QuickTimeO
  13990. Dev.CD Jan 94
  13991. Dev.CD Oct 93P
  13992. Dev.CD Jan 94
  13993. Dev.CD Oct 9
  13994. loading
  13995. resource
  13996. codec
  13997. codes
  13998. codewarrior
  13999. collation
  14000. collection
  14001. collection
  14002. services
  14003. color
  14004. color
  14005. depth
  14006. color
  14007. color
  14008. picker
  14009. 2.1.1
  14010. color2index
  14011. colorsync
  14012. colorsync
  14013. photoshop
  14014. plug-ins
  14015. colorsync
  14016. profile
  14017. rename
  14018. colour
  14019. colour
  14020. table
  14021. comet
  14022. communications
  14023. communications
  14024. toolbox
  14025. compare
  14026. compiler
  14027. compiler
  14028. tools
  14029. compilers
  14030. component
  14031. component
  14032. software
  14033. compound
  14034. compound
  14035. document
  14036. architecture
  14037. rmat that plays well from CD-ROM.
  14038. QuickTime XCMDs:  QTMovie, QTRecordMovie, QTEditMovie, and the QTPict XCMDs. 
  14039. Reinstaller:  A simple utility that takes any file or files and installs all components found within those files.
  14040. Set Movie Information: An appli
  14041. LOqDev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:macos8_and_9:P
  14042. Dev.CD Apr 00 SDK1
  14043.  - What's New
  14044.  - Technical Documentation
  14045.  - Technical Publications
  14046.  - DeveloperDocumentation
  14047.  - macos8_and_9end tell
  14048. on error errMsg number errNum
  14049.     --enter statements to perform when no records are found such as...
  14050.     display dialog "Sorry, the item you selected could not be found."
  14051.     return
  14052. end try
  14053. All Packages
  14054. QuickDraw GXO
  14055. Dev.CD Apr 95P
  14056. Dev.CD Apr 9V
  14057. 60760X
  14058. Apr 95
  14059. b--set theItem to choose file -- uncomment to test in an AS editor
  14060.     tell application "Finder"
  14061.         open item "Dev.CD Apr 95"
  14062.         activate
  14063.     end tell
  14064. on error errMsg number errNum
  14065.     --enter statements to perform when no records are found such as...
  14066.     display dialog "Sorry, the item you selected could not be found."
  14067.     return
  14068. end try
  14069. All Packages
  14070. QuickDraw GXO
  14071. Dev.CD Apr 95
  14072. Dev.CD Jan 95V
  14073. 60761X
  14074. f--set theItem to choose file -- uncomment to test in an AS editor
  14075.     tell application "Finder"
  14076.         open item "Dev.CD Jun 97 SSW"
  14077.         activate
  14078.     end tell
  14079. on error errMsg number errNum
  14080.     --enter statements to perform when no records are found such as...
  14081.     display dialog "Sorry, the item you selected could not be found."
  14082.     return
  14083. end try
  14084. System Enabler 065 (LC 575)O
  14085. Dev.CD Apr 94
  14086. Dev.CD Jan 94P
  14087. Dev.CD Apr 94
  14088. Dev.CD Jan 9V
  14089. 62364
  14090. levels
  14091. leverages
  14092. lexical
  14093. lexicon
  14094. libraries_
  14095. libraries
  14096. librariesthat
  14097. libraryA
  14098. limitedh
  14099. lindenberg
  14100. linear
  14101. lines
  14102. linguistically
  14103. linkg
  14104. linked
  14105. linkers
  14106. linkingA
  14107. links[
  14108. linton
  14109. lipton
  14110. All Packages
  14111. QuickDraw GXO
  14112. Dev.CD Jan 96 SDK1P
  14113. Dev.CD Jan 96 SDKV
  14114. 61945X
  14115. Jan 96
  14116. g--set theItem to choose file -- uncomment to test in an AS editor
  14117.     tell application "Finder"
  14118.         open item "Dev.CD Jan 96 SDK1"
  14119.         activate
  14120.     end tell
  14121. on error errMsg number errNum
  14122.     --enter statements to perform when no records are found such as...
  14123.     display dialog "Sorry, the item you selected could not be found."
  14124.     return
  14125. end try
  14126. All Packages
  14127. QuickDraw GXO
  14128. Dev.CD Jan 96 SDK1P
  14129. Dev.CD Jan 96 SDKV
  14130. 61946X
  14131. Jan 96
  14132. g--set theItem to choose file -- uncomment to test in an AS editor
  14133.     tell application "Finder"
  14134.         open item "Dev.CD Jan 96 SDK1"
  14135.         activate
  14136.     end tell
  14137. on error errMsg number errNum
  14138.     --enter statements to perform when no records are found such as...
  14139.     display dialog "Sorry, the item you selected could not be found."
  14140.     return
  14141. end try
  14142. All Packages
  14143. QuickDraw GXO
  14144. Dev.CD Jan 96 SDK1V
  14145. 61947X
  14146. --set theItem to choose file -- uncomment to test in an AS editor
  14147.     tell application "Finder"
  14148.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Misc. Standards:BinHex 4.0:"
  14149.         activate
  14150.     end tell
  14151. on error errMsg number errNum
  14152.     --enter statements to perform when no records are found such as...
  14153.     display dialog "Sorry, the item you selected could not be found."
  14154.     return
  14155. end try
  14156. "Sorry, the item you selected could not be found."
  14157.     return
  14158. end try
  14159. All Packages
  14160. System Enabler 065 (LC 575)O
  14161. Dev.CD Apr 94P
  14162. Dev.CD Apr 9V
  14163. 61130X
  14164. Apr 94
  14165. b--set theItem to choose file -- uncomment to test in an AS editor
  14166.     tell application "Finder"
  14167.         open item "Dev.CD Apr 94"
  14168.         activate
  14169.     end tell
  14170. on error errMsg number errNum
  14171.     --enter statements to perform when no records are found such as...
  14172.     display dialog "Sorry, the item you selected could not be found."
  14173.     return
  14174. end try
  14175. All Packages
  14176. 61131
  14177. r--set theItem to choose file -- uncomment to test in an AS editor
  14178.     tell application "Finder"
  14179.         open item "Dev.CD May 00 TC:Sample Code:"
  14180.         activate
  14181.     end tell
  14182. on error errMsg number errNum
  14183.     --enter statements to perform when no records are found such as...
  14184.     display dialog "Sorry, the item you selected could not be found."
  14185.     return
  14186. end try
  14187. severala
  14188. faulto
  14189. defect
  14190. define
  14191. defined
  14192. defines
  14193. definingf
  14194. definition
  14195. definitionso
  14196. definitive
  14197. defproc
  14198. defprocs
  14199. degrees
  14200. delay
  14201. delayed
  14202. delaying
  14203. devicej
  14204. entire
  14205. entirely
  14206. entities
  14207. entries
  14208. entry
  14209. enumerated
  14210. enumerates
  14211. enumeration
  14212. enviroment
  14213. environementz
  14214. environmentj
  14215. environments
  14216. enwall
  14217. eoaccess
  14218. eocontrol
  14219. eointerface
  14220. eomodeler
  14221. epoch
  14222. eprom
  14223. equilibrium
  14224. equilibrium's
  14225. equivalent
  14226. erase
  14227. error-handling
  14228. errors
  14229. esfahani
  14230. eskimo
  14231. especially
  14232. essence
  14233. essential
  14234. essentials
  14235. established
  14236. establishing
  14237. establishment
  14238. website
  14239. websites
  14240. weeklyi
  14241. weeks
  14242. weight
  14243. weird
  14244. weiss
  14245. wellj
  14246. well-designed
  14247. well-trod
  14248. wereo
  14249. what_
  14250. contentsa
  14251. sample
  14252. sample
  14253. sample
  14254. documents
  14255. sample
  14256. driver
  14257. sample
  14258. makefiles
  14259. software
  14260. sound
  14261. source
  14262. sourcemenu
  14263. sources
  14264. space
  14265. !OWDev.CD Dec 99 RL:Technical Documentation:ABS Technical Notes:Network Server Dev. Guide:P_Dev.CD Dec 99 RL
  14266.  - Technical Documentation
  14267.  - ABS Technical Notes
  14268.  - Network Server Dev. Guideines say that a window
  14269. s title should match the corresponding document
  14270. s name at all times. Here
  14271. s some code that will help you do that.
  14272. JEdevelop Issue 23:
  14273. develop Issue 23 code:
  14274. develop Issue 23 references:K
  14275. Sep 95L
  14276. Sep 95OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 23:PQDev.CD Mar 00 RL Disk 1
  14277.  - Technical Documentation
  14278.  - Develop
  14279.  - develop Issue 23for any problems you may encounter in its use.
  14280. Js !NOT AN APPLE PRODUCT!
  14281.  Scrap Color Documentation
  14282.  ScrapColor Demo
  14283. Demo source
  14284. scrapcolor library
  14285. ScrapColorDemo.
  14286. Sep 96O6Dev.CD May 00 TC:Tool Chest:QuickDraw:Scrap Color 1.0:P>Dev.CD May 00 TC
  14287.  - Tool Chest
  14288.  - QuickDraw
  14289.  - Scrap Color 1.0
  14290. Dev.CD Apr 92
  14291. Dev.CD Mar 9V
  14292. 62227X
  14293. Apr 92
  14294. p--set theItem to choose file -- uncomment to test in an AS editor
  14295.     tell application "Finder"
  14296.         open item "Dev.CD Apr 92
  14297. Dev.CD Mar 92"
  14298.         activate
  14299.     end tell
  14300. on error errMsg number errNum
  14301.     --enter statements to perform when no records are found such as...
  14302.     display dialog "Sorry, the item you selected could not be found."
  14303.     return
  14304. end try
  14305. All Packages
  14306. System 7 Tune-UpO
  14307. Dev.CD Apr 92P
  14308. Dev.CD Apr 9V
  14309. 62228X
  14310. Apr 92
  14311. b--set theItem to choose file -- uncomment to test in an AS editor
  14312.     tell application "Finder"
  14313.         open item "Dev.CD Apr 92"
  14314.         activate
  14315.     end tell
  14316. on error errMsg number errNum
  14317.     --enter statements to perform when no records are found such as...
  14318.     display dialog "Sorry, the item you selected could not be found."
  14319.     return
  14320. end try
  14321. All Packages
  14322. System 7 Tune-UpO
  14323. Dev.CD Apr 92
  14324. Dev.CD Mar 92P
  14325. Dev.CD Apr 92
  14326. Dev.CD Mar 9V
  14327. 62229X
  14328. Apr 92
  14329. All Packages
  14330. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  14331. Dev.CD Jan 94
  14332. Dev.CD Oct 93
  14333. Dev.CD Jul 93
  14334. Dev.CD Apr 93PDDev.CD Apr 94
  14335. Dev.CD Jan 94
  14336. Dev.CD Oct 93
  14337. Dev.CD Jul 93
  14338. Dev.CD Apr 9V
  14339. 62462X
  14340. Apr 94
  14341. --set theItem to choose file -- uncomment to test in an AS editor
  14342.     tell application "Finder"
  14343.         open item "Dev.CD Apr 94
  14344. Dev.CD Jan 94
  14345. Dev.CD Oct 93
  14346. Dev.CD Jul 93
  14347. Dev.CD Apr 93"
  14348.         activate
  14349.     end tell
  14350. on error errMsg number errNum
  14351.     --enter statements to perform when no records are found such as...
  14352.     display dialog "Sorry, the item you selected could not be found."
  14353.     return
  14354. end try
  14355. All Packages
  14356. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  14357. Dev.CD Jan 94
  14358. Dev.CD Oct 93
  14359. Dev.CD Jul 93
  14360. Dev.CD Apr 93PDDev.CD Apr 94
  14361. Dev.CD Jan 94
  14362. Dev.CD Oct 93
  14363. Dev.CD Jul 93
  14364. Dev.CD Apr 9V
  14365. 62463X
  14366. Apr 94
  14367. --set theItem to choose file -- uncomment to test in an AS editor
  14368.     tell application "Finder"
  14369.         open item "Dev.CD Apr 94
  14370. Dev.CD Jan 94
  14371. Dev.CD Oct 93
  14372. Dev.CD Jul 93
  14373. Dev.CD Apr 93"
  14374.         activate
  14375.     end tell
  14376. on error errMsg number errNum
  14377.     --enter statements to perform when no records are found such as...
  14378.     display dialog "Sorry, the item you selected could not be found."
  14379.     return
  14380. end try
  14381. microprocessor
  14382. microprocessorsA
  14383. microtrendsj
  14384. middle
  14385. mighth
  14386. miller
  14387. millionj
  14388. minimizep
  14389. minimum
  14390. minor
  14391. minow
  14392. minute
  14393. minutes
  14394. mirrori
  14395. misaligned
  14396. misalignment
  14397. misdemeanors
  14398. misrecognized
  14399. mixed
  14400. mixed-partition
  14401. mixing
  14402. mobile
  14403. modal
  14404. modeO
  14405. model\
  14406. modeled
  14407. modeling
  14408. 61482X
  14409. May 97
  14410. e--set theItem to choose file -- uncomment to test in an AS editor
  14411.     tell application "Finder"
  14412.         open item "Dev.CD May 97 TC"
  14413.         activate
  14414.     end tell
  14415. on error errMsg number errNum
  14416.     --enter statements to perform when no records are found such as...
  14417.     display dialog "Sorry, the item you selected could not be found."
  14418.     return
  14419. end try
  14420. tD!All Packages
  14421. Tool Chest Edition
  14422. Chinese Dictation Kit 1.5
  14423. Summary: For years, Chinese text input has been a bottleneck for computer users.  Hundreds of different keyboard input methods have been developed, but invariably they are either difficult to learn or slow to use.  Dictation is the fastest and most natural way to input Chinese text for most users.  However, until now, large vocabulary dictation software typically required expensive high-end workstations and hardware add-ons.
  14424. With Apple Chinese Dictation Kit (CDK), the world's first low coing
  14425.  - General tools;
  14426. Formerly part of Appearance SDK, Contextual MenuManager now makes its appearance on its own.
  14427. CMM is a Mac OS
  14428.  technology which allows the user to perform operations on application data in a context-sensitive manner. Along with the Mac OS extension, documentation, and sample code, this SDK contains two sample CMM plug-in projects and headers and stub libraries, some of which are not present in Universal Headers.
  14429. J;Contextual Menu Development
  14430. Contextual Menu MacHack GoodiesK
  14431. Oct 98N
  14432. Contextual, Menu, ManagerOJDev.CD Apr 00 SDK1:Development Kits:Mac OS:ContextualMenuManagerSDK 1.0.3:PRDev.CD Apr 00 SDK1
  14433.  - Development Kits
  14434.  - Mac OS
  14435.  - ContextualMenuManagerSDK 1.0.3
  14436. 62550X
  14437. May 00^
  14438. r--set theItem to choose file -- uncomment to test in an AS editor
  14439.     tell application "Finder"
  14440.         open item "Dev.CD May 00 TC:Sample Code:"
  14441.         activate
  14442.     end tell
  14443. on error errMsg number errNum
  14444.     --enter statements to perform when no records are found such as...
  14445.     display dialog "Sorry, the item you selected could not be found."
  14446.     return
  14447. end try
  14448. e    No Changeq
  14449. Dev.CD May 00 TC
  14450.  D!All Packages
  14451. Tool Chest Edition
  14452. TransferProvider
  14453. This sample demonstrates how to use OTTransferProviderOwnership to transfer the ownership of an Open Transport provider (eg an endpoint) between Open Transport clients.  In this example, an endpoint is transferred between a shared library and an application that calls that shared library.  The code from this sample is featured in the latest release (v1.2) of the book 
  14454. Inside Macintosh: Open Transport
  14455. Sample Code.imgK
  14456. Nov 97M
  14457. Open Transport 1.1.1 or later:Sample Code:V
  14458. 62551X
  14459. 1e    No Change
  14460. 61576X
  14461. Mar 00^    RL Disk 1
  14462. --set theItem to choose file -- uncomment to test in an AS editor
  14463.     tell application "Finder"
  14464.         open item "Dev.CD Mar 00 RL Disk 1:Utilities:Disk Copy:"
  14465.         activate
  14466.     end tell
  14467. on error errMsg number errNum
  14468.     --enter statements to perform when no records are found such as...
  14469.     display dialog "Sorry, the item you selected could not be found."
  14470.     return
  14471. end try
  14472. e    No Changef
  14473. utilityq
  14474. Dev.CD Mar 00 RL Disk 1
  14475. RD!All Packages
  14476. Tool Chest Edition
  14477. Disk I/O Performance Tools
  14478.     #Dev.CD Aug 96 TC
  14479. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  14480. Dev.CD Jan 96 SDKV
  14481. 60733X
  14482. Aug 96
  14483. o Changef#MacsBug
  14484. AppleEvent
  14485. apple event
  14486. dcmdq
  14487. Dev.CD May 00 TC
  14488. "D!All Packages
  14489. Mac OS SDK Edition
  14490. token
  14491. tokenizer
  14492. toolbox
  14493. toolkit
  14494. toolkits
  14495. tools]
  14496. transport
  14497. transport/ppp
  14498. All Packages
  14499. Korean Language KitO
  14500. Dev.CD Aug 97 TC
  14501. Dev.CD Jan 94
  14502. Dev.CD Oct 93
  14503. Dev.CD Jul 93
  14504. Dev.CD Apr 93
  14505. Dev.CD Jan 92
  14506. Dev.CD Vol. XI
  14507. Dev.CD Vol. X
  14508. Dev.CD Vol. IX
  14509. Dev.CD Vol. VIII
  14510. Dev.CD Vol. VII
  14511. Dev CD Vol. VIP
  14512. Dev.CD Aug 97 TC
  14513. Dev.CD Jan 94
  14514. Dev.CD Oct 93
  14515. Dev.CD Jul 93
  14516. Dev.CD Apr 93
  14517. Dev.CD Jan 92
  14518. Dev.CD Vol. XI
  14519. Dev.CD Vol. X
  14520. Dev.CD Vol. IX
  14521. Dev.CD Vol. VIII
  14522. Dev.CD Vol. VII
  14523. Dev CD Vol. VV
  14524. 61691X
  14525. Aug 97
  14526. --set theItem to choose file -- uncomment to test in an AS editor
  14527.     tell application "Finder"
  14528.         open item "Dev.CD Aug 97 TC
  14529. Dev.CD Jan 94
  14530. Dev.CD Oct 93
  14531. Dev.CD Jul 93
  14532. Dev.CD Apr 93
  14533. Dev.CD Jan 92
  14534. Dev.CD Vol. XI
  14535. Dev.CD Vol. X
  14536. Dev.CD Vol. IX
  14537. Dev.CD Vol. VIII
  14538. Dev.CD Vol. VII
  14539. Dev CD Vol. VI"
  14540.         activate
  14541.     end tell
  14542. on error errMsg number errNum
  14543.     --enter statements to perform when no records are found such as...
  14544.     display dialog "Sorry, the item you selected could not be fB
  14545. ound."
  14546.     return
  14547. end try
  14548. D!All Packages
  14549. Tool Chest Edition
  14550. effective
  14551. effectively
  14552. effectiveness
  14553. effects
  14554. effort
  14555. effortless
  14556. effortlessly
  14557. effortss
  14558. ehancements
  14559. either
  14560. eject
  14561. elaborates
  14562. electronic
  14563. electronics
  14564. element
  14565. elementso
  14566. elicit
  14567. eliminate
  14568. eliminates
  14569. eliminating
  14570. elizabeth
  14571. email
  14572. embed
  14573. embed
  14574. profile
  14575. image
  14576. specified
  14577. image's
  14578. embedded
  14579. embedding
  14580. emphasis
  14581. employj
  14582. emptied
  14583. empty
  14584. emulation
  14585. emulator
  14586. enableq
  14587. This update to Toolbox assistant includes the following QuickView databases:
  14588. NOTE:  We have released the databases below as standalone products, without an updated Routines A ... Z and Mgr. page.
  14589. Advanced Color Imaging Assistant: This set of three QuickView databases provide conceptual information for working with  color in your application, including sample code, as well as a reference to the Palette Manager, Color Picker Manager, ColorSync Manager, and Color Manager. Advanced Color Ima
  14590. ging Assistant has been revised for version 2.1 of the ColorSync Manager and includes hypertext links to new and revised material.
  14591. Apple Game Sprockets: This QuickView database includes the set of new APIs to make game programming for the Macintosh easy. The four sprockets documented in this QuickView database include SoundSprocket, DrawSprocket, InputSprocket, and NetSprocket. Some of the APIs for these sprockets are for new functionality and others make APIs that already existed in the 
  14592. 6J8Read Me First
  14593. Read Me First.txt
  14594. Sources
  14595. Testing
  14596. VUMetersK
  14597. Jan 94MHQuadra AV or other system with ARTA DSP (AT&T DSP 3210) system installedN:VUMeter, sound level meters, ARTA sample code, volume unitO7Dev.CD May 00 TC:Tool Chest:Hardware:AV Tools:VUMeters:PBDev.CD May 00 TC
  14598.  - Tool Chest
  14599.  - Hardware
  14600.  - AV Tools
  14601.  - VUMetersV
  14602. 62573X
  14603. May 00^
  14604. --set theItem to choose file -- uncomment to test in an AS editor
  14605.     tell application "Finder"
  14606.         open item "Dev.CD May 00 TC:Tool Chest:Hardware:AV Tools:VUMeters:"
  14607.         activate
  14608.     end tell
  14609. on error errMsg number errNum
  14610.     --enter statements to perform when no records are found such as...
  14611.     display dialog "Sorry, the item you selected could not be found."
  14612.     return
  14613. end try
  14614. e    No Changef7VUMeter
  14615. sound level meters
  14616. ARTA sample code
  14617. volume unitq
  14618. Dev.CD May 00 TC
  14619. 7D!All Packages
  14620. Tool Chest Edition
  14621. WASTE 1.3a6
  14622.     4b6z
  14623. 2.6.1
  14624. 2.6.5X
  14625. 2/94w
  14626. 2400c
  14627. QuickDraw GXO
  14628. Dev.CD Jan 96 SDK1P
  14629. Dev.CD Jan 96 SDKV
  14630. 61954o give an example of creating a Scriptable Application. A scriptable application goes far beyond supporting just the basic four events of the Required Suite (Open Application, Open Documents, Print Documents and Quit Application).
  14631. This latest version of 7Edit has been designed to be very similar to the Scriptable Text Editor. The example may not be as fully scriptable as the Scriptable Text Editor but it should give you good idea of hB
  14632. ow to make your application scriptable. In particular it shows you how to handle the 'whose' clause in AppleScript.
  14633. This version of 7Edit also demonstrates  QuickDraw GX printing and Drag Manager Support.
  14634. Sample Code.imgK
  14635. Jan 96L
  14636. Dev.CD May 00 TC:Sample Code:P
  14637. Dev.CD May 00 TC
  14638.  - Sample Codesh 1.1.3:
  14639. Swedish 1.1.3:
  14640. Turkish 1.1.3:
  14641. Ukranian 1.1.3:
  14642. Jan 96L
  14643. Aug 96O8Dev.CD Nov 99 TC:System Software:Worldwide QuickDraw GX:
  14644. finder
  14645. display
  14646. folder
  14647. launch@
  14648. games@
  14649. SyncCatch is a debugging tool that catches synchronous File Manager and Device Manager requests made from code running as the result of an interrupt. If it catches one of these illegal synchronous requests, it drops into MacsBug with a message.J
  14650. Read Me
  14651. SyncCatchK
  14652. Jun 98L
  14653. Jan 00M
  14654. MacsBugN
  14655. Interrupt Time, Debugging, ToolO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:SyncCatch 2.1:PFDev.CD May 00 TC
  14656.  - Tool Chest
  14657.  - Testing & Debugging
  14658.  - SyncCatch 2.1V
  14659. 62203X
  14660. May 00^
  14661. --set theItem to choose file -- uncomment to test in an AS editor
  14662.     tell application "Finder"
  14663.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:SyncCatch 2.1:"
  14664.         activate
  14665.     end tell
  14666. on error errMsg number errNum
  14667.     --enter statements to perform when no records are found such as...
  14668.     display dialog "Sorry, the item you selected could not be found."
  14669.     return
  14670. end try
  14671. ngeo`ftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/General_tools/SyncCatch_2.1.sit.hqx
  14672. 62537X
  14673. Dec 99^
  14674. --set theItem to choose file -- uncomment to test in an AS editor
  14675.     tell application "Finder"
  14676.         open item "Dev.CD Dec 99 RL:Technical Publications:rhapsody:"
  14677.         activate
  14678.     end tell
  14679. on error errMsg number errNum
  14680.     --enter statements to perform when no records are found such as...
  14681.     display dialog "Sorry, the item you selected could not be found."
  14682.     return
  14683. end try
  14684. DeletedfQRhapsody
  14685. Yellow Box Java APIs
  14686. OPENSTEP
  14687. Rhapsody Home pages
  14688. Rhapsody Release Notesq
  14689. Dev.CD Dec 99 RL
  14690. All Packages
  14691. F"Technical Publications: WebObjects
  14692. 62538X
  14693.  balloon help and sub-dialogs). Sample code accompanying Tech Note PR09.  This version: New & Improved, appy with LW 8.4.1, can add lists.J
  14694. Sample Code.imgK
  14695. May 97L
  14696. May 97O
  14697. Dev.CD May 00 TC:Sample Code:P
  14698. Dev.CD May 00 TC
  14699.  - Sample CodeV
  14700. 59658X
  14701. May 00^
  14702. e Open Scripting Architecture' and 'Implementing Inheritance In Scripts' (see references). If you intend to use the OSA then I recommend that you read these articles.
  14703. Here is a list of the OSA features MenuScripter demonstrates:
  14704.  Attaching scripts to objects.
  14705.  Installing a predispatch Apple event handler to allow an objects script first go at handling any events targetted at the object.
  14706.  Directly compiling and executing scripts.
  14707.  Decompiling existing scripts for editing.
  14708.  Gettin
  14709. g and setting properties in scripts.
  14710.  Retrieving information on errors that occur in a script.
  14711.  Loading and storing scripts.
  14712. MenuScripter compiles under :
  14713.   Metrowerks CodeWarrior 7 and 8, 68K and PPC
  14714.   Symantec C++ 8.0.1
  14715.   Symantec 7.0.4
  14716.   ETO, MPW Pro #19 'Latest MPW'- Symantec C++ for MPW, MrC
  14717. Here is a list of the changes to MenuScripter 3.1 to produce MenuScripter 4.0:
  14718.  Updated script terminology consistent with 7Edit 3.1.
  14719.  Improvements to user interface.
  14720.  A results window
  14721. --set theItem to choose file -- uncomment to test in an AS editor
  14722.     tell application "Finder"
  14723.         open item "Dev.CD Apr 94
  14724. Dev.CD Jan 94
  14725. Dev.CD Oct 93
  14726. Dev.CD Jul 93
  14727. Dev.CD Apr 93"
  14728.         activate
  14729.     end tell
  14730. on error errMsg number errNum
  14731.     --enter statements to perform when no records are found such as...
  14732.     display dialog "Sorry, the item you selected could not be found."
  14733.     return
  14734. end try
  14735. formatasdos
  14736. formatsv
  14737. formatteda
  14738. formatting
  14739. formerlyb
  14740. formerly
  14741. appearance
  14742. contextual
  14743. menumanager
  14744. formsT
  14745. formulate
  14746. forrest
  14747. forth
  14748. fortran
  14749. forward
  14750. foundation
  14751. technologicalj
  14752. technologiesp
  14753. technologyh
  14754. technote
  14755. technotes
  14756. tecsetbasicoptions
  14757. teknosys
  14758. telephone
  14759. telephones
  14760. telephony
  14761. tells
  14762. templatey
  14763. templatesz
  14764. it easier for application developers to better integrate their applications with camera devices. This, in turn, will make it easier for users to integrate images with their documents, presentations, web sites, and other communications. It will also provide users with more image and camera savvy applications to improve their productivity. Camera vendors win because they no longer need to spend large amounts of time creating image capture app
  14765. 62091X
  14766. Jul 93
  14767. p--set theItem to choose file -- uncomment to test in an AS editor
  14768.     tell application "Finder"
  14769.         open item "Dev.CD Jul 93
  14770. Dev.CD Apr 93"
  14771.         activate
  14772.     end tell
  14773. on error errMsg number errNum
  14774.     --enter statements to perform when no records are found such as...
  14775.     display dialog "Sorry, the item you selected could not be found."
  14776.     return
  14777. end try
  14778. All Packages
  14779. F    QuickTimeO"Dev.CD Jun 97 SSW
  14780. Dev.CD Dec 96 SEP!Dev.CD Jun 97 SSW
  14781. Dev.CD Dec 96 SV
  14782. 62092X
  14783. Jun 97
  14784. w--set theItem to choose file -- uncomment to test in an AS editor
  14785.     tell application "Finder"
  14786.         open item "Dev.CD Jun 97 SSW
  14787. Dev.CD Dec 96 SE"
  14788.         activate
  14789.     end tell
  14790. on error errMsg number errNum
  14791.     --enter statements to perform when no records are found such as...
  14792.     display dialog "Sorry, the item you selected could not be found."
  14793.     return
  14794. end try
  14795. All Packages
  14796. F    QuickTimeO"Dev.CD Jun 97 SSW
  14797. Dev.CD Dec 96 SEV
  14798. 62093X
  14799. Summary:  MoofWars is a piece of sample code that demonstrates a few techniques to build efficient animation code on the PowerPC.  This code takes advantage of DrawSprocket to provide access to page flipping when the video hardware supports it.  This sample is written in C++.
  14800. The main features in this application are the graphic and tile classes, which are used to draw the background and then composite sprites on top of it.  The blitters within these classes are designed to move data as e
  14801. fficiently as possible on PowerPC -- that is, whenever possible every read and every write is done on an aligned boundary, and data is moved in as big a chunks as possible.
  14802. This version should work on any PowerMac.  It requires the DrawSprocket shared library, which can be found on the MacOS SDK and also on the Sprockets web page, http://dev.info.apple.com/games.
  14803. Issues:  There aren't any bugs that I know of.  This version runs only in 8-bit mode, although DrawSprocket should set this mo
  14804. ep 99
  14805. "m to choose file -- uncomment to test in an AS editor
  14806.     tell application "Finder"
  14807.         open item "Dev.CD Jan 94
  14808. Dev.CD Oct 93"
  14809.         activate
  14810.     end tell
  14811. on error errMsg number errNum
  14812.     --enter statements to perform when no records are found such as...
  14813.     display dialog "Sorry, the item you selected could not be found."
  14814.     return
  14815. end try
  14816. All Packages
  14817. F    QuickTimeO
  14818. Dev.CD Jan 94
  14819. Dev.CD Oct 93P
  14820. Dev.CD Jan 94
  14821. Dev.CD Oct 9V
  14822. 60804X
  14823. Jan 94
  14824. p--set theItem to choose file -- uncomment to test in an AS editor
  14825.     tell application "Finder"
  14826.         open item "Dev.CD Jan 94
  14827. Dev.CD Oct 93"
  14828.         activate
  14829.     end tell
  14830. on error errMsg number errNum
  14831.     --enter statements to perform when no records are found such as...
  14832.     display dialog "Sorry, the item you selected could not be found."
  14833.     return
  14834. end try
  14835. All Packages
  14836. F    QuickTimeO
  14837. Dev.CD Jan 94P
  14838. Dev.CD Jan 9V
  14839. 60805X
  14840. Jan 94
  14841. appstogo
  14842. reference
  14843. appwannabe
  14844. arabic
  14845. architecture
  14846. archiving
  14847. arrangement
  14848. sample
  14849. design
  14850. assemblers
  14851. assembly
  14852. assistance
  14853. assistant
  14854. async
  14855. async
  14856. device
  14857. asynchronous
  14858. asynchronous
  14859. atapi
  14860. atmark
  14861. atsui
  14862. attributes
  14863. atworld
  14864. audio
  14865. authentication
  14866. automated
  14867. automated
  14868. testing
  14869. automation
  14870. aware
  14871. background
  14872. background
  14873. apple
  14874. event
  14875. background
  14876. color
  14877. window
  14878. background-only
  14879. backside
  14880. backup
  14881. balloon
  14882. balloon
  14883. balloons
  14884. bandai
  14885. bandwidthA
  14886. barrier
  14887. services
  14888. colour
  14889. table
  14890. component
  14891. compression
  14892. computer
  14893. computer
  14894. based
  14895. media
  14896. conditional
  14897. around
  14898. arrays
  14899. arrived
  14900. arrow
  14901. arrows
  14902. articlep
  14903. articlesj
  14904. articulate
  14905. artwork
  14906. plaintalk
  14907. platformQ
  14908. playback
  14909. player
  14910. plist
  14911. plotting
  14912. plug-ins
  14913. pmforecolor
  14914. polymorphic
  14915. polymorphic
  14916. functions
  14917. registry
  14918. scanner
  14919. portables
  14920. porting
  14921. ports
  14922. posers
  14923. postscript
  14924. emory
  14925. error
  14926. summary
  14927. guide
  14928. support
  14929. development
  14930. macintosh
  14931. summary
  14932. hypercard
  14933. create
  14934. resolve
  14935. aliasesc
  14936. summary
  14937. macsbug
  14938. macro
  14939. debugging
  14940. summary
  14941. snippet
  14942. showing
  14943. determine
  14944. currently
  14945. summary
  14946. technical
  14947. notes
  14948. contain
  14949. latest
  14950. summary
  14951. parser
  14952. allow
  14953. access
  14954. system'sV
  14955. summary
  14956. aetracker
  14957. init/control
  14958. panel
  14959. allows
  14960. summary
  14961. which
  14962. known
  14963. finderevents
  14964. summary
  14965. apple
  14966. peoplesoft
  14967. launched
  14968. partnership
  14969. summary
  14970. apple
  14971. computer
  14972. espana
  14973. prepared
  14974. guide
  14975. yes/no
  14976. yield/suspend/resume
  14977. yielding
  14978. yieldtoanythread
  14979. bases
  14980. baseservices
  14981. basicN
  14982. basically
  14983. SPADev.CD Apr 00 SDK1
  14984.  - Development Kits
  14985.  - Hardware
  14986.  - PCI DDK 3.0V
  14987. 61834X
  14988. Apr 00^
  14989. --set theItem to choose file -- uncomment to test in an AS editor
  14990.     tell application "Finder"
  14991.         open item "Dev.CD Apr 00 SDK1:Development Kits:Hardware:PCI DDK 3.0:"
  14992.         activate
  14993.     end tell
  14994. on error errMsg number errNum
  14995.     --enter statements to perform when no records are found such as...
  14996.     display dialog "Sorry, the item you selected could not be found."
  14997.     return
  14998. end try
  14999. e    No Changef%PCI OpenFirmware FCode Forth tokenizeoBftp://ftp.apple.com/developer/Development_Kits/PCI_DDK_3.0.sit.hqxq
  15000. Dev.CD Apr 00 SDK1
  15001. TD!All Packages
  15002. Tool Chest Edition
  15003. PCI Sound Input driverIzA PCI sound input driver showing how to make a PCI sound input driver rather than the classic 68K only sound input driver.J
  15004. Sample Code.imgK
  15005. Aug 97M
  15006. PCI Power MacN$Sound Input Driver, PCI driver, ndrvO
  15007. Dev.CD May 00 TC:Sample Code:P
  15008. Dev.CD May 00 TC
  15009.  - Sample CodeV
  15010. 61835X
  15011. May 00^
  15012. jPSDev.CD Feb 00 TC
  15013.  - What's New?
  15014.  - Development Kits
  15015.  - Mac OS
  15016.  - QuickTime Java SDKV
  15017. 62113X
  15018. Feb 00^
  15019. --set theItem to choose file -- uncomment to test in an AS editor
  15020.     tell application "Finder"
  15021.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:QuickTime Java SDK:"
  15022.         activate
  15023.     end tell
  15024. on error errMsg number errNum
  15025.     --enter statements to perform when no records are found such as...
  15026.     display dialog "Sorry, the item you selected could not be found."
  15027.     return
  15028. end try
  15029. e    No Changef
  15030. QuickTime
  15031. http://developer.apple.com/sdk/q
  15032. Dev.CD Feb 00 TC
  15033. kD!All Packages
  15034. Tool Chest Edition
  15035. QuickTime Java Windows SDKITQuickTime for Java Windows SDK.  Includes QuickTime for Java API javadoc, and demos.J
  15036. QTJava_SDK.zipK
  15037. Feb 00:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:V
  15038. 62114X
  15039. 1e    No Changeo
  15040. http://developer.apple.com/sdk/
  15041. All Packages
  15042. QuickDraw 3DO
  15043. Dev.CD Jun 97 SSWV
  15044. 59450X
  15045. about
  15046. clipboard
  15047. magician
  15048. about
  15049. clipboard
  15050. magician
  15051. about
  15052. convert
  15053. projects
  15054. about
  15055. driver
  15056. installer
  15057. about
  15058. driver
  15059. installer
  15060. about
  15061. about
  15062. dropdisk
  15063. about
  15064. rinaldi
  15065. collection
  15066. 95/02
  15067. about
  15068. scriptx
  15069. about
  15070. system
  15071. 7.5.5
  15072. update
  15073. about
  15074. folder
  15075. about
  15076. utilities
  15077. about
  15078. pre-release
  15079. about
  15080. versionedit
  15081. about
  15082. zaptcp
  15083. about
  15084. zoneranger
  15085. aboutbox
  15086. aboutbox
  15087. aboutbox
  15088. aboutbox
  15089. aboutthissite
  15090. parser
  15091. parser
  15092. adbreinit
  15093. adbreinit
  15094. noteW
  15095. adbreinit
  15096. addchange
  15097. addendumg
  15098. addheader
  15099. addmenu
  15100. addressh
  15101. addresses
  15102. administration
  15103. archive
  15104. filesi
  15105. archive
  15106. htmli
  15107. advanced[
  15108. advanced
  15109. color
  15110. imaging[
  15111. advanced
  15112. color
  15113. imaging
  15114. advanced
  15115. technique
  15116. coercion
  15117. init]
  15118. aegizmos]
  15119. Dev.CD Oct 94P
  15120. Dev.CD Oct 9V
  15121. 62506X
  15122. Oct 94
  15123. b--set theItem to choose file -- uncomment to test in an AS editor
  15124.     tell application "Finder"
  15125.         open item "Dev.CD Oct 94"
  15126.         activate
  15127.     end tell
  15128. on error errMsg number errNum
  15129.     --enter statements to perform when no records are found such as...
  15130.     display dialog "Sorry, the item you selected could not be found."
  15131.     return
  15132. end try
  15133. All Packages
  15134. System UpdateO
  15135. Dev.CD Oct 94P
  15136. Dev.CD Oct 9V
  15137. 62507X
  15138. Oct 94
  15139. b--set theItem to choose file -- uncomment to test in an AS editor
  15140.     tell application "Finder"
  15141.         open item "Dev.CD Oct 94"
  15142.         activate
  15143.     end tell
  15144. on error errMsg number errNum
  15145.     --enter statements to perform when no records are found such as...
  15146.     display dialog "Sorry, the item you selected could not be found."
  15147.     return
  15148. end try
  15149. All Packages
  15150. System UpdateO
  15151. Dev.CD Oct 94P
  15152. Dev.CD Oct 9V
  15153. 62508X
  15154. Oct 94
  15155. direction
  15156. discard
  15157. MoreFiles is a collection of high-level routines written to answer common File Manager questions and to show how to perform common operations involving the Mac OS file system.
  15158. The routines in MoreFiles have been tested, documented, and code-reviewed by Apple.
  15159. MoreFiles provides: high-level and FSSpec style routines for parameter-block only File Manager calls; useful utility routines that perform many common File Manager related operations; a robust file copy routine; a recursive directorB
  15160. y copy routine; a catalog searching routines; high-level and FSSpec style routines for Desktop Manager calls; and routines for dealing with pathnames. See the file "!MoreFiles Read Me" for a description of fixes & improvements in version 1.4.9.
  15161. Sample Code.imgK
  15162. Nov 93L
  15163. Nov 98N*File Manager, Desktop Manager, Sample CodeO
  15164. Dev.CD May 00 TC:Sample Code:P
  15165. Dev.CD May 00 TC
  15166.  - Sample Codet.js
  15167. frametest_more.js
  15168. images:
  15169. System:
  15170. updates.html
  15171. webobjects.html
  15172. webobjects36.gif
  15173. soundapp
  15174. soundapp
  15175. soundapp
  15176. soundapp
  15177. soundapp
  15178. soundapp
  15179. soundapp
  15180. soundapp
  15181. soundappsnds
  15182. soundappsnds
  15183. soundrecord
  15184. soundrecord
  15185. sounds
  15186. soundsprocket
  15187. soundsprocket
  15188. soundunit
  15189. soundunit
  15190. soundunit
  15191. source
  15192. source
  15193. masher
  15194. sourcemenu
  15195. sources
  15196. space
  15197. spain
  15198. spain
  15199. distribution
  15200. guide
  15201. spain
  15202. distributors/localiz
  15203. spanish
  15204. spanish
  15205. 1.1.3
  15206. specific
  15207. specification
  15208. media
  15209. memory
  15210. modern
  15211. module
  15212. monitorr
  15213. navigator
  15214. newsi
  15215. notesS
  15216. onescannerg
  15217. opp's
  15218. palette
  15219. parserV
  15220. performance
  15221. photoshop
  15222. player
  15223. plugins
  15224. postscript
  15225. primer
  15226. v-twinb
  15227. v1.0.1
  15228. v1.0.2
  15229. v1.1.3
  15230. v1.2.1Q
  15231. v1.4.1f4
  15232. v1.5.1
  15233. v1.7.2
  15234. v2.0.4
  15235. v2.0.6
  15236. v2.5ss
  15237. v2.6.5X
  15238. v3.0.1Y
  15239. vacinity
  15240. valid
  15241. validate
  15242. validating
  15243. validation
  15244. validator
  15245. validity
  15246. value
  15247. values
  15248. vantage
  15249. variable
  15250. variables
  15251. variant
  15252. variants
  15253. variation
  15254. varietyb
  15255. various
  15256. vdig's
  15257. vdtextsample
  15258. vector
  15259. vectors
  15260. velocity
  15261. vendor
  15262. sJZCallback Sample
  15263. Gouraud Sample
  15264. RAVE Common Code
  15265. RAVE Starter Samples Readme
  15266. Texture SampleK
  15267. Jun 98M
  15268. RAVE 1.5 SDKN)RAVE, QuickDraw 3D, Hardware AccelerationO@Dev.CD Apr 00 SDK1:Development Kits:Mac OS:RAVE Starter Samples:PHDev.CD Apr 00 SDK1
  15269.  - Development Kits
  15270.  - Mac OS
  15271.  - RAVE Starter SamplesV
  15272. 62122X
  15273. Apr 00^
  15274. --set theItem to choose file -- uncomment to test in an AS editor
  15275.     tell application "Finder"
  15276.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:RAVE Starter Samples:"
  15277.         activate
  15278.     end tell
  15279. on error errMsg number errNum
  15280.     --enter statements to perform when no records are found such as...
  15281.     display dialog "Sorry, the item you selected could not be found."
  15282.     return
  15283. end try
  15284. e    No Changef'RAVE
  15285. QuickDraw 3D
  15286. Hardware Accelerationq
  15287. Dev.CD Apr 00 SDK1
  15288. tD!All Packages
  15289. Tool Chest Edition
  15290. Record sound to disk
  15291. 1.1.6
  15292. Dear MacApp users!
  15293. First of all, I would like to introduce myself. My name is Ricardo Gonzalez, and I am the Application Frameworks Product Marketing Manager at Apple Computer (e.g. MacApp, OPF-OpenDoc Parts Framework, and potentially other future products). As you can imagine, I will be playing a key role in define future directions for MacApp and new plans regarding framework-based development tools that developers will use to incorporate new Apple technologies into their applications (
  15294. e.g. OpenDoc, AppleScript, etc.). In order to do that, I would like to get a sense of who is using MacApp in the market place, what applications are being developed with it (for commercial or in-house use), and what are your priorities in terms of support for specific features that we should take into consideration for future products.
  15295. I would like to ask each one of you, to please spend a couple of minutes filling the enclosed questionnaire regarding your company and the products develop
  15296. apple
  15297. workgroup
  15298. serversS
  15299. appleeventtypes^
  15300. appleeventtypes
  15301. applegloty
  15302. appleglot
  15303. appleglot
  15304. users
  15305. guidey
  15306. appleglot
  15307. whats
  15308. appleglot
  15309. 2.4b6
  15310. appleguide
  15311. appleii
  15312. auxiliary
  15313. applejack
  15314. applejack
  15315. applemodemtool
  15316. applemodemtool
  15317. v1.5.3
  15318. applescriptm
  15319. applescript
  15320. 1.3.4
  15321. applescript
  15322. suitem
  15323. applesearch
  15324. applesearch
  15325. first
  15326. appleshare
  15327. appleshare
  15328. client
  15329. appleshare
  15330. appleshare
  15331. appleshareclientapi
  15332. appleshareclientapi
  15333. applesingle/appledouv
  15334. applesingle/appledou
  15335. formatv
  15336. applesingle/appledou
  15337. formats
  15338. appleswupdates-engli
  15339. appleswupdates-engli
  15340. appleswupdates-ww
  15341. appleswupdates-ww
  15342. appletalkS
  15343. appletalk
  15344. administration
  15345. appletalk
  15346. administration
  15347. 1.0.2
  15348. appletalk
  15349. connection
  15350. appletalk
  15351. connection
  15352. 1.0.2
  15353. apple
  15354. shared
  15355. library
  15356. manageru
  15357. apple
  15358. systemx
  15359. apple
  15360. services
  15361. unicode
  15362. imaging
  15363. appleevent
  15364. appleevents
  15365. applegloty
  15366. appleglot
  15367. localization
  15368. internationalization
  15369. translation
  15370. glosy
  15371. applescript
  15372. applesearch
  15373. appleshare
  15374. appleshare
  15375. client
  15376. appleshare
  15377. appletalk
  15378. appletalk
  15379. transaction
  15380. protocol
  15381. appletalk
  15382. application
  15383. application
  15384. package
  15385. appstogo
  15386. alias@
  15387. appletalk
  15388. first@
  15389. archive@
  15390. atags@
  15391. detectorsh
  15392. change
  15393. develop
  15394. develop
  15395. issue
  15396. develop
  15397. issue
  15398. develop
  15399. issue
  15400. develop
  15401. issue
  15402. develop
  15403. issue
  15404. develop
  15405. issue
  15406. develop
  15407. issue
  15408. 61620X
  15409. May 00^
  15410. r--set theItem to choose file -- uncomment to test in an AS editor
  15411.     tell application "Finder"
  15412.         open item "Dev.CD May 00 TC:Sample Code:"
  15413.         activate
  15414.     end tell
  15415. on error errMsg number errNum
  15416.     --enter statements to perform when no records are found such as...
  15417.     display dialog "Sorry, the item you selected could not be found."
  15418.     return
  15419. end try
  15420. e    No ChangefFEthernet built-in
  15421. Enet Address
  15422. Burned-in Address
  15423. GetEnetAddrDirect.ppcq
  15424. Dev.CD May 00 TC
  15425. ~D!All Packages
  15426. Tool Chest Edition
  15427. GetHelpStrings
  15428. Summary: This sample extracts the Finder help strings from whatever you drop on top of it, file or folder. 
  15429. Features:  Extract the Finder balloon help string from any file or any files in any folder dropped onto this application.  Put those help strings into a text file.
  15430. e    No Change
  15431. tUserPortNameFromPortRefO
  15432. Dev.CD May 00 TC:Sample Code:P
  15433. Dev.CD May 00 TC
  15434.  - Sample CodeV
  15435. 60584X
  15436. May 00^
  15437. TC84X
  15438. May 00^
  15439. TCe    No Change
  15440. --set theItem to choose file -- uncomment to test in an AS editor
  15441.     tell application "Finder"
  15442.         open item "Dev.CD May 00 TC:Tool Chest:Toolbox:MountAlias 1.0:"
  15443.         activate
  15444.     end tell
  15445. on error errMsg number errNum
  15446.     --enter statements to perform when no records are found such as...
  15447.     display dialog "Sorry, the item you selected could not be found."
  15448.     return
  15449. end try
  15450. What's New?:Development Kits:Mac OS:DrawSprocket SDK:"
  15451.         activate
  15452.     end tell
  15453. on error errMsg number errNum
  15454.     --enter statements to perform when no records are found such as...
  15455.     display dialog "Sorry, the item you selected could not be found."
  15456.     return
  15457. end try
  15458. Updatedf2DrawSprocket
  15459. color
  15460. depth
  15461. resolution
  15462. switching
  15463. gamel
  15464. on error errMsg number errNum
  15465.     --enter statements to perform when no records are found such as...
  15466.     display dialog "Sorry, the item you selected could not be found."
  15467.     return
  15468. end try
  15469. All Packages
  15470. QuickDraw GXV
  15471. 59501X
  15472. Apple Help, HTML, Apple Guide
  15473. ethernets
  15474. ethertalkB
  15475. euc-cn
  15476. europeanj
  15477. evaluated
  15478. evaluates
  15479. evaluating
  15480. evangelicalj
  15481. evangelism
  15482. evans
  15483. evenbetterbuserror
  15484. event]
  15485. event-aware]
  15486. event-driven
  15487. eventsN
  15488. eventually
  15489. everj
  15490. everest
  15491. every
  15492. everybody
  15493. everyday
  15494. grabber
  15495. grabguy
  15496. gracefully
  15497. grafport
  15498. grafports
  15499. grammar
  15500. grammars
  15501. grammaticals
  15502. grant
  15503. granted
  15504. graphic
  15505. graphicalX
  15506. graphically
  15507. storyboard
  15508. stream
  15509. stress
  15510. stress
  15511. testing
  15512. tools
  15513. strip
  15514. stripdup
  15515. stripdup
  15516. stripunits
  15517. strwidth
  15518. strwidth
  15519. libraries
  15520. stuff
  15521. stylew
  15522. style
  15523. submission
  15524. success
  15525. suitem
  15526. suitesm
  15527. suites
  15528. under
  15529. developmentm
  15530. support
  15531. supporting
  15532. supporting
  15533. files
  15534. survey
  15535. survival
  15536. sweden
  15537. sweden
  15538. distributors/localiz
  15539. switch
  15540. switch
  15541. switz
  15542. switz
  15543. distributors/localiz
  15544. symantec
  15545. symantec
  15546. builds
  15547. disku
  15548. opening
  15549. openmultfiles
  15550. openport
  15551. opens
  15552. openselection
  15553. openstep
  15554. openstep
  15555. documentation
  15556. applies
  15557. rhapsody
  15558. means
  15559. opentransport
  15560. openwindow
  15561. operate
  15562. operatingo
  15563. operation
  15564. operations
  15565. operator-defined
  15566. operators
  15567. Mar 00^
  15568. --set theItem to choose file -- uncomment to test in an AS editor
  15569.     tell application "Finder"
  15570.         open item "Dev.CD Mar 00 RL1:What's New:Technical Documentation:Macintosh Technotes and Q&As:"
  15571.         activate
  15572.     end tell
  15573. on error errMsg number errNum
  15574.     --enter statements to perform when no records are found such as...
  15575.     display dialog "Sorry, the item you selected could not be found."
  15576.     return
  15577. end try
  15578. e    No Changef
  15579. Technote
  15580. Macintosho.http://developer.apple.com/techpubs/index.htmlq
  15581. Dev.CD Mar 00 RL1
  15582. D!All Packages
  15583. Mac OS SDK Edition
  15584. MacODBC 2.1.2 GM
  15585.     top.  The desktop is hidden simply by creating a large background window and filling it with the appropriate  pattern.  The menu bar is hidden by zeroing the Menu bar height, updating the GrayRgn, and then forcing all windows to redraw.  The rounded corners on every screen device can also be removed using a method similar to that used with the menubar.
  15586. Sample Code.imgK
  15587. Aug 95
  15588. W286X
  15589. e finder info.
  15590. DateThing:  A sample of how to write one of those date things as in the General control panel.
  15591. Dialog popups:  snippet to demonstrate the use of the system 7 popup control cdef in modal dialogs
  15592. DialogBits:  This sample application shows how to deal with many of the most commonly asked questions about the Dialog Manager.
  15593. DragWindow INIT:  DragWindow INIT is an INIT which allows you to drag a whole window under the Finder, not just the outline.
  15594. DragWindowGrid:  Shows how 
  15595. to write a replacement DragWindow routine that constrains the window to a grid.
  15596. FindSysFolder:  In this code, the FindSysFolder returns the real vRefNum and dirID of the current System Folder. It uses the Folder Manager, if possible, or falls back to SysEnvirons.
  15597. GetDragHiliteColor:  This shows how to obtain the color that the Drag Manager uses to hilite regions when ShowDragHilite is called. Please note this is only how it's done presently.  Since it is undocumented it can and will chan
  15598. Dev.CD Jan 94
  15599. Dev.CD Oct 93P
  15600. Dev.CD Jan 94
  15601. Dev.CD Oct 9V
  15602. 62058X
  15603. Jan 94
  15604. p--set theItem to choose file -- uncomment to test in an AS editor
  15605.     tell application "Finder"
  15606.         open item "Dev.CD Jan 94
  15607. Dev.CD Oct 93"
  15608.         activate
  15609.     end tell
  15610. on error errMsg number errNum
  15611.     --enter statements to perform when no records are found such as...
  15612.     display dialog "Sorry, the item you selected could not be found."
  15613.     return
  15614. end try
  15615. All Packages
  15616. F    QuickTimeO
  15617. Dev.CD Jan 94
  15618. Dev.CD Oct 93P
  15619. Dev.CD Jan 94
  15620. Dev.CD Oct 9V
  15621. 62059X
  15622. Jan 94
  15623. p--set theItem to choose file -- uncomment to test in an AS editor
  15624.     tell application "Finder"
  15625.         open item "Dev.CD Jan 94
  15626. Dev.CD Oct 93"
  15627.         activate
  15628.     end tell
  15629. on error errMsg number errNum
  15630.     --enter statements to perform when no records are found such as...
  15631.     display dialog "Sorry, the item you selected could not be found."
  15632.     return
  15633. end try
  15634. All Packages
  15635. F    QuickTimeV
  15636. 62060X
  15637. --set theItem to choose file -- uncomment to test in an AS editor
  15638.     tell application "Finder"
  15639.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:MemHell:"
  15640.         activate
  15641.     end tell
  15642. on error errMsg number errNum
  15643.     --enter statements to perform when no records are found such as...
  15644.     display dialog "Sorry, the item you selected could not be found."
  15645.     return
  15646. end try
  15647. ecords are found such as...
  15648.     display dialog "Sorry, the item you selected could not be found."
  15649.     return
  15650. end try
  15651. e    No Changef
  15652. printer selected chooserq
  15653. Dev.CD May 00 TC
  15654. wD!All Packages
  15655. Tool Chest Edition
  15656. FMAT Editor
  15657.     Finder"
  15658.         open item "Dev.CD Apr 95"
  15659.         activate
  15660.     end tell
  15661. on error errMsg number errNum
  15662.     --enter statements to perform when no records are found such as...
  15663.     display dialog "Sorry, the item you selected could not be found."
  15664.     return
  15665. end try
  15666. All Packages
  15667. F    PowerTalkO
  15668. Dev.CD Apr 95P
  15669. Dev.CD Apr 9V
  15670. 59376X
  15671. Apr 95
  15672. All Packages
  15673. QuickDraw 3DO
  15674. Dev.CD Jun 97 SSWP
  15675. Dev.CD Jun 97 SSV
  15676. 61934X
  15677. Jun 97
  15678. f--set theItem to choose file -- uncomment to test in an AS editor
  15679.     tell application "Finder"
  15680.         open item "Dev.CD Jun 97 SSW"
  15681.         activate
  15682.     end tell
  15683. on error errMsg number errNum
  15684.     --enter statements to perform when no records are found such as...
  15685.     display dialog "Sorry, the item you selected could not be found."
  15686.     return
  15687. end try
  15688. All Packages
  15689. QuickDraw 3DO
  15690. Dev.CD Jun 97 SSWP
  15691. Dev.CD Jun 97 SSV
  15692. 61935X
  15693. Jun 97
  15694. f--set theItem to choose file -- uncomment to test in an AS editor
  15695.     tell application "Finder"
  15696.         open item "Dev.CD Jun 97 SSW"
  15697.         activate
  15698.     end tell
  15699. on error errMsg number errNum
  15700.     --enter statements to perform when no records are found such as...
  15701.     display dialog "Sorry, the item you selected could not be found."
  15702.     return
  15703. end try
  15704. All Packages
  15705. QuickDraw 3DO
  15706. Dev.CD Jun 97 SSWV
  15707. 61936X
  15708. mdefproc
  15709. mdefs
  15710. means
  15711. meant
  15712. measurable
  15713. measurew
  15714. measurement
  15715. measuring
  15716. mechanics
  15717. mechanism
  15718. mechanisms
  15719. penTransportq
  15720. Dev.CD May 00 TC
  15721. $D!All Packages
  15722. Tool Chest Edition
  15723. mary:  The DMZ program demonstrates NBP Lookup calls under both Open Transport and Classic AppleTalk to obtain a list of all NBP entities by zone.  User can specify the lookup for specific objects and types.  Program also demonstrates how one sends AppleTalk Echo protocol packets to a specified system, and to receive the return Echo protocol response.
  15724. DMZ checks for the presence of Open Transport and uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.k calls are used.
  15725. Movedf;QuickDraw GX raster ImageWriter Halftone Dither Sample Codeq
  15726. Dev.CD May 00 TC
  15727. All Packages
  15728. Japanese Language KitOTDev.CD May 97 TC
  15729. Dev.CD Nov 96 TC
  15730. Dev.CD Aug 96 TC
  15731. Dev.CD May 96 TC
  15732. Dev.CD Feb 96 TCPSDev.CD May 97 TC
  15733. Dev.CD Nov 96 TC
  15734. Dev.CD Aug 96 TC
  15735. Dev.CD May 96 TC
  15736. Dev.CD Feb 96 TV
  15737. 61674X
  15738. May 97
  15739. --set theItem to choose file -- uncomment to test in an AS editor
  15740.     tell application "Finder"
  15741.         open item "Dev.CD May 97 TC
  15742. Dev.CD Nov 96 TC
  15743. Dev.CD Aug 96 TC
  15744. Dev.CD May 96 TC
  15745. Dev.CD Feb 96 TC"
  15746.         activate
  15747.     end tell
  15748. on error errMsg number errNum
  15749.     --enter statements to perform when no records are found such as...
  15750.     display dialog "Sorry, the item you selected could not be found."
  15751.     return
  15752. end try
  15753. All Packages
  15754. Japanese Language KitO
  15755. Dev.CD Feb 95P
  15756. Dev.CD Feb 9V
  15757. 61675X
  15758. Feb 95
  15759. ebugging
  15760.  - MemHellV
  15761. 60513X
  15762. May 00^
  15763. Not used in this example
  15764. ReadMe
  15765. WhereCDs.c
  15766. WhereCDs.hK
  15767. Dec 95N CD-ROM, SCSI, Device Manager, CDva, MRJW
  15768. g--set theItem to choose file -- uncomment to test in an AS editor
  15769.     tell application "Finder"
  15770.         open item "Dev.CD Jan 96 SDK1"
  15771.         activate
  15772.     end tell
  15773. on error errMsg number errNum
  15774.     --enter statements to perform when no records are found such as...
  15775.     display dialog "Sorry, the item you selected could not be found."
  15776.     return
  15777. end try
  15778. isplay dialog "Sorry, the item you selected could not be found."
  15779.     return
  15780. end try
  15781. All Packages
  15782. 601 Processor Upgrade EnablerO
  15783. Dev.CD Jul 95P
  15784. Dev.CD Jul 9V
  15785. 60145X
  15786. Jul 95
  15787. b--set theItem to choose file -- uncomment to test in an AS editor
  15788.     tell application "Finder"
  15789.         open item "Dev.CD Jul 95"
  15790.         activate
  15791.     end tell
  15792. on error errMsg number errNum
  15793.     --enter statements to perform when no records are found such as...
  15794.     display dialog "Sorry, the item you selected could not be found."
  15795.     return
  15796. end try
  15797. All Packages
  15798. 601 Processor Upgrade EnablerV
  15799. 60146X
  15800. systemc
  15801. system
  15802. system
  15803. features
  15804. system
  15805. identification
  15806. system
  15807. software
  15808. release
  15809. systemsp
  15810. table
  15811. tables
  15812. tablet
  15813. color
  15814. tanzania
  15815. tasking
  15816. tasks
  15817. tcp/ip
  15818. tcp/ip
  15819. appletalk
  15820. reconfiguration
  15821. network
  15822. setup
  15823. ottcpwilldial
  15824. tcp/ip
  15825. search
  15826. technical
  15827. technical
  15828. documentation
  15829. technical
  15830. publications
  15831. techniques
  15832. textedit
  15833. thread
  15834. thread
  15835. manager
  15836. timing
  15837. tokenQ
  15838. token
  15839. ringQ
  15840. tokenize
  15841. tokenizer
  15842. tokentalk
  15843. toolbox
  15844. toolbox
  15845. assistant
  15846. toolkit
  15847. tools
  15848. traceroute
  15849. traditional
  15850. traffic
  15851. traffic
  15852. light
  15853. transaction
  15854. active Corporation Success Guide
  15855. Top Down Selling by Roger Fetterman and Randall Seger
  15856. The Interactive Corporation Success Guide is based on the book The Interactive Corporation: Using Interactive Media and Intranets to Enhance Business Performance, published in cooperation with Apple Computer Inc. Developer Relations Group for the Apple Media Program and Random House Reference & Information Publishing.
  15857. The book demonstrates through real life case studies that it is possible to 
  15858. correlate technology investments to measurable results by relating their impacts in business processes.  Business processes, which operate along horizontal lines in business, tend to have measurable business goals, unlike vertical organizational structures. 
  15859. This Success Guide is based on an adaptation of relevant sections of the book to address the specific needs of the interactive media developer community.  It is intended to help you increase your potential for success through project
  15860. 61587X
  15861. May 00^
  15862. --set theItem to choose file -- uncomment to test in an AS editor
  15863.     tell application "Finder"
  15864.         open item "Dev.CD May 00 TC:Tool Chest:Devices:Driver Installer:"
  15865.         activate
  15866.     end tell
  15867. on error errMsg number errNum
  15868.     --enter statements to perform when no records are found such as...
  15869.     display dialog "Sorry, the item you selected could not be found."
  15870.     return
  15871. end try
  15872. e    No Changeq
  15873. Dev.CD May 00 TC
  15874. ]D!All Packages
  15875. Tool Chest Edition
  15876. DriverGestaltExplorerI
  15877. DriverGestaltExplorer is both sample code showing how to call Driver Gestalt and a useful tool for testing your block device driver
  15878. s support of Driver Gestalt.J
  15879. Sample Code.imgK
  15880. Jun 98NBdevice, driver, block, storage, Drive,r Gestalt, CD-ROM, hard diskO
  15881. Dev.CD May 00 TC:Sample Code:P
  15882. Dev.CD May 00 TC
  15883.  - Sample CodeV
  15884. 61588X
  15885. May 00^
  15886.     display dialog "Sorry, the item you selected could not be found."
  15887.     return
  15888. end try
  15889. e    No Change
  15890. e    No Change
  15891. All Packages
  15892. PPC EnablerO
  15893. Dev.CD Jul 95P
  15894. Dev.CD Jul 9V
  15895. 61901X
  15896. Jul 95
  15897. b--set theItem to choose file -- uncomment to test in an AS editor
  15898.     tell application "Finder"
  15899.         open item "Dev.CD Jul 95"
  15900.         activate
  15901.     end tell
  15902. on error errMsg number errNum
  15903.     --enter statements to perform when no records are found such as...
  15904.     display dialog "Sorry, the item you selected could not be found."
  15905.     return
  15906. end try
  15907. All Packages
  15908. PPC EnablerO
  15909. Dev.CD Jul 95P
  15910. Dev.CD Jul 9V
  15911. 61902X
  15912. Jul 95
  15913. b--set theItem to choose file -- uncomment to test in an AS editor
  15914.     tell application "Finder"
  15915.         open item "Dev.CD Jul 95"
  15916.         activate
  15917.     end tell
  15918. on error errMsg number errNum
  15919.     --enter statements to perform when no records are found such as...
  15920.     display dialog "Sorry, the item you selected could not be found."
  15921.     return
  15922. end try
  15923. All Packages
  15924. PPC EnablerO
  15925. Dev.CD Jul 95P
  15926. Dev.CD Jul 9V
  15927. 61903X
  15928. Jul 95
  15929. oss all ope
  15930. )JYMW UnmountIt.
  15931. ServerControlIntf.p
  15932. UnmountIt
  15933. UnmountIt Read Me
  15934. UnmountIt.p
  15935. UnmountIt.rsrc
  15936. virtualuser
  15937. visigenic
  15938. volume
  15939. volumes
  15940. vtwinb
  15941. virtual
  15942. virtual
  15943. virtualuser
  15944. filetool
  15945. memor
  15946. virtual
  15947. virtualuser
  15948. testing
  15949. automation
  15950. automated
  15951. vu-meter
  15952. vumeter
  15953. vumeter
  15954. sound
  15955. level
  15956. meters
  15957. sample
  15958. volume
  15959. waitnextevent
  15960. wannabe
  15961. waste
  15962. waste
  15963. textedit
  15964. replacement
  15965. webobjects
  15966. webobjects
  15967. categories
  15968. posers
  15969. robustness
  15970. testing
  15971. webobjects
  15972. objective-c
  15973. webobjects
  15974. webobjects
  15975. server
  15976. objects
  15977. window
  15978. windows
  15979. wombat
  15980. workstation
  15981. world
  15982. wrapper
  15983. 61578X
  15984. May 00^
  15985. --set theItem to choose file -- uncomment to test in an AS editor
  15986.     tell application "Finder"
  15987.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Stress testing tools:"
  15988.         activate
  15989.     end tell
  15990. on error errMsg number errNum
  15991.     --enter statements to perform when no records are found such as...
  15992.     display dialog "Sorry, the item you selected could not be found."
  15993.     return
  15994. end try
  15995. e    No Changef
  15996. Utility
  15997. Low Disk Spaceq
  15998. Dev.CD May 00 TC
  15999. TD!All Packages
  16000. Tool Chest Edition
  16001. Display Card 4
  16002. Summary: This training stack gives a general overview of the technology and features of the 4/8 bit video card and the 8/24 bit video card. J
  16003. Display Card 4
  16004. Vol IIIONDev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:Display Card 4
  16005. 8PYDev.CD Nov 99 TC
  16006.  - Tool Chest
  16007.  - Hardware
  16008.  - Display & Video Hardware
  16009.  - Display Card 4
  16010. 61579X
  16011. Nov 99^
  16012. #could not be found."
  16013.     return
  16014. end try
  16015. All Packages
  16016. 60721
  16017. All Packages
  16018. System Enabler 003 (LC III)OEDev.CD Apr 94
  16019. Dev.CD Jan 94
  16020. Dev.CD Oct 93
  16021. Dev.CD Jul 93
  16022. Dev.CD Apr 93PDDev.CD Apr 94
  16023. Dev.CD Jan 94
  16024. Dev.CD Oct 93
  16025. Dev.CD Jul 93
  16026. Dev.CD Apr 9V
  16027. 62309X
  16028. Apr 94
  16029. --set theItem to choose file -- uncomment to test in an AS editor
  16030.     tell application "Finder"
  16031.         open item "Dev.CD Apr 94
  16032. Dev.CD Jan 94
  16033. Dev.CD Oct 93
  16034. Dev.CD Jul 93
  16035. Dev.CD Apr 93"
  16036.         activate
  16037.     end tell
  16038. on error errMsg number errNum
  16039.     --enter statements to perform when no records are found such as...
  16040.     display dialog "Sorry, the item you selected could not be found."
  16041.     return
  16042. end try
  16043. All Packages
  16044. System Enabler 003 (LC III)OEDev.CD Apr 94
  16045. Dev.CD Jan 94
  16046. Dev.CD Oct 93
  16047. Dev.CD Jul 93
  16048. Dev.CD Apr 93PDDev.CD Apr 94
  16049. Dev.CD Jan 94
  16050. Dev.CD Oct 93
  16051. Dev.CD Jul 93
  16052. Dev.CD Apr 9V
  16053. 62310X
  16054. Apr 94
  16055. monitor`
  16056. multimediav
  16057. multimedia
  16058. standardsv
  16059. networkS
  16060. network
  16061. server
  16062. guideS
  16063. network
  16064. software
  16065. installer
  16066. This sample demonstrates the use of no-copy receives under Open Transport.  The code from this sample is featured in the latest release (v1.3) of the book 
  16067. Inside Macintosh: Open Transport
  16068. Sample Code.imgK
  16069. Nov 97L
  16070. Sep 98M
  16071. Open Transport 1.1.1 or higherN8Open Transport, no-copy receives, OTBuffer, OTBufferInfoO
  16072. Dev.CD May 00 TC:Sample Code:P
  16073. Dev.CD May 00 TC
  16074.  - Sample CodeV
  16075. 61791X
  16076. May 00^
  16077. r--set theItem to choose file -- uncomment to test in an AS editor
  16078.     tell application "Finder"
  16079.         open item "Dev.CD May 00 TC:Sample Code:"
  16080.         activate
  16081.     end tell
  16082. on error errMsg number errNum
  16083.     --enter statements to perform when no records are found such as...
  16084.     display dialog "Sorry, the item you selected could not be found."
  16085.     return
  16086. end try
  16087. e    No Changef5Open Transport
  16088. no-copy receives
  16089. OTBuffer
  16090. OTBufferInfoq
  16091. Dev.CD May 00 TC
  16092. )D!All Packages
  16093. Tool Chest Edition
  16094. NuBus Testertem you selected could not be found."
  16095.     return
  16096. end try
  16097. code-resources@
  16098. collyer@
  16099. com/acrobat@
  16100. com/technotes/tn/tn1@
  16101. communicate@
  16102. companion@
  16103. compared@
  16104. compilers@
  16105. completed@
  16106. compression/decompre@
  16107. computer
  16108. computer's@
  16109. that's
  16110. d for debugging a target application running on a remote Power Macintosh.
  16111. e    No Change
  16112. ARPerations.c
  16113. ARPerations.h
  16114. ARPSample.68K
  16115. ARPSample.68K.
  16116. ARPSample.PPC
  16117. ARPSamplePPC.
  16118. ARPSampleShell.c
  16119. Metrowerks Build Script
  16120. OTARPModule.h
  16121. Read Me About ARP SampleK
  16122. Jun 98M
  16123. Open Transport 1.1.1 or higherN.Open Transport, ARP, cache, add, delete, queryOCDev.CD Jun 98 RL1:What's New:Sample Code:Networking:ARPSample1.0b1:PNDev.CD Jun 98 RL1
  16124.  - What's New
  16125.  - Sample Code
  16126.  - Networking
  16127.  - ARPSample1.0b1V
  16128. 61447X
  16129. Jun 98^
  16130. --set theItem to choose file -- uncomment to test in an AS editor
  16131.     tell application "Finder"
  16132.         open item "Dev.CD Jun 98 RL1:What's New:Sample Code:Networking:ARPSample1.0b1:"
  16133.         activate
  16134.     end tell
  16135. on error errMsg number errNum
  16136.     --enter statements to perform when no records are found such as...
  16137.     display dialog "Sorry, the item you selected could not be found."
  16138.     return
  16139. end try
  16140. e    No Changef)Open Transport
  16141. cache
  16142. delete
  16143. queryq
  16144. Dev.CD Jun 98 RL1
  16145. QD!All Packages
  16146. Tool Chest Edition
  16147. Asia Market Guideay to log informat
  16148. PQDev.CD May 00 TC
  16149.  - Tool Chest
  16150.  - Localization
  16151.  - HC Stack Localization NavigatorV
  16152. 61632X
  16153. May 00^
  16154. --set theItem to choose file -- uncomment to test in an AS editor
  16155.     tell application "Finder"
  16156.         open item "Dev.CD May 00 TC:Tool Chest:Localization:HC Stack Localization Navigator:"
  16157.         activate
  16158.     end tell
  16159. on error errMsg number errNum
  16160.     --enter statements to perform when no records are found such as...
  16161.     display dialog "Sorry, the item you selected could not be found."
  16162.     return
  16163. end try
  16164. e    No Changeq
  16165. Dev.CD May 00 TC
  16166. All Packages
  16167. Hebrew Language KitO
  16168. Dev.CD May 96 TCP
  16169. Dev.CD May 96 TV
  16170. 61633X
  16171. May 96
  16172. nd Components  by Kip Olson.  Sound Manager 3.0 supports plug-in components for compression, decompression, custom hardware support, and more. This introduction to Sound Manager components will get you started.
  16173. Scripting the Finder From Your Application  by Greg Anderson.  The System 7.5 Finder is OSL-compliant, opening the door to 
  16174. Summary:  The Apple ScriptX Interactive Multimedia Platform
  16175. With the delivery of Version 1.5, the ScriptX Multimedia Platform is taking the first steps towards establishing a premier platform for the development and delivery of the next generation of multimedia applications and tools.
  16176. The platform consists of three elements:  The ScriptX Media Player, the ScriptX Language and Class Library, and the ScriptX application development and authoring tools.
  16177. The ScriptX Language Kit Version 1.5
  16178.  contains over 250 "core classes" for multimedia development.  They include facilities for Title Management for creating and managing ScriptX applications, Composition Facilities, Graphics, Timed Behavior facilities for handling time-based streams and sequences, Interaction facilities for creating user interface elements, Data Management facilities, and Language Support Facilities.
  16179. See the document "About ScriptX" for details.
  16180. Apr 96L
  16181. Jul 96g
  16182. sourcemenu
  16183. sources
  16184. space
  16185. sample
  16186. output
  16187. sample
  16188. package
  16189. sample
  16190. sample
  16191. scripts
  16192. sample
  16193. startup
  16194. samplecode
  16195. sampledriver
  16196. samplefilter
  16197. samples
  16198. sampleutils
  16199. sampleutils
  16200. sampleutils
  16201. samplewindows
  16202. samplewindows
  16203. samplewindows
  16204. scsimonitor
  16205. scsimonitor
  16206. security
  16207. selectors
  16208. sendae]
  16209. sendae
  16210. sendae
  16211. serverS
  16212. serversS
  16213. setmarkers
  16214. setmfsize
  16215. setproject
  16216. setprojector
  16217. setup
  16218. shareware
  16219. shell
  16220. signaturetoapp]
  16221. signaturetoapp
  16222. simple
  16223. simple
  16224. simplified
  16225. simplified
  16226. stream
  16227. audio
  16228. sitesR
  16229. agent
  16230. software
  16231. sound
  16232. soundsprocket
  16233. soundsprocket
  16234. source
  16235. sourcemenu
  16236. sources
  16237. space
  16238. spain
  16239. spain
  16240. distributors/localiz
  16241. italian
  16242. itemT
  16243. itemhider
  16244. itemsy
  16245. iterate
  16246. iteration
  16247. iterations
  16248. itonx
  16249. iw-half-dither
  16250. j-1.1
  16251. james
  16252. jamie
  16253. januaryj
  16254. january/february
  16255. japanj
  16256. japanesej
  16257. jasik's
  16258. client
  16259. tutorial
  16260. This HyperCard 2.4 Update adds some new features, including QuickTime functionality, and fixes problems with the HyperCard application. This product updates HyperCard 2.3 or 2.3.5 to HyperCard 2.4.
  16261. Several exciting features have been added with the release of HyperCard 2.4, including:
  16262.  an improved movie button task that allows you to open any QuickTime-readable file
  16263.  ability to open movie and some image files by dragging them onto the HyperCard application icon
  16264.  a new Link to URL butto
  16265. n task and HyperTalk command for connecting to a web site
  16266.  ability to manipulate QuickTime movies using HyperTalk
  16267.  keyboard navigation of QuickTime VR movies
  16268.  ability to open a nearly unlimited number of files using HyperTalk
  16269.  enhanced script editor window for easier navigation
  16270.  improved Picture XCMD
  16271.  more script commands and new syntax
  16272. For more information on these features and how to use them, see Using HyperCard 2.4.
  16273. Sep 97L
  16274. Jul 98K
  16275. hardware
  16276. developer
  16277. documentation
  16278. e    No Changeq
  16279. Dev.CD May 00 TC
  16280. All Packages
  16281. 601 Processor Upgrade EnablerO
  16282. Dev.CD Jul 95P
  16283. Dev.CD Jul 9V
  16284. 61370X
  16285. Jul 95
  16286. b--set theItem to choose file -- uncomment to test in an AS editor
  16287.     tell application "Finder"
  16288.         open item "Dev.CD Jul 95"
  16289.         activate
  16290.     end tell
  16291. on error errMsg number errNum
  16292.     --enter statements to perform when no records are found such as...
  16293.     display dialog "Sorry, the item you selected could not be found."
  16294.     return
  16295. end try
  16296. All Packages
  16297. 601 Processor Upgrade EnablerO
  16298. Dev.CD Jul 95P
  16299. Dev.CD Jul 9V
  16300. 61371X
  16301. Jul 95
  16302. b--set theItem to choose file -- uncomment to test in an AS editor
  16303.     tell application "Finder"
  16304.         open item "Dev.CD Jul 95"
  16305.         activate
  16306.     end tell
  16307. on error errMsg number errNum
  16308.     --enter statements to perform when no records are found such as...
  16309.     display dialog "Sorry, the item you selected could not be found."
  16310.     return
  16311. end try
  16312. All Packages
  16313. 61372X
  16314. r--set theItem to choose file -- uncomment to test in an AS editor
  16315.     tell application "Finder"
  16316.         open item "Dev.CD May 00 TC:Sample Code:"
  16317.         activate
  16318.     end tell
  16319. on error errMsg number errNum
  16320.     --enter statements to perform when no records are found such as...
  16321.     display dialog "Sorry, the item you selected could not be found."
  16322.     return
  16323. end try
  16324. time-based
  16325. time-consuming
  16326. timebase
  16327. timecode
  16328. timed
  16329. timers
  16330. timertst
  16331. router
  16332. routing
  16333. runtime
  16334. sample
  16335. sample
  16336. survey
  16337. developer
  16338. feedback
  16339. sample
  16340. traffic
  16341. light
  16342. saving
  16343. scanner
  16344. scomP
  16345. screen
  16346. script\
  16347. scriptable\
  16348. HJoAppleTalk Administration 1.0.2
  16349. AppleTalk Connection 1.0.2
  16350. Overview - AppleTalk s/w
  16351. Overview - AppleTalk s/w.txtK
  16352. Aug 93M
  16353. System 7 for the SNMP softwareN
  16354. AppleTalk, SNMP, networkingOBDev.CD May 00 TC:Tool Chest:Networking:SNMP:AppleTalk SW for SNMP:PMDev.CD May 00 TC
  16355.  - Tool Chest
  16356.  - Networking
  16357.  - SNMP
  16358.  - AppleTalk SW for SNMPV
  16359. 61439X
  16360. May 00^
  16361. --set theItem to choose file -- uncomment to test in an AS editor
  16362.     tell application "Finder"
  16363.         open item "Dev.CD May 00 TC:Tool Chest:Networking:SNMP:AppleTalk SW for SNMP:"
  16364.         activate
  16365.     end tell
  16366. on error errMsg number errNum
  16367.     --enter statements to perform when no records are found such as...
  16368.     display dialog "Sorry, the item you selected could not be found."
  16369.     return
  16370. end try
  16371. e    No Changef
  16372. AppleTalk
  16373. networkingq
  16374. Dev.CD May 00 TC
  16375. ID!All Packages
  16376. Mac OS SDK Edition
  16377. AppleTalk Wide Area
  16378. Tould install the System 7.5.5 Update.  If you are using a system software version prior to System 7.5.3, you must upgrade to System 7.5.3 before you install this update.  (If you are using System 7.5, 7.5.1, or 7.5.2, you can use System 7.5 Update 2.0 to upgrade to System 7.5.3.).
  16379. See the document "About System 7.5.5 Update" for details.
  16380. JO009-4525 (Disk 1)
  16381. 009-4526 (Disk 2)
  16382. 009-4527 (Disk 3)
  16383. About System 7.5.5 UpdateK
  16384. Nov 96O5Dev.CD Nov 99 TC:System Software:System 7.5.5 Update:P:Dev.CD Nov 99 TC
  16385.  - System Software
  16386.  - System 7.5.5 Updateive
  16387. perspectives
  16388. pertaining
  16389. peter
  16390. pgpuam
  16391. pgpuam
  16392. enhancement
  16393. standard
  16394. appleshare
  16395. phase
  16396. philip
  16397. phone
  16398. phonetic
  16399. photo
  16400. photograph
  16401. photographers
  16402. photographs
  16403. photos
  16404. photoshop
  16405. phrase
  16406. phrases
  16407. 61704X
  16408. May 00^
  16409. r--set theItem to choose file -- uncomment to test in an AS editor
  16410.     tell application "Finder"
  16411.         open item "Dev.CD May 00 TC:Sample Code:"
  16412.         activate
  16413.     end tell
  16414. on error errMsg number errNum
  16415.     --enter statements to perform when no records are found such as...
  16416.     display dialog "Sorry, the item you selected could not be found."
  16417.     return
  16418. end try
  16419. Movedf
  16420. Live Scroll
  16421. Dynamic Scrollingq
  16422. Dev.CD May 00 TC
  16423. D!All Packages
  16424. Tool Chest Edition
  16425. Load PCI DriverI
  16426. Summary: Load PCI Driver is a utitity for PCI driver writers. It lets you load and unload 'ndrv' without having to restart.
  16427. Allows you to load a Native PCI  driver ('ndrv') without having to restart. Very useful when debugging your native driver.J
  16428. Sample Code.imgK
  16429. Sep 97M
  16430. PowerPC PCI based MacintoshN
  16431. PCI ndrv driver loaderO
  16432. Dev.CD May 00 TC:Sample Code:P
  16433. Dev.CD May 00 TC
  16434.  - Sample CodeV
  16435. 61705X
  16436. May 00^
  16437. #turn
  16438. end try
  16439. D!All Packages
  16440. Tool Chest Edition
  16441.     Dzlder with less than 32MB of data from an HFS+ volume results in an HFS formatted volume.
  16442.  Various interface improvements.
  16443. J)Disk Copy
  16444. Disk Copy 6.3.3 Quick ReferenceK
  16445. Jan 97L
  16446. May 99N
  16447. Disk, Copy, utilityO,Dev.CD Mar 00 RL Disk 1:Utilities:Disk Copy:P1Dev.CD Mar 00 RL Disk 1
  16448.  - Utilities
  16449.  - Disk Copyd tell
  16450. on error errMsg number errNum
  16451.     --enter statements to perform when no records are found such as...
  16452.     display dialog "Sorry, the item you selected could not be found."
  16453.     return
  16454. end try
  16455. All Packages
  16456. QuickDraw GXO#Dev.CD Aug 96 TC
  16457. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  16458. Dev.CD Jan 96 SDKV
  16459. 60731X
  16460. Aug 96
  16461. changedo
  16462. changefilename
  16463. changes[
  16464. changetextstylerec
  16465. changing
  16466. channel
  16467. channelsj
  16468. chapter
  16469. chapters
  16470. character
  16471. characteristics
  16472. characters
  16473. charge
  16474. charges
  16475. chars
  16476. cheap
  16477. check
  16478. checked
  16479. checked-in/checked-o
  16480. checkedoutfiles
  16481. checker
  16482. checkers
  16483. checkgestalt
  16484. checkinall
  16485. Define Window Type:  Rather than using just the standard "square" window shape, MegaMovies uses a special WDEF resource for displaying various wind
  16486. e--set theItem to choose file -- uncomment to test in an AS editor
  16487.     tell application "Finder"
  16488.         open item "Dev.CD May 96 TC"
  16489.         activate
  16490.     end tell
  16491. on error errMsg number errNum
  16492.     --enter statements to perform when no records are found such as...
  16493.     display dialog "Sorry, the item you selected could not be found."
  16494.     return
  16495. end try
  16496.    return
  16497. end try
  16498. Dev.CD Jan 96 SSWP
  16499. Dev.CD Jan 96 SSV
  16500. 58192X
  16501. Jan 96
  16502. f--set theItem to choose file -- uncomment to test in an AS editor
  16503.     tell application "Finder"
  16504.         open item "Dev.CD Jan 96 SSW"
  16505.         activate
  16506.     end tell
  16507. on error errMsg number errNum
  16508.     --enter statements to perform when no records are found such as...
  16509.     display dialog "Sorry, the item you selected could not be found."
  16510.     return
  16511. end try
  16512. All Packages
  16513. QuickDraw 3DO
  16514. Dev.CD Jan 96 SSWP
  16515. Dev.CD Jan 96 SSV
  16516. 58193X
  16517. Jan 96
  16518. zes. 
  16519. Use of the Grayscale Appearance design in
  16520. All Packages
  16521. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  16522. Dev.CD Jan 94
  16523. Dev.CD Oct 93
  16524. Dev.CD Jul 93
  16525. Dev.CD Apr 93PDDev.CD Apr 94
  16526. Dev.CD Jan 94
  16527. Dev.CD Oct 93
  16528. Dev.CD Jul 93
  16529. Dev.CD Apr 9V
  16530. 62289X
  16531. Apr 94
  16532. --set theItem to choose file -- uncomment to test in an AS editor
  16533.     tell application "Finder"
  16534.         open item "Dev.CD Apr 94
  16535. Dev.CD Jan 94
  16536. Dev.CD Oct 93
  16537. Dev.CD Jul 93
  16538. Dev.CD Apr 93"
  16539.         activate
  16540.     end tell
  16541. on error errMsg number errNum
  16542.     --enter statements to perform when no records are found such as...
  16543.     display dialog "Sorry, the item you selected could not be found."
  16544.     return
  16545. end try
  16546. All Packages
  16547. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  16548. Dev.CD Jan 94
  16549. Dev.CD Oct 93
  16550. Dev.CD Jul 93
  16551. Dev.CD Apr 93PDDev.CD Apr 94
  16552. Dev.CD Jan 94
  16553. Dev.CD Oct 93
  16554. Dev.CD Jul 93
  16555. Dev.CD Apr 9V
  16556. 62290X
  16557. Apr 94
  16558. e    No Changeq
  16559. Dev.CD May 00 TC
  16560. D!All Packages
  16561. Tool Chest Edition
  16562.  INIT that displays an indicator in your menu bar similar to an "In Use" light on a hard disk whenever a SCSI device is accessed.  It is useful for people with multiple hard disks, since it can display the SCSI ID when in use, and for people with internal drives.
  16563. J4In Use
  16564. In Use Release Notes
  16565. In Use Release Notes.txtK
  16566. Vol IIIL
  16567. Vol VIIIO0Dev.CD May 00 TC:Tool Chest:Devices:SCSI:In Use:P;Dev.CD May 00 TC
  16568.  - Tool Chest
  16569.  - Devices
  16570.  - SCSI
  16571.  - In UseV
  16572. 61657X
  16573. May 00^
  16574. --set theItem to choose file -- uncomment to test in an AS editor
  16575.     tell application "Finder"
  16576.         open item "Dev.CD May 00 TC:Tool Chest:Devices:SCSI:In Use:"
  16577.         activate
  16578.     end tell
  16579. on error errMsg number errNum
  16580.     --enter statements to perform when no records are found such as...
  16581.     display dialog "Sorry, the item you selected could not be found."
  16582.     return
  16583. end try
  16584. e    No Changeq
  16585. Dev.CD May 00 TC
  16586. ev.CD May 00 TC
  16587. is snippet shows how to create and install your  own custom search procedure.  In this example, the searchProc performs RGB color separation.
  16588. SeedCFill Example:  This snippet shows how to use the SeedCFill routine.
  16589. Snapshot:  This program demonstrates how to easily capture the main screen's desktop image into your own window.
  16590. TE Over Background:  This sample shows how to use TextEdit over a background GWorld without those nasty white patches. The trick is to patch the bottlenecks for th
  16591. e port so that when TextEdit erases it just copies your bits rather than erasing.
  16592. Thumbnail Test:  a routine to illustrate the use of copybits to generate thumbnail images
  16593. TickAnimate:  Sample of how to use ticks to synchronize drawing to the screen.
  16594. TranslateRotate:  This MPW Tool demonstrates the use of the Fixed and Frac types to perform simple 2D translation and rotation.
  16595. txRatio PICT:  Creates a PICT file with a PICT containing the txRatio opcode.  Someone wanted such a picture, s
  16596. Dev.CD May 00 TC:Sample Code:P
  16597. Dev.CD May 00 TC
  16598.  - Sample CodeV
  16599. 61506X
  16600. May 00^
  16601. r--set theItem to choose file -- uncomment to test in an AS editor
  16602.     tell application "Finder"
  16603.         open item "Dev.CD May 00 TC:Sample Code:"
  16604.         activate
  16605.     end tell
  16606. on error errMsg number errNum
  16607.     --enter statements to perform when no records are found such as...
  16608.     display dialog "Sorry, the item you selected could not be found."
  16609.     return
  16610. end try
  16611. e    No Changef
  16612. QuickTime
  16613. Dev.CD May 00 TC
  16614. D!All Packages
  16615. Mac OS SDK Edition
  16616. F%Computer-based Media in Broadcast Env
  16617.     ecords are found such as...
  16618.     display dialog "Sorry, the item you selected could not be found."
  16619.     return
  16620. end try
  16621. e    No Changef
  16622. private
  16623. stack
  16624. switch
  16625. snifferq
  16626. Dev.CD May 00 TC
  16627. D!All Packages
  16628. Tool Chest Edition
  16629. F    SyncCatch
  16630. summary
  16631. prgram
  16632. guide
  16633. macintosh
  16634. power
  16635. Summary: The OpenDoc Development Framework, or ODF, is an object-oriented framework developed in C++ which is targeted for building cross-platform OpenDoc component editors. Like MacApp, Apple's framework for building standalone Macintosh applications, ODF makes the process of building an OpenDoc component editor easier by implementing much of a component editor's default behavior.
  16636. OpenDoc Development Framework (ODF) Release 3 is mainly a maintenance release. ODF 3 is not cross-platform, 
  16637. it is still Mac-only. When we shipped ODF 2 in September, we scheduled ODF 3 for a January/February time frame. But the number of patches and the improvements we made in recent months made us decide to release an earlier version without waiting for the cross-platform support. It is, we think, important to provide you with a reference release containing all the changes you have seen us posting on the ODF-Interest list and the Web. We could have called it ODF 2.5 or ODF 2 Update 1 but it is,
  16638. MenuScripter 4.0
  16639. Summary:  The purpose of the MenuScripter sample code is to demonstrate advanced features of the Open Scripting Architecture (OSA). Using the OSA allows MenuScripter to have its behavior altered by attaching scripts to objects such as a document. The scripts can be created in the Script Editor, MenuScripter itself, or any other script editing application.
  16640. MenuScripter 4.0 implements many of the of the techniques described in Paul Smith's develop articles - 'Programming for Flexibility: Th21X
  16641. Jul 95
  16642. b--set theItem to choose file -- uncomment to test in an AS editor
  16643.     tell application "Finder"
  16644.         open item "Dev.CD Jul 95"
  16645.         activate
  16646.     end tell
  16647. on error errMsg number errNum
  16648.     --enter statements to perform when no records are found such as...
  16649.     display dialog "Sorry, the item you selected could not be found."
  16650.     return
  16651. end try
  16652. All Packages
  16653. PPC EnablerO
  16654. Dev.CD Jul 95P
  16655. Dev.CD Jul 9V
  16656. 59422X
  16657. Jul 95
  16658. illing
  16659. systemsoft
  16660. t-shirt
  16661. tab-delimiteds
  16662. tableY
  16663. tablesY
  16664. tablet
  16665. tabso
  16666. tagged
  16667. tagging
  16668. tague
  16669. tailor
  16670. takeB
  16671. takeng
  16672. takes
  16673. taking
  16674. targeted
  16675. targetingf
  16676. targets
  16677. targetted
  16678. tasksb
  16679. tcp/ip
  16680. All Packages
  16681. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  16682. Dev.CD Jan 94
  16683. Dev.CD Oct 93
  16684. Dev.CD Jul 93P6Dev.CD Apr 94
  16685. Dev.CD Jan 94
  16686. Dev.CD Oct 93
  16687. Dev.CD Jul 9V
  16688. 62424X
  16689. Apr 94
  16690. --set theItem to choose file -- uncomment to test in an AS editor
  16691.     tell application "Finder"
  16692.         open item "Dev.CD Apr 94
  16693. Dev.CD Jan 94
  16694. Dev.CD Oct 93
  16695. Dev.CD Jul 93"
  16696.         activate
  16697.     end tell
  16698. on error errMsg number errNum
  16699.     --enter statements to perform when no records are found such as...
  16700.     display dialog "Sorry, the item you selected could not be found."
  16701.     return
  16702. end try
  16703. All Packages
  16704. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  16705. Dev.CD Jan 94
  16706. Dev.CD Oct 93
  16707. Dev.CD Jul 93P6Dev.CD Apr 94
  16708. Dev.CD Jan 94
  16709. Dev.CD Oct 93
  16710. Dev.CD Jul 9V
  16711. 62425X
  16712. Apr 94
  16713. dcmda
  16714. debabelizer
  16715. debabelizer
  16716. debug
  16717. debugger
  16718. debugging
  16719. debugging
  16720. modern
  16721. memory
  16722. manager
  16723. debugging
  16724. sound
  16725. manager
  16726. declaration
  16727. declaration
  16728. defproc
  16729. defprocs
  16730. essentials
  16731. eventm
  16732. format
  16733. formatter
  16734. french
  16735. germany
  16736. glossariess
  16737. grayscaleo
  16738. guidep
  16739. handbookf
  16740. handwriting
  16741. helpq
  16742. imaging[
  16743. internationals
  16744. language
  16745. libraryu
  16746. locationt
  16747. locator
  16748. macro
  16749. magician
  16750. managert
  16751. market
  16752. media
  16753. monitorr
  16754. newsi
  16755. notesS
  16756. onescannerg
  16757. opp's
  16758. palette
  16759. parserV
  16760. photoshop
  16761. plugins
  16762. clipper
  16763. clipping
  16764. clock
  16765. clocksB
  16766. close
  16767. closeall
  16768. closed
  16769. closeport
  16770. closest
  16771. closing
  16772. co-exist
  16773. codeN
  16774. sample
  16775. which
  16776. demonstrates
  16777. ethernet
  16778. driver
  16779. code-like
  16780.  theItem to choose file -- uncomment to test in an AS editor
  16781.     tell application "Finder"
  16782.         open item "Dev.CD Apr 94
  16783. Dev.CD Jan 94
  16784. Dev.CD Oct 93
  16785. Dev.CD Jul 93
  16786. Dev.CD Apr 93"
  16787.         activate
  16788.     end tell
  16789. on error errMsg number errNum
  16790.     --enter statements to perform when no records are found such as...
  16791.     display dialog "Sorry, the item you selected could not be found."
  16792.     return
  16793. end try
  16794. viewer
  16795. utility
  16796. which
  16797. graphically
  16798. pending
  16799. penetrate
  16800. pentiumj
  16801. people
  16802. summary
  16803. electronic
  16804. version
  16805. develop
  16806. magazine
  16807. summary
  16808. prgram
  16809. guide
  16810. macintosh
  16811. power
  16812. documentationandsamp
  16813. e    No Changef
  16814. after dark
  16815. wombatq
  16816. Dev.CD May 00 TC
  16817. D!All Packages
  16818. Tool Chest Edition
  16819. JScriptAppletI\This demo program shows how to control a QuickTime movie within a browser using JavaScript.
  16820. Sample Code.imgK
  16821. Feb 00
  16822. D- Common
  16823.     - Sun Compliant Java Runtime Environment 1.1
  16824.     - QuickTime 3 
  16825.     - QTJava.zip
  16826.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  16827.     - QTJava media samples
  16828. - Mac OS:
  16829.     - System 8 or later
  16830.     - Macintosh Runtime for Java (MRJ) 2.1
  16831. - Windows 95, 98, or NT::
  16832.     - JRE/JDK from Sun Microsystems, Inc. recommended
  16833. QuickTime, Java, MRJO
  16834. Dev.CD May 00 TC:Sample Code:P
  16835. Dev.CD May 00 TC
  16836.  - Sample CodeV
  16837. 61684X
  16838. May 00^
  16839. TextEdit
  16840. inline input
  16841. Japanese
  16842. internationalizationq
  16843. Dev.CD May 00 TC
  16844. D.All Packages
  16845. Tool Chest Edition
  16846. New & RevisedF
  16847. InputSprocket SDKI
  16848. This is the SDK for InputSprocket 1.7 which provides support for using joysticks, keyboards, mice,  and other input devices when playing games on your Macintosh computer.---
  16849. e-mailh
  16850. eachU
  16851. earlierX
  16852. early
  16853. earth
  16854. ease-of-use
  16855. easier
  16856. easiest
  16857. quickdraw
  16858. viewer
  16859. thompson
  16860. easy-to-use
  16861. eaxmple
  16862. edgar
  16863. editX
  16864. edit-related
  16865. editable
  16866. editing
  16867. editionj
  16868. editions
  16869. editorN
  16870. editor'sj
  16871. editors
  16872. edittext
  16873. edittextcdev
  16874. educationalj
  16875. effect
  16876. f--set theItem to choose file -- uncomment to test in an AS editor
  16877.     tell application "Finder"
  16878.         open item "Dev.CD Jan 96 SSW"
  16879.         activate
  16880.     end tell
  16881. on error errMsg number errNum
  16882.     --enter statements to perform when no records are found such as...
  16883.     display dialog "Sorry, the item you selected could not be found."
  16884.     return
  16885. end try
  16886. , the item you selected could not be found."
  16887.     return
  16888. end try
  16889. e    No Changef
  16890. Apple Events
  16891. AppleEventsq
  16892. Dev.CD May 00 TC
  16893. AE User Terminology 3/92I
  16894. Summary: This folder contains the Apple Event User Terminology resource.
  16895. Features: This package contains the "Terminology Dev Note 3/92" and files needed for adding the 'aeut' to your application.J
  16896. AETE ResEdit Template
  16897. AEUserTermTypes.r
  16898. aeut resource
  16899. AppleEventTypes.h
  16900. EnglishMiscellaneous.r
  16901. EnglishMiscellaneous.rsrc
  16902. EnglishTerminology.r
  16903. EnglishTerminology.rsrc
  16904. Terminology Dev Note 3/92K
  16905. May 92L
  16906. May 94M
  16907. System 7.0N
  16908. AE, Apple Events, AppleEventsents, AppleEventsd try
  16909. summary
  16910. his article shows how to use some of the more advanced features of the template mechanism.
  16911. Make Your Own Sound Components  by Kip Olson.  Sound Manager 3.0 supports plug-in components for compression, decompression, custom hardware support, and more. This introduction to Sound Manager components will get you started.
  16912. Scripting the Finder From Your Application  by Greg Anderson.  The System 7.5 Finder is OSL-compliant, opening the door to 
  16913. haven't
  16914. having
  16915. havoc
  16916. t:Devices:Apple Desktop Bus:ADBReInit 1.0:PODev.CD May 00 TC
  16917.  - Tool Chest
  16918.  - Devices
  16919.  - Apple Desktop Bus
  16920.  - ADBReInit 1.0V
  16921. 60157X
  16922. May 00^
  16923. --set theItem to choose file -- uncomment to test in an AS editor
  16924.     tell application "Finder"
  16925.         open item "Dev.CD May 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:"
  16926.         activate
  16927.     end tell
  16928. on error errMsg number errNum
  16929.     --enter statements to perform when no records are found such as...
  16930.     display dialog "Sorry, the item you selected could not be found."
  16931.     return
  16932. end try
  16933. e    No Changef
  16934. Dev.CD May 00 TC
  16935. AdLib 2.6.5
  16936. Ad Lib is a graphical view editor which is used to create and edit view resources for MacApp-based applications.
  16937. Ad Lib v2.6.5 fixes a problem where earlier version of Ad Lib could not be run under Mac OS 8.5 and later.
  16938. 61409X
  16939. Nov 99^
  16940. --set theItem to choose file -- uncomment to test in an AS editor
  16941.     tell application "Finder"
  16942.         open item "Dev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1995:"
  16943.         activate
  16944.     end tell
  16945. on error errMsg number errNum
  16946.     --enter statements to perform when no records are found such as...
  16947.     display dialog "Sorry, the item you selected could not be found."
  16948.     return
  16949. end try
  16950. Deletedq
  16951. Dev.CD Nov 99 TC
  16952. +D!All Packages
  16953. Tool Chest Edition
  16954. Apple Directions 1996ICSummary:  Apple Directions, The Developer Business Report, 1-12/96.J
  16955. Apple Directions 01/96
  16956. Apple Directions 02/96
  16957. Apple Directions 03/96
  16958. Apple Directions 04/96
  16959. Apple Directions 05/96
  16960. Apple Directions 06/96
  16961. Apple Directions 07/96
  16962. Apple Directions 08/96
  16963. Apple Directions 09/96
  16964. Apple Directions 10/96
  16965. Apple Directions 11-12/96K
  16966. Mar 96L
  16967. Nov 96OMDev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1996:d
  16968. ended
  16969. mmended
  16970. ports
  16971. built-in
  16972. devices
  16973. ibm's
  16974. ibook
  16975. ibooks
  16976. ic-savvy
  16977. iconZ
  16978. icon's
  16979. icondimming
  16980. iconposition
  16981. icons
  16982. iconutilcheck
  16983. ideaN
  16984. ideal
  16985. identified
  16986. identifiers
  16987. identify
  16988. identity
  16989. technicallyo
  16990. technique
  16991. techniques
  16992. technogeek
  16993.    open item "Dev.CD Aug 96 TC"
  16994.         activate
  16995.     end tell
  16996. on error errMsg number errNum
  16997.     --enter statements to perform when no records are found such as...
  16998.     display dialog "Sorry, the item you selected could not be found."
  16999.     return
  17000. end try
  17001. All Packages
  17002. QuickDraw GXO
  17003. Dev.CD Aug 96 TCP
  17004. Dev.CD Aug 96 TV
  17005. 60777X
  17006. Aug 96
  17007. e--set theItem to choose file -- uncomment to test in an AS editor
  17008.     tell application "Finder"
  17009.         open item "Dev.CD Aug 96 TC"
  17010.         activate
  17011.     end tell
  17012. on error errMsg number errNum
  17013.     --enter statements to perform when no records are found such as...
  17014.     display dialog "Sorry, the item you selected could not be found."
  17015.     return
  17016. end try
  17017. All Packages
  17018. QuickDraw GXO
  17019. Dev.CD Aug 96 TCP
  17020. Dev.CD Aug 96 TV
  17021. 60778X
  17022. included-file
  17023. includesQ
  17024. includingQ
  17025. bbedit
  17026. summary
  17027. betabase
  17028. filemaker
  17029. report
  17030. database
  17031. summary
  17032. order
  17033. catch
  17034. summary
  17035. buginfo
  17036. macro
  17037. execute
  17038. within
  17039. macsbug
  17040. summary
  17041. callhyper
  17042. external
  17043. dimension
  17044. which
  17045. summary
  17046. cdent
  17047. format
  17048. source
  17049. summary
  17050. cfm-68k
  17051. runtime
  17052. architecture
  17053. 68k-based
  17054. discard
  17055. ideas
  17056. toolkit
  17057. identifycd
  17058. idletasks
  17059. idletasks
  17060. distributors/localiz
  17061. im-telephony
  17062. imageg
  17063. images
  17064. d tell
  17065. on error errMsg number errNum
  17066.     --enter statements to perform when no records are found such as...
  17067.     display dialog "Sorry, the item you selected could not be found."
  17068.     return
  17069. end try
  17070. e    No Changeq
  17071. Dev.CD May 00 TC
  17072. D!All Packages
  17073. Tool Chest Edition
  17074. ADB Key Spy 1.0.1b3
  17075. YSummary:  This package provides something of a replacement for GetKeys by maintaining a key map reflecting the state of each keyboard attached to the Mac via ADB.
  17076.  building a system extension
  17077.  using the ADB API
  17078.  "patching" ADB service routines
  17079.  building, installing, and using a driver
  17080.  mapping physical key codes to virtual key codes
  17081. Sample Code.imgK
  17082. Nov 95L
  17083. May 97M
  17084. anything later than a Mac SE:Sample Code:V
  17085. 60155X
  17086. Moved
  17087.  easi
  17088. quicktime
  17089. quicktime
  17090. quicktime
  17091. compress
  17092. decompress
  17093. quicktime
  17094. quickview
  17095. ethernet
  17096. block
  17097. device
  17098. driver
  17099. raster
  17100. ratesA
  17101. rawip
  17102. rawmode
  17103. reader
  17104. reality
  17105. receives
  17106. reconfiguration
  17107. record
  17108. recordable
  17109. redistribution
  17110. reference
  17111. reference
  17112. counting
  17113. reference
  17114. counts
  17115. region
  17116. registration
  17117. registry
  17118. release
  17119. rename
  17120. renderer
  17121. rendering
  17122. rendering
  17123. unicode
  17124. replace
  17125. reports
  17126. resedit
  17127. resedit
  17128. 2.1.1
  17129. disassembly
  17130. disassembler
  17131. viewer
  17132. edito
  17133. resolution
  17134. resource
  17135. resource
  17136. management
  17137. resources
  17138. return
  17139. return
  17140. investment
  17141. textdrag
  17142. textencodingcmgr
  17143. textfile
  17144. textfile
  17145. textfile
  17146. textfile
  17147. textfile
  17148. textfile
  17149. textintlsvcs
  17150. textoid
  17151. textoid
  17152. textres
  17153. textres
  17154. texture
  17155. texture
  17156. sample
  17157. sighyper
  17158. hytime
  17159. snarfer
  17160. snarfer
  17161. snarfer
  17162. user's
  17163. guide
  17164. sound
  17165. manager
  17166. fully
  17167. themeso
  17168. things
  17169. think
  17170. think
  17171. think
  17172. pascal
  17173. files
  17174. thooks
  17175. thooks
  17176. documentation
  17177. thooks
  17178. documentation
  17179. thread
  17180. thread
  17181. manager
  17182. threedmetafile
  17183. threedmetafile
  17184. title
  17185. system
  17186. folder
  17187. system
  17188. folder
  17189. 8.5.1
  17190. mantec
  17191. builds
  17192. AppleScript for Developers
  17193. AppleScript for Scripters
  17194. Drag Manager
  17195. Edition Manager
  17196. PPC Toolbox
  17197. Scrap Manager
  17198. Operating System Services:
  17199. Event Manager
  17200. Gestalt Manager
  17201. Memory Management Utilities
  17202. Memory Manager
  17203. Multiprocessing Services [Updated]
  17204. Notification Manager
  17205. Process Manager
  17206. Queue Utilities
  17207. Shutdown Manager
  17208. Start Manager
  17209. System Error Handler
  17210. Thread Manager
  17211. Time Manager
  17212. Vertical Retrace Manager
  17213. Virtual Memory Manager
  17214. Device Managers and Drivers Documentation
  17215. Introduction to Mac OS I
  17216. Programming Documentation
  17217. Legacy Documentation Documentation
  17218. General topics:
  17219. Glossary
  17220. Result Codes Tables
  17221. Indexes:
  17222. Document
  17223. Functions
  17224. Technologies
  17225. DevTools:
  17226. Files:
  17227. Glossary:
  17228. HelpSystems:
  17229. HumanInterfaceToolbox:
  17230. images:
  17231. Indexes:
  17232. InterproCom:
  17233. Legacy:
  17234. mac8.html
  17235. MultimediaGraphics:
  17236. NetworkCommSvcs:
  17237. OSSvcs:
  17238. Overview:
  17239. printondemand.html
  17240. ResultCodeTable:
  17241. RuntimeSvcs:
  17242. SearchingTechnologies:
  17243. SiteInfo:
  17244. TextIntlSvcs:
  17245. Utilities:
  17246. creator
  17247. creator
  17248. registration
  17249. csmp-digest-readme
  17250. csmp-digest-readme
  17251. csmp-digest-v3-001
  17252. reference
  17253. library
  17254. edition[
  17255. revised
  17256. 7edit
  17257. readmeO
  17258. 8.5.1
  17259. about
  17260. about
  17261. appleshare
  17262. client
  17263. about
  17264. backlight
  17265. control
  17266. about
  17267. bbedit
  17268. about
  17269. clipboard
  17270. mag'n
  17271. about
  17272. clipboard
  17273. magician
  17274. IMPORTANT INFORMATION ABOUT THIS SDK
  17275. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  17276. http://www.apple.com/quicktime/.
  17277. Summary:  QuickDraw GX, the new imaging architecture for Macintosh, provides advanced, system-level functionality for graphics, type and typography, printing, and color management. By building on the capabilities of QuickDraw GX, you
  17278. ll be able to add powerful, diff
  17279. erentiating new features to your products faster than ever before.
  17280. This package contains QuickDraw GX v1.1.3 installer, new interfaces and libraries, as well as new and revised sample code.
  17281.  QuickDraw GX v1.1 can only be installed onto a System running 7.5.x.  Please read the instructions in "QuickDraw
  17282.  GX - Read Me First".
  17283.  There was an new set of GX interfaces and libraries in the SDK#4.  The GX interfaces (which are part of the Universal Interfaces, version 2.1) have been renamed, 
  17284. yellow
  17285. zanzibar
  17286. zaptcp
  17287. zones
  17288. oper CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  17289. http://www.apple.com/quicktime/.
  17290. QuickTake software for Windows developers.  Also see QuickTake Digital Camera SDK for more info.
  17291. untitled (DOS 1.4MB format)K
  17292. Sep 97N"QuickTake, Windows, Digital cameraOGDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake for Windows 1.5:PLDev.CD Apr 98 SDK2
  17293.  - Development Kits (Disc 2)
  17294.  - QuickTake for Windows 1.5
  17295. includs
  17296. inclusion
  17297. incoming
  17298. mountalias
  17299. mountalias
  17300. mountalias
  17301. mountprojector
  17302. mountserver
  17303. mousoid
  17304. mousoid
  17305. movie
  17306. movie
  17307. moviefile
  17308. moviefile
  17309. moviefile
  17310. moviefile
  17311. movieshop
  17312. moving
  17313. moving
  17314. source
  17315. powerpc
  17316. mpdelayuntiltest
  17317. mpdelayuntiltest
  17318. mpdelayuntiltest
  17319. mphelloworld
  17320. mphelloworld
  17321. pascal
  17322. mping
  17323. mpintertasktime
  17324. mpintertasktime
  17325. mpintertasktime
  17326. mpperiodicaltest
  17327. mpperiodicaltest
  17328. mpperiodicaltest
  17329. 1.1.3
  17330. dropdisk
  17331. context
  17332. switch
  17333. goodies
  17334. utilities
  17335. aug-95
  17336. dukemovie
  17337. dumparpcache
  17338. dumpnetworksetup
  17339. fkeys
  17340. fkeys
  17341. clipboard
  17342. magican
  17343. flash
  17344. floattolong
  17345. floattolong
  17346. flookup
  17347. editor
  17348. folder
  17349. folder
  17350. information
  17351. foldersize
  17352. foldersize
  17353. fontmaster
  17354. fontmaster
  17355. resedit
  17356. formatv
  17357. formatnum
  17358. formatnum
  17359. formats
  17360. formatter
  17361. foundation
  17362. frametest
  17363. frametest
  17364. frametest
  17365. framework
  17366. frameworks
  17367. frameworks
  17368. francais
  17369. france
  17370. france
  17371. distributors/localiz
  17372. french
  17373. french
  17374. 1.1.3
  17375. fromR
  17376. fssetprinter
  17377. fssetprinter
  17378. fssetprinter
  17379. fstubs
  17380. fstubs
  17381. fstubs
  17382. fullballoons
  17383. fullballoons
  17384. 61535X
  17385. Apr 00^
  17386. --set theItem to choose file -- uncomment to test in an AS editor
  17387.     tell application "Finder"
  17388.         open item "Dev.CD Apr 00 SDK1:Interactive Media Resources:DesignForRobustness:"
  17389.         activate
  17390.     end tell
  17391. on error errMsg number errNum
  17392.     --enter statements to perform when no records are found such as...
  17393.     display dialog "Sorry, the item you selected could not be found."
  17394.     return
  17395. end try
  17396. e    No Changef'WebObjects
  17397. Designing
  17398. Robustness
  17399. Testingq
  17400. Dev.CD Apr 00 SDK1
  17401. )D!All Packages
  17402. Tool Chest Edition
  17403. DetachedControllerIdThis demo program shows how to select and then play a QuickTime movie with its controller detached. J
  17404. Sample Code.imgK
  17405. Feb 00
  17406. - Common
  17407.     - Sun Compliant Java Runtime Environment 1.1
  17408.     - QuickTime 3 
  17409.     - QTJava.zip
  17410.     - QTJava media samples
  17411. - Mac OS:
  17412.     - System 8 or later
  17413.     - Macintosh Runtime for Java (MRJ) 2.1
  17414. - Windows 95, 98, or NT::
  17415.     - JRE/JDK from Sun Microsystems, Inc. recommended
  17416. QuickTime, Java, MRJ
  17417. *IrSummary: This document contains some helpful tips on converting MacApp 2.0 applications from Object Pascal to C++.J
  17418. Object Pascal to C++ TipsK
  17419. Vol IIIL
  17420. Vol VIIM`Microsoft Word 3.0 word processor, or any compatible word processor, such as Claris MacWrite II.ORDev.CD May 00 TC:Tool Chest:Development Kits:C++ Related:Object Pascal to C++ TipsP]Dev.CD May 00 TC
  17421.  - Tool Chest
  17422.  - Development Kits
  17423.  - C++ Related
  17424.  - Object Pascal to C++ TipV
  17425. 61793X
  17426. May 00^
  17427. --set theItem to choose file -- uncomment to test in an AS editor
  17428.     tell application "Finder"
  17429.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:C++ Related:Object Pascal to C++ Tips"
  17430.         activate
  17431.     end tell
  17432. on error errMsg number errNum
  17433.     --enter statements to perform when no records are found such as...
  17434.     display dialog "Sorry, the item you selected could not be found."
  17435.     return
  17436. end try
  17437. e    No Changeq
  17438. Dev.CD May 00 TC
  17439. +D!All Packages
  17440. Mac OS SDK Edition
  17441. ObjectSupportLib 1.1.4
  17442.     oking 
  17443. trainingj
  17444. traits
  17445. transaction
  17446. transfer
  17447. transferred
  17448. transfers
  17449. transform
  17450. transformations
  17451. ities:Gestalt Selectors List 4.3:"
  17452.         activate
  17453.     end tell
  17454. on error errMsg number errNum
  17455.     --enter statements to perform when no records are found such as...
  17456.     display dialog "Sorry, the item you selected could not be found."
  17457.     return
  17458. end try
  17459. e    No Changef
  17460. Gestalt Selector Codes
  17461. Gestalt Manager
  17462. Machine Identification
  17463. System Identification
  17464. System Software Release
  17465. Version
  17466. Capabilities
  17467. System Featuresq
  17468. Dev.CD May 00 TC
  17469. GetEnetAddrDirect.ppc
  17470. FSample program to demonstrate the direct access to the ethernet address for Power Macs that have Ethernet built-in to the motherboard. The sample also includes the use of OT to show all of the ethernet addresses of all Ethernet Network Interface Cards present.
  17471. Includes source code, and CodeWarrior Pro v3.0 IDE project file.IDE project file.
  17472. Xe    No Changeq
  17473. Dev.CD May 98 TC
  17474. All Packages
  17475. Performa 7.1P2O
  17476. Dev.CD Oct 93
  17477. Dev.CD Jul 93P
  17478. Dev.CD Oct 93
  17479. Dev.CD Jul 9V
  17480. 61840X
  17481. Oct 93
  17482. p--set theItem to choose file -- uncomment to test in an AS editor
  17483.     tell application "Finder"
  17484.         open item "Dev.CD Oct 93
  17485. Dev.CD Jul 93"
  17486.         activate
  17487.     end tell
  17488. on error errMsg number errNum
  17489.     --enter statements to perform when no records are found such as...
  17490.     display dialog "Sorry, the item you selected could not be found."
  17491.     return
  17492. end try
  17493. All Packages
  17494. Performa 7.1P5O
  17495. Dev.CD Jan 94
  17496. Dev.CD Dec 93P
  17497. Dev.CD Jan 94
  17498. Dev.CD Dec 9V
  17499. 61841X
  17500. Jan 94
  17501. EmulatorI
  17502. This package contains the G4 processor emulator extensions for Mac OS 8.1 and 8.5.  It also contains a Readme file and a ResEdit debug resource.
  17503. These extensions allow code written using the AltiVec instruction set to be run on a G3-class machine.J
  17504. Sample Code.imgK
  17505. May 99M
  17506. PowerPC G3, Mac OS 8.1 or 8.5.:Sample Code:V
  17507. 60225X
  17508. 1e    No Change
  17509. getlastchange
  17510. getmfsize
  17511. getmode
  17512. getmode
  17513. getsetoptions
  17514. getsetoptions
  17515. getsetoptions-68k
  17516. getsetoptions-ppc
  17517. getting
  17518. getting
  17519. started
  17520. getvinfo
  17521. getvinfo
  17522. getvol
  17523. getvol
  17524. newformat
  17525. getvolumes
  17526. getvolumes
  17527. gif89a
  17528. globallist
  17529. globallist
  17530. globalmaster
  17531. globalmaster
  17532. glossars
  17533. glossaryw
  17534. goodies
  17535. gouraud
  17536. gouraud
  17537. sample
  17538. grabguy
  17539. grabguy
  17540. graphical
  17541. graphical
  17542. interface
  17543. graphicsR
  17544. grayscaleo
  17545. easyview
  17546. guideS
  17547. guide
  17548. guide
  17549. contents
  17550. helper
  17551. helplab
  17552. library
  17553. higuidelines
  17554. historyu
  17555. history
  17556. develop
  17557. issue
  17558. develop
  17559. issue
  17560. develop
  17561. issue
  17562. developeru
  17563. developer
  17564. documentation
  17565. developer
  17566. information
  17567. developer
  17568. notes
  17569. developer
  17570. university
  17571. developertutorial
  17572. developertutorial
  17573. developmentm
  17574. devenvguide
  17575. device
  17576. devicemanagers
  17577. devices
  17578. devtools
  17579. diagrams
  17580. dictionary
  17581. difference
  17582. differences
  17583. digital
  17584. digital
  17585. asset
  17586. management
  17587. digital
  17588. storyboard
  17589. config&interleave
  17590. configuration
  17591. interleave
  17592. interleave
  17593. diractive
  17594. directhit
  17595. directhit
  17596. directionsj
  17597. discipline
  17598. discipline
  17599. 2.0.2
  17600. disclaimer
  17601. discoveringopenstepb
  17602. 62134X
  17603. May 00^
  17604. --set theItem to choose file -- uncomment to test in an AS editor
  17605.     tell application "Finder"
  17606.         open item "Dev.CD May 00 TC:Tool Chest:Interapplication Communication:ScriptableStuffItEngine:"
  17607.         activate
  17608.     end tell
  17609. on error errMsg number errNum
  17610.     --enter statements to perform when no records are found such as...
  17611.     display dialog "Sorry, the item you selected could not be found."
  17612.     return
  17613. end try
  17614. e    No Changef,AppleScript
  17615. StuffIt
  17616. Engine
  17617. scriptable
  17618. scriptq
  17619. Dev.CD May 00 TC
  17620. D!All Packages
  17621. Tool Chest Edition
  17622. ScriptSwitcher
  17623. ScriptSwitcher8 is a quick way to modify all the resources needed to switch the primary script (e.g Roman, Japanese, Chinese, etc.) of your system. It is useful for testing and avoids having to use resedit to change resources. It works on versions of Mac OS 7.0 and 8.0.
  17624. ScriptSwitcher.imgK
  17625. Oct 92L
  17626. Jan 98:Tool Chest:Localization:ScriptSwitcher:V
  17627. 62135X
  17628. 1e    No Change
  17629. symantec
  17630. builds
  17631. The Apple Information Access Toolkit (AIAT) is an object-oriented information access engine that provides required capabilities to index, search, and analyze large volumes of documents. The AIAT, formerly known by its code name 
  17632. V-Twin,
  17633.  is a collection of tools which can be used separately or together to perform a variety of information access tasks.
  17634. New feaures of AIAT 1.1 include:
  17635.  Document summarization - rank sentences within a document
  17636.  Document routing - specify arbitrary documenB
  17637. t categories and route documents among them
  17638.  Incremental accessor updating
  17639.  Improved related terms algorithm
  17640. Contact Apple's Software Licensing Department for licensing information
  17641. JOAIAT 1.0 Manual.pdf
  17642. AIAT 1.1 Changes.pdf
  17643. AIAT ReadMe
  17644. Examples
  17645. Headers
  17646. LibrariesK
  17647. Nov 97L
  17648. Jun 98MLMetrowerks CodeWarrior Pro version 1 or Metrowerks CodeWarrior Pro version 2N
  17649. search, index, vtwin, summaryO0Dev.CD Apr 00 SDK1:Development Kits:Mac OS:AIAT: Pascal source code included.
  17650. ncluded.
  17651. shadows
  17652. shannon
  17653. shape
  17654. shapes
  17655. sharable
  17656. sharej
  17657. sharedp
  17658. sharedlibsp
  17659. shareware
  17660. sharing
  17661. sharks
  17662. sharp
  17663. sharware
  17664. sheet
  17665. sheets
  17666. shell
  17667. shelves
  17668. sherlockq
  17669. sherlock's
  17670. shift
  17671. shift-command
  17672. shippede
  17673. shipping
  17674. shipsj
  17675. shoot
  17676. short
  17677. shortcuts
  17678. shotsB
  17679. shouldN
  17680. shouldn't
  17681. showballoon
  17682. showcase
  17683. showdraghilite
  17684. showicon
  17685. and/oro
  17686. anderson
  17687. angles
  17688. animate
  17689. animated
  17690. animation
  17691. animatorsj
  17692. anniversay
  17693. annotated
  17694. annotations
  17695. announcementj
  17696. announcingj
  17697. annoying
  17698. anonymous
  17699. anotherB
  17700. answer
  17701. answering
  17702. answering-machines
  17703. apisd
  17704. apoplexy
  17705. app'sp
  17706. appearo
  17707. appearanced
  17708. appeared
  17709. appearing
  17710. appendages
  17711. appendditl
  17712. appendix
  17713. appendixesw
  17714. appleO
  17715. nrquj 
  17716. nrvxj11*i
  17717. ncSitmc-n
  17718. peEFQ`h0Gj>Y
  17719. xON\mu5MqA`
  17720. ~--set theItem to choose file -- uncomment to test in an AS editor
  17721.     tell application "Finder"
  17722.         open item "Dev.CD Apr 94
  17723. Dev.CD Jan 94
  17724. Dev.CD Oct 93"
  17725.         activate
  17726.     end tell
  17727. on error errMsg number errNum
  17728.     --enter statements to perform when no records are found such as...
  17729.     display dialog "Sorry, the item you selected could not be found."
  17730.     return
  17731. end try
  17732. Sample Code.imgK
  17733. Feb 92L
  17734. Apr 97O
  17735. Dev.CD May 00 TC:Sample Code:P
  17736. Dev.CD May 00 TC
  17737.  - Sample CodeV
  17738. 59697X
  17739. 1heItem to choose file -- uncomment to test in an AS editor
  17740.     tell application "Finder"
  17741.         open item "Dev.CD Apr 93"
  17742.         activate
  17743.     end tell
  17744. on error errMsg number errNum
  17745.     --enter statements to perform when no records are found such as...
  17746.     display dialog "Sorry, the item you selected could not be found."
  17747.     return
  17748. end try
  17749. All Packages
  17750. System Enabler 111 (PB 160/180)O
  17751. Dev.CD Apr 93P
  17752. Dev.CD Apr 9V
  17753. 57449X
  17754. Apr 93
  17755. additionala
  17756. Summary:  PortList is an extension that helps find when an application does not create or dispose of GrafPorts and CGrafPorts properly.
  17757. PortList drops into macsbug with the message "Port already in PortList."  if you are calling open port on the same pointer twice. This message could also appear if the port was not properly disposed and you just happened to get the same pointer again. PortList also drops into macsbug with the message "Port not found in PortList." if you call ClosePort wit
  17758. h a pointer that was never passed to InitPort or OpenPort.
  17759. The init is really small, has little overhead, should not affect the performance of your machine. Please use it peridically for testing and debugging purposes. You'll make the Mac a nicer place to work.
  17760. General tools.imgK
  17761. Feb 94N!testing, debugging, multiple openO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  17762.  - Tool Chest
  17763.  - Testing & Debugging
  17764.  - General tools
  17765. oes fall into the category of empirically discovered undocumented behavior. 
  17766. AsyncPB:  AsyncPB is an example of how File System calls can be made in a chain from an interrupt handler like the Time Manager.
  17767. CreateDirWithCustomIcon:  This snippet demonstrates how to create a directory and how to steal a custom icon from another directory by CatMoving the "Icon\r" file from the other directory.
  17768. CustomGet unresolved alias:  This sample demonstrates how to let the user choose an alias file f
  17769. rom an "open" dialog. The basic idea is to intercept the pseudo-item 'sfHookOpenAlias' in a CustomGetFile hook function and transform it into 'getOpen'. This causes the dialog to behave as if the user had clicked the open button. Also, we intercept the item number of a check box we have added to the dialog item template in order to allow the user to choose whether to resolve aliases. Finally, when CustomGetFile returns, we call DebugStr to let the user (you, the programmer, not end users -
  17770. macro
  17771. macros/templates
  17772. macsbug
  17773. macsbug
  17774. macsnmp
  17775. mactcp
  17776. mactcp
  17777. developer
  17778. tools
  17779. mactcp
  17780. 2.0.6
  17781. mactcp
  17782. token
  17783. mactcp
  17784. mactv
  17785. magician
  17786. suite
  17787. makemake
  17788. makemake
  17789. 2.0d38
  17790. management
  17791. managert
  17792. manalyzer
  17793. manalyzer
  17794. 2.0d3
  17795. market
  17796. maximizing
  17797. maximizing
  17798. quadra
  17799. floatingpoint
  17800. media
  17801. megamovies
  17802. megamovies
  17803. 1.6.2
  17804. memhell
  17805. memory
  17806. memory
  17807. monitor
  17808. defproc
  17809. 1.0.3
  17810. menuscripter
  17811. onescannerg
  17812. opp's
  17813. palette
  17814. parserV
  17815. performance
  17816. photoshop
  17817. player
  17818. plugins
  17819. postscript
  17820. powerbook
  17821. primer
  17822. . This article shows how the geo
  17823. metries in QuickDraw 3D fit in with the rest of the system, and how to make good use of them.
  17824. Implementing Shared Internet Preferences With Internet Config by Quinn 
  17825. The Eskimo!
  17826.   This article examines a shared preferences solution for Internet applications: how to use it in your applications, and also how it works, using the Component Manager as a robust shared library mechanism.
  17827. Multipane Dialogs by Norman Franke.  Dialog boxes with multiple panes are becoming more and more common. Thi
  17828. develop
  17829. issue
  17830. develop
  17831. issue
  17832. developeru
  17833. developer
  17834. documentation
  17835. developer
  17836. information
  17837. developer
  17838. notes
  17839. developer
  17840. university
  17841. developertutorial
  17842. developertutorial
  17843. developmentm
  17844. devenvguide
  17845. device
  17846. devicemanagers
  17847. devices
  17848. devtools
  17849. diagrams
  17850. dictionary
  17851. difference
  17852. differences
  17853. digital
  17854. digital
  17855. asset
  17856. management
  17857. digital
  17858. storyboard
  17859. config&interleave
  17860. configuration
  17861. interleave
  17862. interleave
  17863. diractive
  17864. directhit
  17865. directhit
  17866. directionsj
  17867. discipline
  17868. discipline
  17869. 2.0.2
  17870. disclaimer
  17871. discoveringopenstepb
  17872. Summary:  "Show Movie" is a small application designed to load and play movies. It demonstrates several useful features in QuickTime and ways to use them.
  17873.   -Creating a Time Base call back
  17874.   -Setting call backs based on the length of a movie.
  17875.   -Automatically closing a movie once it has finished playing
  17876.   -Making a loop within a movie.
  17877.   -Changing the rate of a movie while it is playing.
  17878.   -Slaving one movie to another.
  17879.   -Offsetting the start frame of a slave movie.
  17880.   -Delaying the start
  17881. E of a slave movie playing
  17882. It achieves the above by using Time Base call backs documented in Inside Macintosh QuickTime pages 2-335 to 2-341, 2-364
  17883. It also demonstrates
  17884.   Ways to pass data to the call backs and dispose of it once the movie has finished.
  17885.   How to create a default button on a dialog without using user items.
  17886. Sample Code.imgK
  17887. Jan 96O
  17888. Dev.CD May 00 TC:Sample Code:P
  17889. Dev.CD May 00 TC
  17890.  - Sample Codeuide
  17891. higuidelines
  17892. historyu
  17893. history
  17894. --set theItem to choose file -- uncomment to test in an AS editor
  17895.     tell application "Finder"
  17896.         open item "Dev.CD Apr 94
  17897. Dev.CD Jan 94
  17898. Dev.CD Oct 93
  17899. Dev.CD Jul 93
  17900. Dev.CD Apr 93"
  17901.         activate
  17902.     end tell
  17903. on error errMsg number errNum
  17904.     --enter statements to perform when no records are found such as...
  17905.     display dialog "Sorry, the item you selected could not be found."
  17906.     return
  17907. end try
  17908. viiiv
  17909. e    No ChangefTperformance
  17910. hardware
  17911. PowerPC,bandwidth
  17912. 'cache miss rates'
  17913. 'performance counters'q
  17914. Dev.CD May 00 TC
  17915. D!All Packages
  17916. Tool Chest Edition
  17917. 5thColumn
  17918. Summary: 5thColumn
  17919.  allows one CPU to control or get information on another CPU remotely. This is done by executing functions over an AppleTalk network (LocalTalk, EtherTalk, TokenTalk).
  17920. Features: 5thColumn
  17921.  can synchronize clocks, shutdown, restart, take screen shots, launch applications, read memory, get gestalt information, delete files/folders, get directory IDs and drop CPU into MacsBug executing commands.
  17922. VU3.0.1d3.smiK
  17923. Vol IVL
  17924. Vol VIM[Runs on all Macintoshes and system software. As of now it needs MPW on the controlling end.OEDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:PMDev.CD May 00 TC
  17925.  - Tool Chest
  17926.  - Testing & Debugging
  17927.  - Virtual User 3.0.1d3V
  17928. 61369X
  17929. May 00^
  17930. #andbookf
  17931. imaging[
  17932. newsi
  17933. notesS
  17934. onescannerg
  17935. parserV
  17936. 1.0b16
  17937. Mar 00^    RL Disk 1
  17938. --set theItem to choose file -- uncomment to test in an AS editor
  17939.     tell application "Finder"
  17940.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 24:"
  17941.         activate
  17942.     end tell
  17943. on error errMsg number errNum
  17944.     --enter statements to perform when no records are found such as...
  17945.     display dialog "Sorry, the item you selected could not be found."
  17946.     return
  17947. end try
  17948. e    No Changeq
  17949. Dev.CD Mar 00 RL Disk 1
  17950. All Packages
  17951. develop Issue 25
  17952. 60321X
  17953. y screen device can also be removed using a method similar to that used with the menubar.
  17954. HierMenus:  HierMenus is a very simple demonstration of how to use hierarchical menus in your application.
  17955. INIT - CDEV: A sample that shows how a CDEV can communicate with an INIT.  Shows how to write an INIT that can stay resident; how to write a Control Panel Device with extended error reporting; how to patch a trap; how to use the FindFolder routine for
  17956. --set theItem to choose file -- uncomment to test in an AS editor
  17957.     tell application "Finder"
  17958.         open item "Dev.CD Apr 94
  17959. Dev.CD Jan 94
  17960. Dev.CD Oct 93
  17961. Dev.CD Jul 93"
  17962.         activate
  17963.     end tell
  17964. on error errMsg number errNum
  17965.     --enter statements to perform when no records are found such as...
  17966.     display dialog "Sorry, the item you selected could not be found."
  17967.     return
  17968. end try
  17969. electronics
  17970. element
  17971. elementso
  17972. elicit
  17973. eliminate
  17974. eliminates
  17975. eliminating
  17976. elizabeth
  17977. email
  17978. embed
  17979. embed
  17980. profile
  17981. image
  17982. specified
  17983. image's
  17984. embedded
  17985. embedding
  17986. emphasis
  17987. employj
  17988. emptied
  17989. empty
  17990. emulation
  17991. emulator
  17992. enableq
  17993. chest
  17994.  features and strengths.
  17995. Vol IIIL
  17996. Jun 95
  17997. power
  17998. Summary: This is the electronic version of develop magazine.
  17999.  Issue 18 highlights:
  18000. Giving Users Help With Apple Guide  by John Powers.  Learn how to integrate this powerful new help system into your application, to provide users with context-sensitive help and interactively guide them through common tasks.
  18001. Programming for Flexibility: The Open Scripting Architecture  by Paul G. Smith.  All about the ability to attach and run scripts as a way of customizing applications. 
  18002. Exploiting Gr
  18003. aphics Speed on the Power Macintosh  by Konstantin Othmer, Shannon Holland, and Brian Cox.  A strategy for ensuring that users benefit from the improved performance of QuickDraw on the PowerPC platform.
  18004. Displaying Hierarchical Lists  by Martin Minow.  Here
  18005. s how to provide a user-controlled display mechanism for hierarchical data, much like the triangular buttons used for displaying files and folders in the Finder.
  18006. The Right Way to Implement Preferences Files  by Gary Woodcock.  Some tho
  18007. quickdraw
  18008. graphics
  18009. library
  18010. define
  18011. quickdraw
  18012. dimension
  18013. macintosh
  18014. graphics
  18015. pablo
  18016. polymorphic
  18017. functions
  18018. registry
  18019. scanner
  18020. portables
  18021. porting
  18022. ports
  18023. posers
  18024. postscript
  18025. quicktime
  18026. effects
  18027. quicktime
  18028. yellow
  18029. appkit
  18030. reference
  18031. printing
  18032. postscript
  18033. filter
  18034. private
  18035. private
  18036. stack
  18037. switch
  18038. sniffer
  18039. process
  18040. process
  18041. manager
  18042. processes
  18043. processing
  18044. profile
  18045. profilerx
  18046. program
  18047. program
  18048. linking
  18049. appleevents
  18050. guest
  18051. programming
  18052. project
  18053. projector
  18054. promise
  18055. promisehfsflavor
  18056. property
  18057. proportional
  18058. protocol
  18059. publications
  18060. quicktime
  18061. object
  18062. panorama
  18063. quickt
  18064. imagewriter
  18065. halftone
  18066. dither
  18067. sample
  18068. quickdraw
  18069. spooler
  18070. print
  18071. patch
  18072. appleshare
  18073. novell
  18074. netware
  18075. quicktake
  18076. quicktake
  18077. windows
  18078. digital
  18079. camera
  18080. quicktime
  18081. quitting
  18082. quoted
  18083. quoting
  18084. qwerty
  18085. races
  18086. radcliffe
  18087. radically
  18088. radio
  18089. raises
  18090. expansion
  18091. ramifications
  18092. randall
  18093. random
  18094. range
  18095. ranger
  18096. rangingf
  18097. rankb
  18098. rapid
  18099. rappoport
  18100. rates
  18101. ratherg
  18102. rationale
  18103. rawip
  18104. re-direct
  18105. re-enabled
  18106. re-installed
  18107. re-mount
  18108. re-rolled
  18109. re-sizable
  18110. readB
  18111. oldies
  18112. openi
  18113. install
  18114. browser
  18115. begini
  18116. first
  18117. browser
  18118. n shows how to deal with many of the most commonly asked questions about the Dialog Manager.
  18119. DragWindow INIT:  DragWindow INIT is an INIT which allows you to drag a whole window under the Finder, not just the outline.
  18120. DragWindowGrid:  Shows how 
  18121. to write a replacement DragWindow routine that constrains the window to a grid.
  18122. FindSysFolder:  In this code, the FindSysFolder returns the real vRefNum and dirID of the current System Folder. It uses the Folder Manager, if possible, or falls back to SysEnvirons.
  18123. GetDragHiliteColor:  This shows how to obtain the color that the Drag Manager uses to hilite regions when ShowDragHilite is called. Please note this is only how it's done presently.  Since it is undocumented it can and will chan
  18124. denmark
  18125. denmark
  18126. distributors/localiz
  18127. design
  18128. design
  18129. reuse
  18130. designforrobustness
  18131. designforrobustness
  18132. detection
  18133. detectorsh
  18134. change
  18135. develop
  18136. develop
  18137. issue
  18138. develop
  18139. issue
  18140. develop
  18141. issue
  18142. develop
  18143. issue
  18144. develop
  18145. issue
  18146. develop
  18147. issue
  18148. develop
  18149. issue
  18150. t allows text input.
  18151. Accurate recognition, even with cursive writing.
  18152. User expandable dictionary enables phrases to be represented by simple clicks.
  18153. Separate lexicon manager for maintaining dictionaries.
  18154. Accommodates different writing styles to suit wide user preferences.
  18155. On-screen keyboards to enable quick input of symbols and puntuation marks.
  18156. Recognize
  18157. ethernet
  18158. built-in
  18159. address
  18160. burned-in
  18161. address
  18162. getenetaddr
  18163. ethernet
  18164. multicast
  18165. mdata
  18166. 802.2
  18167. 802.3
  18168. ethertalk
  18169. etsda
  18170. eventa
  18171. events\
  18172. expansion
  18173. extension
  18174. external
  18175. extractor
  18176. faceless
  18177. family
  18178. fcode
  18179. features
  18180. fetch
  18181. field
  18182. manager
  18183. desktop
  18184. manager
  18185. sample
  18186. synchronization
  18187. backup
  18188. assistant
  18189. folder
  18190. duplicatio
  18191. system
  18192. manager
  18193. external
  18194. system
  18195. foreign
  18196. filename
  18197. files
  18198. filetool
  18199. filter
  18200. finder
  18201. finder
  18202. appleevents
  18203. finderevents
  18204. events
  18205. finder
  18206. label
  18207. --set theItem to choose file -- uncomment to test in an AS editor
  18208.     tell application "Finder"
  18209.         open item "Dev.CD Apr 94
  18210. Dev.CD Jan 94
  18211. Dev.CD Oct 93
  18212. Dev.CD Jul 93
  18213. Dev.CD Apr 93"
  18214.         activate
  18215.     end tell
  18216. on error errMsg number errNum
  18217.     --enter statements to perform when no records are found such as...
  18218.     display dialog "Sorry, the item you selected could not be found."
  18219.     return
  18220. end try
  18221. numbers
  18222. numerals
  18223. numeric
  18224. numerics
  18225. numerousp
  18226. nvram
  18227. nvramrc
  18228. objectQ
  18229. object-based
  18230. All Packages
  18231. System 7 Tune-UpO
  18232. Dev.CD Sept 92
  18233. Dev.CD Aug 92P
  18234. Dev.CD Sept 92
  18235. Dev.CD Aug 9V
  18236. 62211X
  18237. Sept 9
  18238. q--set theItem to choose file -- uncomment to test in an AS editor
  18239.     tell application "Finder"
  18240.         open item "Dev.CD Sept 92
  18241. Dev.CD Aug 92"
  18242.         activate
  18243.     end tell
  18244. on error errMsg number errNum
  18245.     --enter statements to perform when no records are found such as...
  18246.     display dialog "Sorry, the item you selected could not be found."
  18247.     return
  18248. end try
  18249. All Packages
  18250. System 7 Tune-UpO
  18251. Dev.CD Sept 92
  18252. Dev.CD Aug 92P
  18253. Dev.CD Sept 92
  18254. Dev.CD Aug 9V
  18255. 62212X
  18256. Sept 9
  18257. q--set theItem to choose file -- uncomment to test in an AS editor
  18258.     tell application "Finder"
  18259.         open item "Dev.CD Sept 92
  18260. Dev.CD Aug 92"
  18261.         activate
  18262.     end tell
  18263. on error errMsg number errNum
  18264.     --enter statements to perform when no records are found such as...
  18265.     display dialog "Sorry, the item you selected could not be found."
  18266.     return
  18267. end try
  18268. apple
  18269. glossary
  18270. apple
  18271. apple
  18272. standardsan AS editor
  18273.     tell application "Finder"
  18274.         open item "Dev.CD Oct 94"
  18275.         activate
  18276.     end tell
  18277. on error errMsg number errNum
  18278.     --enter statements to perform when no records are found such as...
  18279.     display dialog "Sorry, the item you selected could not be found."
  18280.     return
  18281. end try
  18282. getter
  18283. gettingj
  18284. getting
  18285. started
  18286. webobjects
  18287. getting/setting
  18288. getvinfo
  18289. getzonelist
  18290. gimedapalette
  18291. giveN
  18292. given`
  18293. Wnder help string, so that turning on balloon help and pointing at this extension exp
  18294. JNdAppsToGo, AppWannabe, Wannabe, DTS.Draw, DTS.Lib, DTS.StyleChat, Kibitz, pbClock, AppsToGo ReferenceO
  18295. Dev.CD May 00 TC:Sample Code:P
  18296. Dev.CD May 00 TC
  18297.  - Sample CodeV
  18298. 61441X
  18299. May 00^
  18300. r--set theItem to choose file -- uncomment to test in an AS editor
  18301.     tell application "Finder"
  18302.         open item "Dev.CD May 00 TC:Sample Code:"
  18303.         activate
  18304.     end tell
  18305. on error errMsg number errNum
  18306.     --enter statements to perform when no records are found such as...
  18307.     display dialog "Sorry, the item you selected could not be found."
  18308.     return
  18309. end try
  18310. Movedf\AppsToGo
  18311. AppWannabe
  18312. Wannabe
  18313. DTS.Draw
  18314. DTS.Lib
  18315. DTS.StyleChat
  18316. Kibitz
  18317. pbClock
  18318. AppsToGo Referenceq
  18319. Dev.CD May 00 TC
  18320. All Packages
  18321. Arabic Language KitO
  18322. Dev.CD May 96 TCP
  18323. Dev.CD May 96 TV
  18324. 61442X
  18325. May 96
  18326. D Oct 93
  18327. Dev.CD Jul 93
  18328. Dev.CD Apr 9V
  18329. 61218X
  18330. Apr 94
  18331. tricksS
  18332. tricky
  18333. understand
  18334. understanding
  18335. The free Adobe
  18336.  Acrobat
  18337.  Reader allows you to view, navigate, and print PDF files across all major computing platforms. Acrobat Reader is the free viewing companion to Adobe Acrobat 3.0 and to Acrobat Capture
  18338.  software.
  18339. For full instructions on using the Acrobat Reader please see the Acrobat Reader 3.0 Online Guide, which can be found in the file READER.PDF in the Help folder (which is in the same folder as the Acrobat Reader).  When using  Acrobat Reader, selecting the Help > Reader Onli
  18340. ne Guide menu will open READER.PDF automatically. (Note: the Help menu is the second menu from the right and is indicated by a Question mark icon.)
  18341. Adobe encourages you to register as an Acrobat Reader user; letting us know who you are helps us continue to provide you with better products, better service, and the most up-to-date information on Adobe Acrobat. If you have not already registered, please do so at:
  18342.     http://www.adobe.com/acrobat/register.html
  18343. To view the latest information
  18344. This sample shows how to write a fully asynchronous block device driver for the traditional Mac OS.  The sample tries to implement the simplest possible device driver and therefore doesn
  18345. t talk to any real hardware.  Instead it mounts disk images over the network.
  18346. Sample Code.imgK
  18347. Jul 97L
  18348. Jul 97N
  18349. async deviceO
  18350. Dev.CD May 00 TC:Sample Code:P
  18351. Dev.CD May 00 TC
  18352.  - Sample CodeerrNum
  18353.     --enter statements to perform when no records are found such as...
  18354.     display dialog "Sorry, the item you selected could not be found."
  18355.     return
  18356. end try
  18357. All Packages
  18358. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  18359. Dev.CD Jan 94
  18360. Dev.CD Oct 93P(Dev.CD Apr 94
  18361. Dev.CD Jan 94
  18362. Dev.CD Oct 9V
  18363. 61200X
  18364. Apr 94
  18365. launchwithdoc
  18366. launchwithdoc2
  18367. launchwithsize
  18368. ldefproc0
  18369. leading
  18370. leading-edge
  18371. leadsj
  18372. leaks
  18373. learn
  18374. All Packages
  18375. F    PowerTalkO
  18376. Dev.CD Apr 95P
  18377. Dev.CD Apr 9V
  18378. 61858X
  18379. Apr 95
  18380. b--set theItem to choose file -- uncomment to test in an AS editor
  18381.     tell application "Finder"
  18382.         open item "Dev.CD Apr 95"
  18383.         activate
  18384.     end tell
  18385. on error errMsg number errNum
  18386.     --enter statements to perform when no records are found such as...
  18387.     display dialog "Sorry, the item you selected could not be found."
  18388.     return
  18389. end try
  18390. All Packages
  18391. F    PowerTalkO
  18392. Dev.CD Apr 95
  18393. Dev.CD Jan 95P
  18394. Dev.CD Apr 95
  18395. Dev.CD Jan 9V
  18396. 61859X
  18397. Apr 95
  18398. p--set theItem to choose file -- uncomment to test in an AS editor
  18399.     tell application "Finder"
  18400.         open item "Dev.CD Apr 95
  18401. Dev.CD Jan 95"
  18402.         activate
  18403.     end tell
  18404. on error errMsg number errNum
  18405.     --enter statements to perform when no records are found such as...
  18406.     display dialog "Sorry, the item you selected could not be found."
  18407.     return
  18408. end try
  18409. All Packages
  18410. F    PowerTalkV
  18411. 61860X
  18412. 62567X
  18413. May 00^
  18414. --set theItem to choose file -- uncomment to test in an AS editor
  18415.     tell application "Finder"
  18416.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:"
  18417.         activate
  18418.     end tell
  18419. on error errMsg number errNum
  18420.     --enter statements to perform when no records are found such as...
  18421.     display dialog "Sorry, the item you selected could not be found."
  18422.     return
  18423. end try
  18424. e    No Changef@VU
  18425. Virtual User
  18426. VirtualUser
  18427. Testing
  18428. Automation
  18429. Automated TestingoPftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/Virtual_User_Tools/q
  18430. Dev.CD May 00 TC
  18431. 1D!All Packages
  18432. Tool Chest Edition
  18433. Virtual User tools
  18434. dropdisk
  18435. context
  18436. switch
  18437. goodies
  18438. utilities
  18439. aug-95
  18440. dukemovie
  18441. dumparpcache
  18442. dumpnetworksetup
  18443. Advanced Web Site Technique.pdf
  18444. Avoid Audio Pitfalls Guide.pdf
  18445. CompbasedMediaBroadcastEnv
  18446. Creating MIDI for the Web3.pdf
  18447. DeBabelizer 3.0.pdf
  18448. Design For Reuse.pdf
  18449. DesignForRobustness
  18450. Digital Asset Management.pdf
  18451. Digital Storyboard.pdf 
  18452. DVD Development.pdf
  18453. DVD_Primer.pdf
  18454. Enhanced CD Survival Guide.pdf
  18455. EOModeler
  18456. Frameworks.pdf
  18457. Gender-Based Title Creation.pdf
  18458. Int_Media_Writer_Resources.pdf
  18459. Java Survival Guide.pdf
  18460. Making Cool QD3D Apps.pdf
  18461. Music on the Net.pdf
  18462. New Audio Features QT3.pdf
  18463. Porting
  18464. kObjectiveCtoJava
  18465. Push Tech Survival Gd.pdf
  18466. QT3-More Than Dig. Video.pdf
  18467. Simplified Stream Audio.pdf
  18468. Web Animation Guide.pdf
  18469. WebObjects Database Part I.pdf
  18470. WebObjects Database Part II.pdf
  18471. WebObjects Memory Mgmt.pdf
  18472. WebObjects Tools and Techniques
  18473. WebObjectsCategories&Posers.pdf
  18474. WebObjectsPerformanceTuning
  18475. Working with WebObjects.pdf
  18476. Writing for Interactive Media
  18477. compressimage
  18478. compressionP
  18479. Summary:  BBEdit Lite is a freeware derivative of BBEdit 3.5, the popular and critically acclaimed text editor for programmers, HTML authors, on-line-service users, and anyone else who needs to edit plain-text files.
  18480. BBEdit Lite is shipped with a QuickStart document which describes many of the application
  18481. s features. Full documentation, as well as a considerable amount of additional functionality, is available with the purchase of BBEdit 3.5. See the document 
  18482. How do I order BBEdit 3.5
  18483. or details on obtaining your own copy of BBEdit.
  18484. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  
  18485. BBEdit Lite is copyright 
  18486. 1992-1995 by Bare Bones Software, Inc.. All rights reserved. Address all correspondence to:
  18487. Postal:  Bare Bones Software, Inc.
  18488.     P.O. Box 108
  18489.     Bedford, MA  01730-0108
  18490. Phone:  +1 508 651 3561
  18491. Fax:    +1 508 651 7584
  18492. WWW:    http://www.tiac.net/biz/bbsw/
  18493. email
  18494. hange
  18495. System Enabler 111 (PB 160/180)O
  18496. Dev.CD Apr 93P
  18497. Dev.CD Apr 9V
  18498. 62395X
  18499. Apr 93
  18500. b--set theItem to choose file -- uncomment to test in an AS editor
  18501.     tell application "Finder"
  18502.         open item "Dev.CD Apr 93"
  18503.         activate
  18504.     end tell
  18505. on error errMsg number errNum
  18506.     --enter statements to perform when no records are found such as...
  18507.     display dialog "Sorry, the item you selected could not be found."
  18508.     return
  18509. end try
  18510. All Packages
  18511. System Enabler 111 (PB 160/180)O
  18512. Dev.CD Apr 93P
  18513. Dev.CD Apr 9V
  18514. 62396X
  18515. Apr 93
  18516. b--set theItem to choose file -- uncomment to test in an AS editor
  18517.     tell application "Finder"
  18518.         open item "Dev.CD Apr 93"
  18519.         activate
  18520.     end tell
  18521. on error errMsg number errNum
  18522.     --enter statements to perform when no records are found such as...
  18523.     display dialog "Sorry, the item you selected could not be found."
  18524.     return
  18525. end try
  18526. All Packages
  18527. System Enabler 111 (PB 160/180)O
  18528. Dev.CD Apr 93V
  18529. 62397X
  18530. The Interactive Corporation Success Guide
  18531. Top Down Selling by Roger Fetterman and Randall Seger
  18532. The Interactive Corporation Success Guide is based on the book The Interactive Corporation: Using Interactive Media and Intranets to Enhance Business Performance, published in cooperation with Apple Computer Inc. Developer Relations Group for the Apple Media Program and Random House Reference & Information Publishing.
  18533. The book demonstrates through real life case studies that it is possible to 
  18534. correlate technology investments to measurable results by relating their impacts in business processes.  Business processes, which operate along horizontal lines in business, tend to have measurable business goals, unlike vertical organizational structures. 
  18535. This Success Guide is based on an adaptation of relevant sections of the book to address the specific needs of the interactive media developer community.  It is intended to help you increase your potential for success through project
  18536. Summary: The Scanner Development Kit contains documentation for the scanner API, an addendum for the new 4.1 scanner driver, and C sample code that demonstrates how to use the API.  A header file and link library have been Included with the sample code.
  18537. The sample code should not be considered as a model for the next great scanner application but rather a simple demonstration of how to communicate with a scanner. Special considerations should  be taken when considering memory requirements
  18538. A for your imaging model. Images scanned at high resolutions can be extremely large so you may want to consider spooling the data off to disk as it comes in from the scanner. This method will reduce the overall footprint of your application and allow for high resolution scans without allocating huge quantities of memory.
  18539. JRProgGuide to Apple Scanners
  18540. Scan Image 1.0:
  18541. Scanner - Read Me
  18542. Scanner 4.1 AddendumK
  18543. Mar 93L
  18544. Nov 96OFDev.CD Jul 99 SDK1:Development Kits:Mac OS:Apple Color OneScanner SDK:
  18545. tool's
  18546. tool/script
  18547. toolboxd
  18548. toolkitb
  18549. toolkits
  18550. tools]
  18551. top-sellingj
  18552. topicp
  18553. topicsR
  18554. topping
  18555. total
  18556. totally
  18557. totals
  18558. touch
  18559. touches
  18560. tough
  18561. toward
  18562. towards
  18563. tpifile
  18564. tpifile
  18565. sample
  18566. module
  18567. tpifile
  18568. traceT
  18569. traceback
  18570. traceroute
  18571. 61615X
  18572. May 00^
  18573. r--set theItem to choose file -- uncomment to test in an AS editor
  18574.     tell application "Finder"
  18575.         open item "Dev.CD May 00 TC:Sample Code:"
  18576.         activate
  18577.     end tell
  18578. on error errMsg number errNum
  18579.     --enter statements to perform when no records are found such as...
  18580.     display dialog "Sorry, the item you selected could not be found."
  18581.     return
  18582. end try
  18583. Movedf
  18584. background apple eventq
  18585. Dev.CD May 00 TC
  18586. All Packages
  18587. Fonts 6.0.4O
  18588. Dev CD Vol. VP
  18589. Dev CD Vol. V
  18590. 61616X
  18591. Vol. V
  18592. b--set theItem to choose file -- uncomment to test in an AS editor
  18593.     tell application "Finder"
  18594.         open item "Dev CD Vol. V"
  18595.         activate
  18596.     end tell
  18597. on error errMsg number errNum
  18598.     --enter statements to perform when no records are found such as...
  18599.     display dialog "Sorry, the item you selected could not be found."
  18600.     return
  18601. end try
  18602. zD!All Packages
  18603. Tool Chest Edition
  18604. Fragment Tool
  18605.     ansport where possible.
  18606. Aug 93L
  18607. download
  18608. given
  18609. download/upload
  18610. download/upload
  18611. entire
  18612. directory
  18613. downloaded
  18614. downloading
  18615. downloads
  18616. dozen
  18617. dozens
  18618. draftj
  18619. draftbits
  18620. drafting
  18621. dragN
  18622. drag-and-drop
  18623. dragable
  18624. dragged
  18625. dragging
  18626. draglib
  18627. draglow
  18628. dragwindow
  18629. dragwindowgrid
  18630. dramatic
  18631. dramatically
  18632. drawback
  18633. drawbacks
  18634. drawing
  18635. drawkeycaps
  18636. drawline
  18637. drawn
  18638. draws
  18639. drawsprcoket
  18640. plugins
  18641. popupfuncs
  18642. popupfuncs
  18643. 2.6.1
  18644. porting
  18645. porting
  18646. objective-c
  18647. postscript
  18648. postscript
  18649. output
  18650. filters
  18651. postscript
  18652. utilities
  18653. samples
  18654. tools
  18655. sdec/scomP
  18656. security
  18657. security
  18658. sedit
  18659. sedit
  18660. 1.0b3
  18661. selectors
  18662. server
  18663. server
  18664. remote
  18665. control
  18666. services
  18667. setdefaultdtp
  18668. setdeskcpatdemo
  18669. setled
  18670. b--set theItem to choose file -- uncomment to test in an AS editor
  18671.     tell application "Finder"
  18672.         open item "Dev.CD Jul 95"
  18673.         activate
  18674.     end tell
  18675. on error errMsg number errNum
  18676.     --enter statements to perform when no records are found such as...
  18677.     display dialog "Sorry, the item you selected could not be found."
  18678.     return
  18679. end try
  18680. ted could not be found."
  18681.     return
  18682. end try
  18683. context
  18684. switch
  18685. goodies
  18686. utilities
  18687. aug-95
  18688. dukemovie
  18689. dumparpcache
  18690. dumpnetworksetup
  18691. Dev.CD Jan 94
  18692. Dev.CD Oct 9V
  18693. 62045X
  18694. Jan 94
  18695. p--set theItem to choose file -- uncomment to test in an AS editor
  18696.     tell application "Finder"
  18697.         open item "Dev.CD Jan 94
  18698. Dev.CD Oct 93"
  18699.         activate
  18700.     end tell
  18701. on error errMsg number errNum
  18702.     --enter statements to perform when no records are found such as...
  18703.     display dialog "Sorry, the item you selected could not be found."
  18704.     return
  18705. end try
  18706. All Packages
  18707. F    QuickTimeO
  18708. Dev.CD Jan 94P
  18709. Dev.CD Jan 9V
  18710. 62046X
  18711. Jan 94
  18712. b--set theItem to choose file -- uncomment to test in an AS editor
  18713.     tell application "Finder"
  18714.         open item "Dev.CD Jan 94"
  18715.         activate
  18716.     end tell
  18717. on error errMsg number errNum
  18718.     --enter statements to perform when no records are found such as...
  18719.     display dialog "Sorry, the item you selected could not be found."
  18720.     return
  18721. end try
  18722. All Packages
  18723. F    QuickTimeO
  18724. Dev.CD Jan 94P
  18725. Dev.CD Jan 9V
  18726. 62047X
  18727. Jan 94
  18728. puter
  18729. computer's@
  18730. usual
  18731. All Packages
  18732. System UpdateO
  18733. Dev.CD Apr 94P
  18734. Dev.CD Apr 9V
  18735. 62516X
  18736. Apr 94
  18737. b--set theItem to choose file -- uncomment to test in an AS editor
  18738.     tell application "Finder"
  18739.         open item "Dev.CD Apr 94"
  18740.         activate
  18741.     end tell
  18742. on error errMsg number errNum
  18743.     --enter statements to perform when no records are found such as...
  18744.     display dialog "Sorry, the item you selected could not be found."
  18745.     return
  18746. end try
  18747. All Packages
  18748. System UpdateO
  18749. Dev.CD Apr 94P
  18750. Dev.CD Apr 9V
  18751. 62517X
  18752. Apr 94
  18753. b--set theItem to choose file -- uncomment to test in an AS editor
  18754.     tell application "Finder"
  18755.         open item "Dev.CD Apr 94"
  18756.         activate
  18757.     end tell
  18758. on error errMsg number errNum
  18759.     --enter statements to perform when no records are found such as...
  18760.     display dialog "Sorry, the item you selected could not be found."
  18761.     return
  18762. end try
  18763. All Packages
  18764. System UpdateO
  18765. Dev.CD Apr 94P
  18766. Dev.CD Apr 9V
  18767. 62518X
  18768. Apr 94
  18769. ughts on what makes a well implemented preferences file, and a library to help.
  18770. Somewhere in QuickTime: Basic Movie Playback Support  by Peter Hoddie.  Some common problems to avoid, with special attention to compatibility with future releases.
  18771. Graphical Truffles:  The Debugging Version of QuickDraw GX  by Pete (
  18772. ) Alexander.  How to take advantage of the debugging version during development, along with news about a few changes.
  18773. Balance of Power: Enhancing PowerPC Native Speed  by D
  18774. Dave Evans.  Coding tips for getting the most speed out of the PowerPC processor. 
  18775. History of the Dogcow, Part 2 by Mark (
  18776. The Red
  18777. ) Harlan.  The rest of the story:  distribution and paraphernalia.
  18778. J(develop Issue 18:
  18779. develop Issue 18 code:K
  18780. Vol IIIL
  18781. Jun 95OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 18:PQDev.CD Mar 00 RL Disk 1
  18782.  - Technical Documentation
  18783.  - Develop
  18784.  - develop Issue 18al User tools.imgK
  18785. Jan 93nge
  18786. ndation and explains some of the key conce
  18787. 62168X
  18788. May 00^
  18789. r--set theItem to choose file -- uncomment to test in an AS editor
  18790.     tell application "Finder"
  18791.         open item "Dev.CD May 00 TC:Sample Code:"
  18792.         activate
  18793.     end tell
  18794. on error errMsg number errNum
  18795.     --enter statements to perform when no records are found such as...
  18796.     display dialog "Sorry, the item you selected could not be found."
  18797.     return
  18798. end try
  18799. e    No Changeq
  18800. Dev.CD May 00 TC
  18801. D!All Packages
  18802. Tool Chest Edition
  18803. Snippets - Memory
  18804. (** = new, * = revised)
  18805. Cache Flushing:  Cache.c contains code to correctly flush instruction and data caches on all Macintosh CPUs, including the Quadras.
  18806. SimpleInit:  This snippet demonstrates the writing of a simple init which attempts to allocate a 1 megabyte and then a 2 megabyte handle in the System heap.
  18807. Switch Stack:  This is a simple example of showing how to correctly switch to a private stack for interrupt-time code that requires more than a few dozen bytes of stack space. Th
  18808. 7200x
  18809. 73007200/1207200/906
  18810. 730513255
  18811. 7500x
  18812. 750203540
  18813. 7600x
  18814. 7editN
  18815. 8-bit
  18816. 8.0.1
  18817. 8.1.2
  18818. 8.3.4
  18819. 8.4.1
  18820. 8.5.1
  18821. 80486
  18822. 8100x
  18823. 8100/807500/100
  18824. 8500x
  18825. 8500/1808500/1208100
  18826. 8859-15
  18827. 8859-3
  18828. 8859-4
  18829. ialog "Sorry, the item you selected could not be found."
  18830.     return
  18831. end try
  18832. ATags
  18833. ATags Manual
  18834. ATags Manual.txt
  18835. CTags
  18836. Ctags Manual
  18837. Ctags Manual.txt
  18838. Findtag
  18839. Findtag Manual
  18840. Findtag Manual.txt
  18841. PopTag
  18842. PopTag Manual
  18843. PopTag Manual.txt
  18844. PTags
  18845. Ptags Manual
  18846. Ptags Manual.txt
  18847. READ ME
  18848. READ ME.txt
  18849. Sample Startup
  18850. Tags.HelpK
  18851. Vol IIIL
  18852. Jan 93MDMPW and some free disk space. This package is System 7.0 compatible.O>Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Tags:PIDev.CD May 00 TC
  18853.  - Tool Chest
  18854.  - Development Kits
  18855.  - MPW Related
  18856.  - TagsV
  18857. 62524X
  18858. May 00^
  18859. --set theItem to choose file -- uncomment to test in an AS editor
  18860.     tell application "Finder"
  18861.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Tags:"
  18862.         activate
  18863.     end tell
  18864. on error errMsg number errNum
  18865.     --enter statements to perform when no records are found such as...
  18866.     display dialog "Sorry, the item you selected could not be found."
  18867.     return
  18868. end try
  18869. e    No Changeq
  18870. Dev.CD May 00 TC
  18871. All Packages
  18872. F$Taiwan Chinese Font Option Kit 6.0.3V
  18873. 62525X
  18874. All Packages
  18875. Performa 7.1P6O
  18876. Dev.CD Jun 94
  18877. Dev.CD Jul 94P
  18878. Dev.CD Jun 94
  18879. Dev.CD Jul 9V
  18880. 61842X
  18881. Jun 94
  18882. p--set theItem to choose file -- uncomment to test in an AS editor
  18883.     tell application "Finder"
  18884.         open item "Dev.CD Jun 94
  18885. Dev.CD Jul 94"
  18886.         activate
  18887.     end tell
  18888. on error errMsg number errNum
  18889.     --enter statements to perform when no records are found such as...
  18890.     display dialog "Sorry, the item you selected could not be found."
  18891.     return
  18892. end try
  18893. \D!All Packages
  18894. Tool Chest Edition
  18895. Performance Tools
  18896. Summary:  Three tools for testing the performance of code on PowerPC processors.
  18897. 4PM: a tool that uses special registers in the PowerPC 604 processor to gather performance statistics.
  18898. Emulator Control Panel: Allows you to turn off the dynamic recompilation feature of the 68K emulator.
  18899. POWER Emulator Control Panel: Allows you to turn off the emulation of IBM POWER instuctions, letting you find them in your code.
  18900. e    No Change
  18901. $N.Memory Manager, Power Macintosh, heaps, memory your  own custom search procedure.  In this example, the searchProc performs RGB color separation.
  18902. SeedCFill Example:  This snippet shows how to use the SeedCFill routine.
  18903. Snapshot:  This program demonstrates how to easily capture the main screen's desktop image into your own window.
  18904. TE Over Background:  This sample shows how to use TextEdit over a background GWorld without those nasty white patches. The trick is to patch the bottlenecks for th
  18905. e port so that when TextEdit erases it just copies your bits rather than erasing.
  18906. Thumbnail Test:  a routine to illustrate the use of copybits to generate thumbnail images
  18907. TickAnimate:  Sample of how to use ticks to synchronize drawing to the screen.
  18908. TranslateRotate:  This MPW Tool demonstrates the use of the Fixed and Frac types to perform simple 2D translation and rotation.
  18909. txRatio PICT:  Creates a PICT file with a PICT containing the txRatio opcode.  Someone wanted such a picture, s
  18910. 62131X
  18911. May 00^
  18912. Revised
  18913. r--set theItem to choose file -- uncomment to test in an AS editor
  18914.     tell application "Finder"
  18915.         open item "Dev.CD May 00 TC:Sample Code:"
  18916.         activate
  18917.     end tell
  18918. on error errMsg number errNum
  18919.     --enter statements to perform when no records are found such as...
  18920.     display dialog "Sorry, the item you selected could not be found."
  18921.     return
  18922. end try
  18923. Updatedf
  18924. Sample
  18925. DTSo0http://developer.apple.com/samplecode/index.htmlq
  18926. Dev.CD May 00 TC
  18927. }D!All Packages
  18928. Tool Chest Edition
  18929. Scrap Color 1.0
  18930. manual
  18931. user's
  18932. usersy
  18933. userstartup
  18934. userstartup
  18935. goodies
  18936. using
  18937. utilities
  18938. utilities
  18939. utilities
  18940. utility
  18941. v1.5.2
  18942. v1.5.3
  18943. validator
  18944. validator
  18945. validator
  18946. documentation
  18947. validator
  18948. documentation
  18949. variable
  18950. variables
  18951. version
  18952. version
  18953. history
  18954. version
  18955. history
  18956. y of NBP. Two names are registered and confirmed. A lookup is performed with both lower case and upper case initial letters of the object. Also demonstrates the use of the PSetSelfSend capability.
  18957. Transition Queue Watcher:  This sample program demonstrates the implementation of an AppleTalk Transition Queue to demonstrate the messages which get passed when transition events take place.
  18958. UDPSample:  This sample illustrates how to send and receive MacTCP UDP packets, setting up a simple con
  18959. nectionless chat program.  Instead of an outstanding read command, an ASR is  used to inform the program there is data to be received.
  18960. Zap TCP Application:  This small app contains a trap patch to _ExitToShell which will search all open MacTCP connections for any connections which are allocated within the currently quitting or crashing application. Any such connection will be closed and its assocated MacTCP stream will be released.  This will prevent most of the Mac crashes associated wit
  18961. distribution
  18962. distributors/localiz
  18963. dk-danish
  18964. doccreator
  18965. doccreator
  18966. docsr
  18967. files
  18968. doctor
  18969. doctypes
  18970. doctypes
  18971. documenation
  18972. documenation
  18973. document
  18974. document
  18975. converter
  18976. documentation
  18977. doevent
  18978. doevent
  18979. domenu
  18980. domenu
  18981. dragging
  18982. dragging
  18983. enabler
  18984. draglib
  18985. drawsprocket
  18986. drawsprocket
  18987. drawsprocket
  18988. drawsprocket
  18989. release
  18990. notes
  18991. drawsprocket
  18992. drawsprocketlib
  18993. drawtextcodec
  18994. drawtextcodec
  18995. example
  18996. drawtkl
  18997. drawtkl
  18998. drawtkl
  18999. 62066X
  19000. Oct 93
  19001. ~--set theItem to choose file -- uncomment to test in an AS editor
  19002.     tell application "Finder"
  19003.         open item "Dev.CD Oct 93
  19004. Dev.CD Jul 93
  19005. Dev.CD Apr 93"
  19006.         activate
  19007.     end tell
  19008. on error errMsg number errNum
  19009.     --enter statements to perform when no records are found such as...
  19010.     display dialog "Sorry, the item you selected could not be found."
  19011.     return
  19012. end try
  19013. All Packages
  19014. F    QuickTimeO
  19015. Dev.CD Oct 93
  19016. Dev.CD Oct 93V
  19017. 62067X
  19018. Oct 93
  19019. c--set theItem to choose file -- uncomment to test in an AS editor
  19020.     tell application "Finder"
  19021.         open item "Dev.CD Oct 93
  19022.         activate
  19023.     end tell
  19024. on error errMsg number errNum
  19025.     --enter statements to perform when no records are found such as...
  19026.     display dialog "Sorry, the item you selected could not be found."
  19027.     return
  19028. end try
  19029. All Packages
  19030. F    QuickTimeO)Dev.CD Oct 93
  19031. Dev.CD Jul 93
  19032. Dev.CD Apr 93P(Dev.CD Oct 93
  19033. Dev.CD Jul 93
  19034. Dev.CD Apr 9V
  19035. 62068X
  19036. Oct 93
  19037. michael
  19038. microphone
  19039. microphones
  19040. microprocessor
  19041. microprocessorsA
  19042. microsystems
  19043. microtrendsj
  19044. middle
  19045. middleware
  19046. midiconverter
  19047. mighth
  19048. millennium
  19049. miller
  19050. millionj
  19051. millions
  19052. mimics
  19053. minilauncher
  19054. minimal
  19055. minimising
  19056. minimizep
  19057. minimum
  19058. minor
  19059. minow
  19060. minute
  19061. minutes
  19062. mirrori
  19063. misaligned
  19064. misalignment
  19065. miscellaneous
  19066. miscreant
  19067. misdemeanors
  19068. misguided
  19069. missing
  19070. mistake
  19071. mixed
  19072. mixed-mode
  19073. mixed-partition
  19074. mixer
  19075. mixing
  19076. mobile
  19077. mockup
  19078. modal
  19079. --set theItem to choose file -- uncomment to test in an AS editor
  19080.     tell application "Finder"
  19081.         open item "Dev.CD Apr 94
  19082. Dev.CD Jan 94
  19083. Dev.CD Oct 93
  19084. Dev.CD Jul 93
  19085. Dev.CD Apr 93"
  19086.         activate
  19087.     end tell
  19088. on error errMsg number errNum
  19089.     --enter statements to perform when no records are found such as...
  19090.     display dialog "Sorry, the item you selected could not be found."
  19091.     return
  19092. end try
  19093. erations
  19094. operator-defined
  19095. operators
  19096. 61650X
  19097. May 00^
  19098. --set theItem to choose file -- uncomment to test in an AS editor
  19099.     tell application "Finder"
  19100.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:"
  19101.         activate
  19102.     end tell
  19103. on error errMsg number errNum
  19104.     --enter statements to perform when no records are found such as...
  19105.     display dialog "Sorry, the item you selected could not be found."
  19106.     return
  19107. end try
  19108. e    No ChangefMMacTCP
  19109. Communications Toolbox
  19110. Serial ports
  19111. CD Audio toolkit
  19112. Video toolkitq
  19113. Dev.CD May 00 TC
  19114. D!All Packages
  19115. Mac OS SDK Edition
  19116. ICC Profile SpecI&Latest ICC specification for profiles.J
  19117. Embedding ICC Profile in EPS
  19118. Embedding ICC Profile in GIF89a
  19119. Embedding ICC Profile in Pict
  19120. Embedding ICC Profiles in JFIF
  19121. Embedding ICC Profiles in TIFFK
  19122. Apr 98M
  19123. ColorSync 2.xN%ColorSync, ICC, Profile SpecificationOkDev.CD Apr 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:nge
  19124. ex.html
  19125. nsarray
  19126. manager
  19127. library
  19128. plug-ins
  19129. network
  19130. administrator's
  19131. guide
  19132. second
  19133. edition
  19134. nsstring
  19135. nsthread
  19136. nubusQ
  19137. nubustester
  19138. nubustester
  19139. library
  19140. source
  19141. detect
  19142. early
  19143. macintosh
  19144. number
  19145. numbers
  19146. numerals
  19147. numeric
  19148. numerics
  19149. numerousp
  19150. nvram
  19151. nvramrc
  19152. objectQ
  19153. object-based
  19154. menus
  19155. Carbon
  19156. Apple menu
  19157. menu items
  19158. /developer.apple.com/techpubs/index.html
  19159. Summary: This is the electronic version of develop magazine.
  19160.  Issue 5 highlights:
  19161. Asynchronous Background Networking on the Macintosh by Harry Chesley.   A MacApp class for handling asynchronous network activities, used in an application that propagates messages among machines on the AppleTalk network.
  19162. Scanning from ProDOS  by Matt Gulick.   Including support for the Apple Scanner in your Apple II applications: it
  19163. s easier than you think. 
  19164. Print Hints with Luke & Zz   Tips and tricks 
  19165. from the print masters. This time: a cautionary fable, and a little known constant.
  19166. Palette Manager Animation  by Rich Collyer.   Techniques for color table animation are presented, along with some of the newer features of the Palette Manager and the reasons you should use it. 
  19167. The Power of Macintosh Common Lisp  by Ruben Kleiman.   An introduction to the Macintosh Common Lisp development environment, highlighting its key features and strengths.
  19168. Vol IIIL
  19169. Jun 95
  19170. quickdraw
  19171. Dev.CD Jul 93
  19172. Dev.CD Apr 9viewer
  19173. edito
  19174. resolution
  19175. resource
  19176. resource
  19177. management
  19178. resources
  19179. return
  19180. return
  19181. investment
  19182. reverb
  19183. 6.0.3
  19184. 6.0.4
  19185. 6.0.5
  19186. 6.1b9
  19187. processor
  19188. upgrade
  19189. enablerC
  19190. 7.0.1O
  19191. 7.1p2
  19192. 7.1p5
  19193. 7.1p6
  19194. 7.5.5
  19195.     display dialog "Sorry, the item you selected could not be found."
  19196.     return
  19197. end try
  19198. n "Finder"
  19199.         open item "Dev.CD May 00 TC:Sample Code:"
  19200.         activate
  19201.     end tell
  19202. on error errMsg number errNum
  19203.     --enter statements to perform when no records are found such as...
  19204.     display dialog "Sorry, the item you selected could not be found."
  19205.     return
  19206. end try
  19207. e    No ChangefFEthernet built-in
  19208. Enet Address
  19209. Burned-in Address
  19210. GetEnetAddrDirect.ppcq
  19211. Dev.CD May 00 TC
  19212. ~D!All Packages
  19213. Tool Chest Edition
  19214. GetHelpStrings
  19215. Summary: This sample extracts the Finder help strings from whatever you drop on top of it, file or folder. 
  19216. Features:  Extract the Finder balloon help string from any file or any files in any folder dropped onto this application.  Put those help strings into a text file.
  19217. e    No Change
  19218. e found such as...
  19219.     display dialog "Sorry, the item you selected could not be found."
  19220.     return
  19221. end try
  19222. All Packages
  19223. backd
  19224. backbone
  19225. backflips
  19226. background
  19227. background-only
  19228. backlight
  19229. backs
  19230. backwards
  19231. bal's
  19232. balance
  19233. balloon
  19234. balloonsw
  19235. bandai
  19236. bandit
  19237. bands
  19238. bandwidth
  19239. barber
  19240. barebones
  19241. basedQ
  19242. bases
  19243. baseservices
  19244. basicN
  19245. basically
  19246. actively
  19247. activities
  19248. activity`
  19249. actualf
  19250. May 00^
  19251. r--set theItem to choose file -- uncomment to test in an AS editor
  19252.     tell application "Finder"
  19253.         open item "Dev.CD May 00 TC:Sample Code:"
  19254.         activate
  19255.     end tell
  19256. on error errMsg number errNum
  19257.     --enter statements to perform when no records are found such as...
  19258.     display dialog "Sorry, the item you selected could not be found."
  19259.     return
  19260. end try
  19261. e    No Changef
  19262. QuickTime
  19263. Dev.CD May 00 TC
  19264. dD(All Packages
  19265. Reference Library Edition
  19266. Bug Reporting
  19267. <The "Apple Bug Reporter" HyperCard stack is no longer the way to report bugs to Apple. Instead, you should report them through the World Wide Web by going to <http://gemma.apple.com/bin/bugrpt.pl>. If you do not have web access, fill out the template contained in this document and send it to <devsupport@apple.com>.
  19268. Deleted
  19269. keycode
  19270. virtual
  19271. tools
  19272. enabler
  19273. encoding
  19274. encodingsv
  19275. engineering
  19276. engines
  19277. english
  19278. english
  19279. british
  19280. 1.1.3
  19281. english
  19282. int'l
  19283. 1.1.3
  19284. english
  19285. installer
  19286. english
  19287. 1.1.3
  19288. englishmiscellaneous^
  19289. englishmiscellaneous
  19290. englishmiscellaneous
  19291. rsrc^
  19292. englishterminology^
  19293. englishterminology
  19294. englishterminology
  19295. rsrc^
  19296. enhanced
  19297. enhanced
  19298. survival
  19299. guide
  19300. enterprise
  19301. enterprise
  19302. environment
  19303. eomodeler
  19304. eomodeler
  19305. erasefile
  19306. erasefile
  19307. erratam
  19308. error
  19309. error
  19310. handler
  19311. error
  19312. handler
  19313. ethernet
  19314. eventm
  19315. eventloop
  19316. eventloop
  19317. extensions-applebuil
  19318. extensions-mcwbuilt
  19319. extractors
  19320. features
  19321. server
  19322. sample
  19323. 1.0.1
  19324. ot/ppp
  19325. ot/ppp
  19326. control
  19327. strip
  19328. sample
  19329. otcoderesource
  19330. otdumpinternetstatus
  19331. otdumpportregistry
  19332. otendpointinfo
  19333. otfindserialports
  19334. otllctest
  19335. otlookupnametest
  19336. otpingsample
  19337. otsimpledownloadhttp
  19338. otsimpleserverhttp
  19339. otstreamlogviewer
  19340. ottcpwilldial
  19341. ottraceroutesample
  19342. output
  19343. packagetool
  19344. palette
  19345. palette&gworld
  19346. palette&gworld
  19347. paper
  19348. rserV
  19349. partmaker
  19350. partmaker
  19351. pascal
  19352. pascal
  19353. sample
  19354. 3.0b10
  19355. manager
  19356. pccardnetworksample
  19357. pccts
  19358. pccts
  19359. sound
  19360. input
  19361. driver
  19362. pdlog
  19363. pdlog
  19364. expand
  19365. viewer
  19366. peoplesoft/apple
  19367. performance
  19368. photoshop
  19369. player
  19370. plugins
  19371. postscript
  19372. powerbook
  19373. primer
  19374. change
  19375.     tell application "Finder"
  19376.         open item "Dev.CD Apr 94
  19377. Dev.CD Jan 94
  19378. Dev.CD Oct 93
  19379. Dev.CD Jul 93
  19380. Dev.CD Apr 93"
  19381.         activate
  19382.     end tell
  19383. on error errMsg number errNum
  19384.     --enter statements to perform when no records are found such as...
  19385.     display dialog "Sorry, the item you selected could not be found."
  19386.     return
  19387. end try
  19388. All Packages
  19389. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  19390. Dev.CD Jan 94
  19391. Dev.CD Oct 93
  19392. Dev.CD Jul 93
  19393. Dev.CD Apr 93PDDev.CD Apr 94
  19394. Dev.CD Jan 94
  19395. Dev.CD Oct 93
  19396. Dev.CD Jul 93
  19397. Dev.CD Apr 9V
  19398. 59822X
  19399. Apr 94
  19400. listing
  19401. download
  19402. given
  19403. downloading
  19404. downloads
  19405. dozen
  19406. dozens
  19407. contents
  19408. contents
  19409. extensions
  19410. contents
  19411. bootvol
  19412. contextuald
  19413. contextual
  19414. development
  19415. contextual
  19416. machack
  19417. goodies
  19418. contextual
  19419. managerd
  19420. control
  19421. control
  19422. strip
  19423. control
  19424. strip
  19425. sample
  19426. control
  19427. strip
  19428. technical
  19429. controller
  19430. controllers
  19431.   Provides configuration information, Disk First Aid (7.2) verification code,  system file corruption detection, duplicate System Folder detection, and a logic board test.
  19432. Features:
  19433. Hardware configuration
  19434. Software configuration of startuCD May 00 TC:Sample Code:P
  19435. Dev.CD May 00 TC
  19436.  - Sample CodeorPopUpMenus:"
  19437.         activate
  19438.     end tell
  19439. on error errMsg number errNum
  19440.     --enter statements to perform when no records are found such as...
  19441.     display dialog "Sorry, the item you selected could not be found."
  19442.     return
  19443. end try
  19444. e    No Changef8Icon
  19445. color icon
  19446. colour table
  19447. CIconHandle
  19448. CTabHandle
  19449. clutq
  19450. Dev.CD Mar 00 RL Disk 1
  19451. All Packages
  19452. Dev.CD Jul 96 SSWP
  19453. Dev.CD Jul 96 SSV
  19454. 62273X
  19455. Jul 96
  19456. f--set theItem to choose file -- uncomment to test in an AS editor
  19457.     tell application "Finder"
  19458.         open item "Dev.CD Jul 96 SSW"
  19459.         activate
  19460.     end tell
  19461. on error errMsg number errNum
  19462.     --enter statements to perform when no records are found such as...
  19463.     display dialog "Sorry, the item you selected could not be found."
  19464.     return
  19465. end try
  19466. All Packages
  19467. System 7.5 Update 2.0O
  19468. Dev.CD Jul 96 SSWP
  19469. Dev.CD Jul 96 SSV
  19470. 62274X
  19471. Jul 96
  19472. f--set theItem to choose file -- uncomment to test in an AS editor
  19473.     tell application "Finder"
  19474.         open item "Dev.CD Jul 96 SSW"
  19475.         activate
  19476.     end tell
  19477. on error errMsg number errNum
  19478.     --enter statements to perform when no records are found such as...
  19479.     display dialog "Sorry, the item you selected could not be found."
  19480.     return
  19481. end try
  19482. All Packages
  19483. System 7.5 Update 2.0O
  19484. Dev.CD Jul 96 SSWP
  19485. Dev.CD Jul 96 SSV
  19486. 62275X
  19487. Jul 96
  19488. --set theItem to choose file -- uncomment to test in an AS editor
  19489.     tell application "Finder"
  19490.         open item "Dev.CD Jan 94
  19491. Dev.CD Oct 93
  19492. Dev.CD Jul 93
  19493. Dev.CD Apr 93
  19494. Dev.CD Mar 93
  19495. Dev.CD Feb 93
  19496. Dev.CD Jan 93
  19497. Dev.CD Nov/Dec 92"
  19498.         activate
  19499.     end tell
  19500. on error errMsg number errNum
  19501.     --enter statements to perform when no records are found such as...
  19502.     display dialog "Sorry, the item you selected could not be found."
  19503.     return
  19504. end try
  19505. adobe
  19506. advanced
  19507. aegizmos
  19508. protocol
  19509. after
  19510. after
  19511. airport
  19512. alias
  19513. allocators
  19514. altivec
  19515. analog
  19516. analysis
  19517. webobjects
  19518. animation
  19519. antlr
  19520. appearanced
  19521. appearance
  19522. managerd
  19523. appearance
  19524. append
  19525. appkit
  19526. appkit
  19527. reference
  19528. ,e    No Changef
  19529. appearance
  19530. gworld
  19531. off-screenq
  19532. Dev.CD May 00 TC
  19533. All Packages
  19534. Open TransportO
  19535. Dev.CD Jun 97 SSWP
  19536. Dev.CD Jun 97 SSV
  19537. 61796X
  19538. Jun 97
  19539. f--set theItem to choose file -- uncomment to test in an AS editor
  19540.     tell application "Finder"
  19541.         open item "Dev.CD Jun 97 SSW"
  19542.         activate
  19543.     end tell
  19544. on error errMsg number errNum
  19545.     --enter statements to perform when no records are found such as...
  19546.     display dialog "Sorry, the item you selected could not be found."
  19547.     return
  19548. end try
  19549. All Packages
  19550. Open TransportO
  19551. Dev.CD Jun 97 SSWP
  19552. Dev.CD Jun 97 SSV
  19553. 61797X
  19554. Jun 97
  19555. f--set theItem to choose file -- uncomment to test in an AS editor
  19556.     tell application "Finder"
  19557.         open item "Dev.CD Jun 97 SSW"
  19558.         activate
  19559.     end tell
  19560. on error errMsg number errNum
  19561.     --enter statements to perform when no records are found such as...
  19562.     display dialog "Sorry, the item you selected could not be found."
  19563.     return
  19564. end try
  19565. manger
  19566. manipulate
  19567. manipulating
  19568. manipulation
  19569. e that allows creation of an OpenGL context on an already existing window.  Also, cleans up existing implementation of fullscreen mode.  SetupGL still handles all aspects of GL setup on the Macintosh.
  19570. Version 1.0: Added PreflightGL () function.  Fixed various minor errors.  Corrected fade implementation.  Added a little more robustness in the application end in failure conditions, fixed problem with aglFont handling.
  19571. SetupGL is a set of functions that can beW
  19572. survival
  19573. guide
  19574. jbindery2.0
  19575. jbinderyhtml
  19576. helper
  19577. helper
  19578. helper
  19579. jman2.0
  19580. jmanhtml
  19581. justify
  19582. mappings
  19583. ~--set theItem to choose file -- uncomment to test in an AS editor
  19584.     tell application "Finder"
  19585.         open item "Dev.CD Apr 94
  19586. Dev.CD Jan 94
  19587. Dev.CD Oct 93"
  19588.         activate
  19589.     end tell
  19590. on error errMsg number errNum
  19591.     --enter statements to perform when no records are found such as...
  19592.     display dialog "Sorry, the item you selected could not be found."
  19593.     return
  19594. end try
  19595.    return
  19596. end try
  19597. Deletedq
  19598. Dev.CD Nov 99 TC
  19599. D!All Packages
  19600. Mac OS SDK Edition
  19601. MacApp Release 13 is a significant new release of the venerable MacApp application framework. It has been thoroughly modernized and enhanced in preparation for the computing demands of the next millennium. The advent of more capable C++ compilers has finally allowed the MacApp team to incorporate many new capabilities which you, the MacApp developers, have requested for months or years.
  19602. Install MacApp R13u5
  19603. December 1995 Apple Directions Articles
  19604. News: Stragegy Mosaic (Newton 2.0); Editor's Note (Apple Directions Express); IndustryWatch (Evangelical Words and Deeds); News (OpenDoc 1.0 Goes GM; CHRP Announcement; Apple To Move Communications to Internet; Apple's Record Quarter; Apple Guide 2.0; Apple's Customers Most Loyal; Mac the Better Business Propositin Says IDS; Mac Costs Less To Support; Apple Leads in Ed Market; PowerTalk Gateways; QuickDraw 3d Accelerator Card).
  19605. Technology: develop,
  19606.  Issue 24; CD Highlights; OpenDoc Human Interface FAQs; Copland Drivers; Human Interface (Culture Clash).
  19607. Business: Special Market Report (Health Care); Financing For Software Developers; Developer University Schedule; The Internet Page.
  19608. November 1995 Apple Directions Articles
  19609. Apple's Developer Business Report with news and information about Apple's strategic, technological, and business directions
  19610. Strategy Mosaic: Apple's Development Tools Strategy. IndustryWatch: The Macintosh Strate
  19611. Apr 00N
  19612. Power Manager, PCIO8Dev.CD Apr 00 SDK1:What's New:Development Kits:Hardware:P@Dev.CD Apr 00 SDK1
  19613.  - What's New
  19614.  - Development Kits
  19615.  - HardwareV
  19616. 61854X
  19617. Apr 00^
  19618. --set theItem to choose file -- uncomment to test in an AS editor
  19619.     tell application "Finder"
  19620.         open item "Dev.CD Apr 00 SDK1:What's New:Development Kits:Hardware:"
  19621.         activate
  19622.     end tell
  19623. on error errMsg number errNum
  19624.     --enter statements to perform when no records are found such as...
  19625.     display dialog "Sorry, the item you selected could not be found."
  19626.     return
  19627. end try
  19628. e    No Changef
  19629. Power Manager
  19630. http://developer.apple.com/sdk
  19631. Dev.CD Apr 00 SDK1
  19632. hD(All Packages
  19633. Reference Library Edition
  19634. PowerPC Documentation
  19635.     t Kits (Disc 1):AppleShare IP API:PDDev.CD Apr 98 SDK1
  19636.  - Development Kits (Disc 1)
  19637.  - AppleShare IP API-rich
  19638. featured
  19639. featuresA
  19640. gJvByrne's XCMDs & XFCNs
  19641. ColorScreen.c
  19642. CreateCopy.c
  19643. FilterDirectory.c
  19644. GetEOF.c
  19645. RemoveFile.c
  19646. Source
  19647. SystemFolder.c
  19648. XThingsK
  19649. Vol VL
  19650. Vol VIIMHHyperCard 2.0 or later, though most run under HyperCard 1.2.2 and 1.2.5.OaDev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Byrne's XCMDs&XFCNs:PoDev.CD May 00 TC
  19651.  - Tool Chest
  19652.  - Development Kits
  19653.  - HyperCard Related
  19654.  - XCMDs & XFCNs
  19655.  - Byrne's XCMDs&XFCNsV
  19656. 61470X
  19657. May 00^
  19658. --set theItem to choose file -- uncomment to test in an AS editor
  19659.     tell application "Finder"
  19660.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Byrne's XCMDs&XFCNs:"
  19661.         activate
  19662.     end tell
  19663. on error errMsg number errNum
  19664.     --enter statements to perform when no records are found such as...
  19665.     display dialog "Sorry, the item you selected could not be found."
  19666.     return
  19667. end try
  19668. e    No Changeq
  19669. Dev.CD May 00 TC
  19670. hD!All Packages
  19671. Tool Chest Edition
  19672. C.S.M.P. Digests
  19673.     e, CDK  allows
  19674. incompatabilityo
  19675. incompatibilities
  19676. incompatible
  19677. incomplete
  19678. incorporate
  19679. incorporated
  19680. incorporates
  19681. incorporating
  19682. incorrect
  19683. eases
  19684. increasing
  19685. incredibly
  19686. incrementalb
  19687. independant
  19688. indexb
  19689. indexed
  19690. indexesq
  19691. indexing
  19692. india
  19693. indian
  19694. indicatedZ
  19695. indicates
  19696. indicator
  19697. indices
  19698. indispensable
  19699. individual
  19700. industry
  19701. industry-standard
  19702. industrywatchj
  19703. inefficiency
  19704. inflict
  19705. infomation
  19706. informationB
  19707. ciconbuttons
  19708. ciconbuttons
  19709. ciconbuttons
  19710. cihui
  19711. cihui
  19712. cincludes
  19713. claris
  19714. files
  19715. clent
  19716. clent
  19717. richardson
  19718. message
  19719. client
  19720. clipboard
  19721. clipboard
  19722. magician
  19723. clipping
  19724. clipping
  19725. extension
  19726. clippings
  19727. codeN
  19728. beaker
  19729. beard
  19730. beast
  19731. beasts
  19732. beautiful
  19733. became
  19734. becauseh
  19735. bechtel
  19736. become
  19737. becoming
  19738. bedford
  19739. beenN
  19740. before
  19741. befound
  19742. begin
  19743. beginning
  19744. behalf
  19745. behave
  19746. behavior
  19747. behaviors
  19748. behaviour
  19749. beinga
  19750. b--set theItem to choose file -- uncomment to test in an AS editor
  19751.     tell application "Finder"
  19752.         open item "Dev.CD Jul 95"
  19753.         activate
  19754.     end tell
  19755. on error errMsg number errNum
  19756.     --enter statements to perform when no records are found such as...
  19757.     display dialog "Sorry, the item you selected could not be found."
  19758.     return
  19759. end try
  19760.  end tell
  19761. on error errMsg number errNum
  19762.     --enter statements to perform when no records are found such as...
  19763.     display dialog "Sorry, the item you selected could not be found."
  19764.     return
  19765. end try
  19766. e    No Changef
  19767. Apple Help
  19768. Apple Guideq
  19769. Dev.CD Apr 00 SDK1
  19770. 2D!All Packages
  19771. Tool Chest Edition
  19772. Apple II Monitor dcmd (xx)I
  19773. Summary: This package lets you use many of the Apple IIe and IIGS monitor commands with the Apple IIe Card and Macsbug.
  19774. Features: Lets you display, change, move, and verify memory; find patterns in memory; and disassemble 65C02 code.J
  19775. XX Docs
  19776. XX Docs.txtK
  19777. Vol XId
  19778. mmpilerj
  19779. commtoolbox
  19780. sources
  19781. spain
  19782. spain
  19783. distribution
  19784. guide
  19785. 1.0.1
  19786. speech
  19787. speech
  19788. recognition
  19789. manager
  19790. speech
  19791. synthesis
  19792. manager
  19793. sphere
  19794. spooler
  19795. sprocketinvaders
  19796. stack
  19797. standard
  19798. standard
  19799. samples
  19800. standardfileicons
  19801. standardsv
  19802. starter
  19803. saver
  19804. 2.1.1
  19805. stopxpp
  19806. stopxpp
  19807. super
  19808. survey
  19809. switch
  19810. synchronization
  19811. synthesis
  19812. systemx
  19813. technicalS
  19814. technotes
  19815. terminology^
  19816. tester
  19817. testing
  19818. textedit
  19819. token
  19820. tokenizer
  19821. toolbox
  19822. toolkit
  19823. toolkits
  19824. tools]
  19825. transport
  19826. transport/ppp
  19827. 62600X
  19828. May 00^
  19829. --set theItem to choose file -- uncomment to test in an AS editor
  19830.     tell application "Finder"
  19831.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:"
  19832.         activate
  19833.     end tell
  19834. on error errMsg number errNum
  19835.     --enter statements to perform when no records are found such as...
  19836.     display dialog "Sorry, the item you selected could not be found."
  19837.     return
  19838. end try
  19839. e    No Changef
  19840. testing
  19841. debugging
  19842. multiple openq
  19843. Dev.CD May 00 TC
  19844. All Packages
  19845. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  19846. Dev.CD Jan 94
  19847. Dev.CD Oct 93
  19848. Dev.CD Jul 93P6Dev.CD Apr 94
  19849. Dev.CD Jan 94
  19850. Dev.CD Oct 93
  19851. Dev.CD Jul 9V
  19852. 62442X
  19853. Apr 94
  19854. --set theItem to choose file -- uncomment to test in an AS editor
  19855.     tell application "Finder"
  19856.         open item "Dev.CD Apr 94
  19857. Dev.CD Jan 94
  19858. Dev.CD Oct 93
  19859. Dev.CD Jul 93"
  19860.         activate
  19861.     end tell
  19862. on error errMsg number errNum
  19863.     --enter statements to perform when no records are found such as...
  19864.     display dialog "Sorry, the item you selected could not be found."
  19865.     return
  19866. end try
  19867. All Packages
  19868. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  19869. Dev.CD Jan 94
  19870. Dev.CD Oct 93
  19871. Dev.CD Jul 93P6Dev.CD Apr 94
  19872. Dev.CD Jan 94
  19873. Dev.CD Oct 93
  19874. Dev.CD Jul 9V
  19875. 62443X
  19876. Apr 94
  19877. williams
  19878. windoid
  19879. windowo
  19880. plug-in's
  19881. withinb
  19882. withoutg
  19883. won't
  19884. vO1Dev.CD May 00 TC:Tool Chest:Printing:FindPrinter:P9Dev.CD May 00 TC
  19885.  - Tool Chest
  19886.  - Printing
  19887.  - FindPrinterV
  19888. 61613X
  19889. May 00^
  19890. --set theItem to choose file -- uncomment to test in an AS editor
  19891.     tell application "Finder"
  19892.         open item "Dev.CD May 00 TC:Tool Chest:Printing:FindPrinter:"
  19893.         activate
  19894.     end tell
  19895. on error errMsg number errNum
  19896.     --enter statements to perform when no records are found such as...
  19897.     display dialog "Sorry, the item you selected could not be found."
  19898.     return
  19899. end try
  19900. e    No Changef
  19901. printer selected chooserq
  19902. Dev.CD May 00 TC
  19903. wD!All Packages
  19904. Tool Chest Edition
  19905. FMAT Editor
  19906.     may be applied to the disassembly for embedded data that cannot normally be distinguished from actual code.  There are also facilities to allow you to answer the question 
  19907. who references this location?
  19908. Issues:  Do not add this editor to versions of ResEdit before 2.1.  This editor is not part of the official ResEdit release, and has not been rigo
  19909. authoring@
  19910. begin@
  19911. byrne's@
  19912. cd-rom@
  19913. choose@
  19914. ciconbuttons@
  19915. claris@
  19916. clipping@
  19917. editor
  19918. resedit
  19919. color
  19920. picker
  19921. compresspictfile
  19922. contents@
  19923. controls/events@
  19924. creator@
  19925. csmp-digest-v3-002@
  19926. csmp-digest-v3-037@
  19927. csmp-digest-v3-072@
  19928. csmp-digest-v3-107@
  19929. csmp-digest-v3-144@
  19930. custom
  19931. choose@
  19932. cwpro2@
  19933. datamaster@
  19934. denmark@
  19935. develop
  19936. issue
  19937. code@
  19938. develop
  19939. issue
  19940. develop
  19941. issue
  19942. code@
  19943. digitizers@
  19944. discoveringopenstepb
  19945. dist@
  19946. documentationandsamp@
  19947. drive@
  19948. enabler@
  19949. developer
  19950. actions@
  19951. appleglot
  19952. localization
  19953. internationalization
  19954. translation
  19955. glos@
  19956. applescript@
  19957. async
  19958. device@
  19959. carbon@
  19960. cftree@
  19961. color
  19962. picker
  19963. 2.1.1@
  19964. counters@
  19965. debugging@
  19966. COADev.CD Apr 00 SDK1:Development Kits:Mac OS:AppleShare IP 6.3 SDK:PIDev.CD Apr 00 SDK1
  19967.  - Development Kits
  19968.  - Mac OS
  19969.  - AppleShare IP 6.3 SDK94
  19970. Dev.CD Jan 94
  19971. Dev.CD Oct 93
  19972. Dev.CD Jul 93
  19973. Dev.CD Apr 9V
  19974. 61245X
  19975. Apr 94
  19976. --set theItem to choose file -- uncomment to test in an AS editor
  19977.     tell application "Finder"
  19978.         open item "Dev.CD Apr 94
  19979. Dev.CD Jan 94
  19980. Dev.CD Oct 93
  19981. Dev.CD Jul 93
  19982. Dev.CD Apr 93"
  19983.         activate
  19984.     end tell
  19985. on error errMsg number errNum
  19986.     --enter statements to perform when no records are found such as...
  19987.     display dialog "Sorry, the item you selected could not be found."
  19988.     return
  19989. end try
  19990. All Packages
  19991. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  19992. Dev.CD Jan 94
  19993. Dev.CD Oct 93
  19994. Dev.CD Jul 93
  19995. Dev.CD Apr 93PDDev.CD Apr 94
  19996. Dev.CD Jan 94
  19997. Dev.CD Oct 93
  19998. Dev.CD Jul 93
  19999. Dev.CD Apr 9V
  20000. 61246X
  20001. Apr 94
  20002. passed
  20003. passes
  20004. passing
  20005. passphrase
  20006. passphrases
  20007. password
  20008. passwords
  20009. paste
  20010. patch
  20011. patchesW
  20012. patchingU
  20013. patching
  20014. service
  20015. routinesU
  20016. patent
  20017. pathname
  20018. pathnames
  20019. pathsd
  20020. patrick
  20021. pattern
  20022. patternsr
  20023. pause
  20024. pausegl
  20025. payoff
  20026. pballocate
  20027. pci-based
  20028. pci-pci
  20029. pci-thej
  20030. pcmcia
  20031. peering
  20032. viewer
  20033. utility
  20034. which
  20035. graphically
  20036. pending
  20037. penetrate
  20038. pentiumj
  20039. people
  20040. peoplesoft
  20041. about
  20042. manager
  20043. menubar
  20044. menus
  20045. menuscripter
  20046. metafile
  20047. meters
  20048. metrowerks
  20049. middleware
  20050. mismatch
  20051. missA
  20052. mixed
  20053. mixed
  20054. modal
  20055. modal
  20056. dialog
  20057. module
  20058. monitor
  20059. moofwars
  20060. morefiles
  20061. moreisbetter
  20062. morpheme
  20063. mouse
  20064. mouse
  20065. driver
  20066. movie
  20067. movies
  20068. pascal
  20069. transport
  20070. opentransport
  20071. optimizing
  20072. option
  20073. option
  20074. management
  20075. ordered
  20076. ordered
  20077. collection
  20078. ot/ppp
  20079. ot/ppp
  20080. transport
  20081. otfifo
  20082. otlifo
  20083. otlink
  20084. otoptionmanagment
  20085. override
  20086. override
  20087. quickdraw
  20088. table
  20089. resource
  20090. helpZ
  20091. helper
  20092. helpful
  20093. helping
  20094. heralds
  20095. herej
  20096. here's
  20097. hersey
  20098. hewlett-packard
  20099. hidden
  20100. hidemenubar
  20101. hiding
  20102. hierarchical
  20103. hifi-color
  20104. highg
  20105. high-end
  20106. high-leveld
  20107. high-performance
  20108. high-quality
  20109. overview
  20110. package
  20111. package
  20112. aware
  20113. packages
  20114. pages
  20115. palette
  20116. pan/tilt
  20117. pan/tilt
  20118. movies
  20119. panel
  20120. panorama
  20121. parser
  20122. parser
  20123. generator
  20124. pascal
  20125. passphrase
  20126. password
  20127. password
  20128. storage
  20129. patch
  20130. pbclock
  20131. pccard
  20132. pccts
  20133. driver
  20134. driver
  20135. loader
  20136. openfirmware
  20137. fcode
  20138. forth
  20139. tokenize
  20140. pci-pci
  20141. pci-pci
  20142. bridge
  20143. pcmcia
  20144. documents
  20145. performance
  20146. performance
  20147. analysis
  20148. performance
  20149. countersA
  20150. phone
  20151. photoshop
  20152. physical
  20153. picker
  20154. pippin
  20155. pixel
  20156. pixel
  20157. depth
  20158. polymorphic
  20159. polymorphic
  20160. functions
  20161. registry
  20162. scanner
  20163. ports
  20164. postscript
  20165.  you to speak a phrase at a time, instead of a character at a time.  This increases the throughput of the system which can achieve about 40-60 characters per minute.
  20166.  CDK uses a very large  flexible vocabulary, so users can speak many flexible phrase patterns, e.g., 
  20167. H.  The total number of different phrases users can say for the default system exceeds 350,000.
  20168.  A phrase adding feature allows you to customize CDK's vocabulary.  Add names of f
  20169. riends and family, specialized technical terms, etc.
  20170.  Adapts to your word patterns to improve the long-term performance.
  20171.  The Lexicon Optimizer utility scans your text files to find what words you  use and adds them automatically to the system.
  20172.  Powerful Voice Macro feature allows you to input long addresses or aphorisms by speaking a single word.  
  20173.  Voice commands for frequently used functions.
  20174.  Most misrecognized characters can be corrected easily and quickly with a click of the mou
  20175. --set theItem to choose file -- uncomment to test in an AS editor
  20176.     tell application "Finder"
  20177.         open item "Dev.CD Apr 94
  20178. Dev.CD Jan 94
  20179. Dev.CD Oct 93
  20180. Dev.CD Jul 93
  20181. Dev.CD Apr 93"
  20182.         activate
  20183.     end tell
  20184. on error errMsg number errNum
  20185.     --enter statements to perform when no records are found such as...
  20186.     display dialog "Sorry, the item you selected could not be found."
  20187.     return
  20188. end try
  20189. DeletedfBAppleGlot Localization Internationalization Translation Glossariesq
  20190. Dev.CD Nov 99 TC
  20191. :D!All Packages
  20192. Tool Chest Edition
  20193. AppleGlot 2.4b6
  20194.     -set theItem to choose file -- uncomment to test in an AS editor
  20195.     tell application "Finder"
  20196.         open item "Dev.CD Oct 94"
  20197.         activate
  20198.     end tell
  20199. on error errMsg number errNum
  20200.     --enter statements to perform when no records are found such as...
  20201.     display dialog "Sorry, the item you selected could not be found."
  20202.     return
  20203. end try
  20204. All Packages
  20205. System UpdateV
  20206. 58791X
  20207. --set theItem to choose file -- uncomment to test in an AS editor
  20208.     tell application "Finder"
  20209.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:MPW Script Tips 1.1.1:"
  20210.         activate
  20211.     end tell
  20212. on error errMsg number errNum
  20213.     --enter statements to perform when no records are found such as...
  20214.     display dialog "Sorry, the item you selected could not be found."
  20215.     return
  20216. end try
  20217. t for making floppies from certain USB floppy drives.
  20218.  Various i
  20219. nterface improvements.
  20220. Changes from Disk Copy 6.3
  20221.  An issue that prevented making a read-only or read-only compressed image  from volumes that have data at the end of the volume has been corrected.
  20222. Changes from Disk Copy 6.2
  20223.  Added Navigation Services support.
  20224.  Added ability to duplicate a floppy.
  20225.  Added support for creating self-mounting images.
  20226.  Various improvements to AppleScript support.
  20227.  Fixed possible data loss issue when imaging a folder from an HFS+ volume.
  20228.  Imaging a fo
  20229. Dev.CD May 00 TC
  20230.  - Sample CodeV
  20231. 60355X
  20232. May 00^
  20233. #inology.r
  20234. EnglishTerminology.rsrc
  20235. Terminology Dev Note 3/92K
  20236. May 92L
  20237. May 94M
  20238. System 7.0N
  20239. AE, Apple Events, AppleEventsents, AppleEvents
  20240.  J9Cyrillic Read Me First
  20241. Install English
  20242. Internet SharewareK
  20243. May 96O9Dev.CD May 00 TC:Language Kits:Cyrillic Language Kit 1.0:P>Dev.CD May 00 TC
  20244.  - Language Kits
  20245.  - Cyrillic Language Kit 1.0V
  20246. 61527X
  20247. May 00^
  20248. --set theItem to choose file -- uncomment to test in an AS editor
  20249.     tell application "Finder"
  20250.         open item "Dev.CD May 00 TC:Language Kits:Cyrillic Language Kit 1.0:"
  20251.         activate
  20252.     end tell
  20253. on error errMsg number errNum
  20254.     --enter statements to perform when no records are found such as...
  20255.     display dialog "Sorry, the item you selected could not be found."
  20256.     return
  20257. end try
  20258. e    No Changeq
  20259. Dev.CD May 00 TC
  20260. !D!All Packages
  20261. Tool Chest Edition
  20262. F#Data Access Manager French Demo 1.0
  20263.     application from being frontmost.
  20264. Sys7 popUpCDEF:  A simple example of using the PopupCDEF available in System 7 and later.
  20265. Tabs LDEF 1.0:  Tabs LDEF is a custom list definition which allows developers to easily create multiple columned lists using different sizes
  20266. e    No Changeq
  20267. Dev.CD May 00 TC
  20268. D!All Packages
  20269. Tool Chest Edition
  20270. SimpleText SampleI
  20271. Summary: This is some SimpleText source code. It shows how to write SimpleText, implements calling PPC library from 68k code, using AppleGuide, and other swell things.J
  20272. Sample Code.imgK
  20273. Nov 96L
  20274. Dec 96O
  20275. Dev.CD May 00 TC:Sample Code:P
  20276. Dev.CD May 00 TC
  20277.  - Sample CodeV
  20278. 62157X
  20279. May 00^
  20280. r--set theItem to choose file -- uncomment to test in an AS editor
  20281.     tell application "Finder"
  20282.         open item "Dev.CD May 00 TC:Sample Code:"
  20283.         activate
  20284.     end tell
  20285. on error errMsg number errNum
  20286.     --enter statements to perform when no records are found such as...
  20287.     display dialog "Sorry, the item you selected could not be found."
  20288.     return
  20289. end try
  20290. Movedq
  20291. Dev.CD May 00 TC
  20292. D!All Packages
  20293. Tool Chest Edition
  20294. F    SlideShow
  20295.     sprocket
  20296. release
  20297. notes
  20298. drawsprocket
  20299. drawsprocketlib
  20300. drawtextcodec
  20301. drawtextcodec
  20302. example
  20303. drawtkl
  20304. drawtkl
  20305. drawtkl
  20306. technical
  20307. publications
  20308. rhapsody
  20309. technical
  20310. publications
  20311. webobjects
  20312. techniques
  20313. technotes
  20314. telephone
  20315. telephone
  20316. manager
  20317. terminology^
  20318. tester
  20319. testing
  20320. encoding
  20321. converter
  20322. textedit
  20323. thooks
  20324. thread
  20325. thread
  20326. manager
  20327. ticket
  20328. ticket
  20329. program
  20330. timecode
  20331. timeslaving
  20332. token
  20333. tokenizer
  20334. toolbox
  20335. toolbox
  20336. assistant
  20337. toolbox
  20338. assistant
  20339. update
  20340. toolkit
  20341. toolkits
  20342. tools]
  20343. tpifile
  20344. tracer
  20345. traddriverloaderlib1
  20346. transferprovider
  20347. transitions
  20348. translation
  20349. translation
  20350. manager
  20351. transport
  20352. transport/ppp
  20353. tune-up
  20354. "P8Dev.CD Apr 00 SDK1
  20355.  - Development Kits
  20356.  - Mac OS
  20357.  - AIATn an AS editor
  20358.     tell application "Finder"
  20359.         open item "Dev.CD May 00 TC:What's New?:Development Kits:Mac OS:Universal Interfaces3.3.1:"
  20360.         activate
  20361.     end tell
  20362. on error errMsg number errNum
  20363.     --enter statements to perform when no records are found such as...
  20364.     display dialog "Sorry, the item you selected could not be found."
  20365.     return
  20366. end try
  20367. pause
  20368. audit
  20369. audited
  20370. auditing
  20371. aug-95
  20372. augustj
  20373. aurp-speaking
  20374. authenticate
  20375. authenticated
  20376. authentication
  20377. authenticator
  20378. author
  20379. authoring
  20380. automatic
  20381. automaticallyZ
  20382. automating
  20383. auxiliary
  20384. availableR
  20385. hypercard@
  20386. index@
  20387. interleaving@
  20388. keyboard@
  20389. laserwriter@
  20390. macapp@
  20391. manager@
  20392. managers@
  20393. compilers
  20394. assemblers
  20395. linkers
  20396. tools
  20397. debuggers
  20398. performance@
  20399. music@
  20400. mutable@
  20401. notes@
  20402. nubus@
  20403. objectsupportlib@
  20404. otbufferinfo@
  20405. transport
  20406. otlifo
  20407. otfifo
  20408. otlink
  20409. linked
  20410. list@
  20411. opendoc@
  20412. otlookup@
  20413. palette
  20414. color
  20415. depth
  20416. batch
  20417. processing
  20418. optimizing
  20419. conditio@
  20420. powerbook@
  20421. printing@
  20422. qualified@
  20423. quicktime
  20424. effects@
  20425. quicktime
  20426. return@
  20427. scripting@
  20428. selected@
  20429. solaris@
  20430. strings@
  20431. tcp/ip@
  20432. encoding
  20433. unicode
  20434. script
  20435. language
  20436. conversion
  20437. games
  20438. input@
  20439. virtual
  20440. external
  20441. traceroute@
  20442. version@
  20443. system
  20444. mbytes
  20445. mcbride
  20446. editionX
  20447. revised
  20448. 10/95
  20449. Apple Directions 11/95
  20450. Apple Directions 12/95
  20451. Mar 95L
  20452. Dec 95OMDev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1995:PUDev.CD Nov 99 TC
  20453.  - Programs & Marketing
  20454.  - Apple Directions
  20455.  - Apple Directions 1995
  20456. arena
  20457. arguments
  20458. arithmetic
  20459. atrapper
  20460. attach
  20461. Mar 92M-System 7, a DAL Server under VMS, MacOS, A/UXOlDev.CD May 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager US Demo :PwDev.CD May 00 TC
  20462.  - Tool Chest
  20463.  - Interapplication Communication
  20464.  - Data Access Manager
  20465.  - Data Access Manager US Demo V
  20466. 61529X
  20467. May 00^
  20468. --set theItem to choose file -- uncomment to test in an AS editor
  20469.     tell application "Finder"
  20470.         open item "Dev.CD May 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager US Demo :"
  20471.         activate
  20472.     end tell
  20473. on error errMsg number errNum
  20474.     --enter statements to perform when no records are found such as...
  20475.     display dialog "Sorry, the item you selected could not be found."
  20476.     return
  20477. end try
  20478. e    No Changeq
  20479. Dev.CD May 00 TC
  20480. #D!All Packages
  20481. Mac OS SDK Edition
  20482. DeBabelizer 3.0
  20483.     ou can graphically see the results, as well as flashes status indicators.  Can mess up your desktop (but only visually).
  20484. Modal TextEdit:  
  20485. papserversample
  20486. parserV
  20487. partmaker
  20488. partmaker
  20489. pascal
  20490. pascal
  20491. sample
  20492. 3.0b10
  20493. patch
  20494. performa
  20495. performa
  20496. 7.1p2
  20497. performa
  20498. 7.1p5
  20499. performa
  20500. 7.1p6
  20501. performance
  20502. performance
  20503. tools
  20504. pgpuam
  20505. photoshop
  20506. pippin
  20507. pippin
  20508. technical
  20509. notes
  20510. player
  20511. playmovie
  20512. playtune
  20513. plug-ins
  20514. plugins
  20515. popupfuncs
  20516. popupfuncs
  20517. 2.6.1
  20518. porting
  20519. porting
  20520. objective-c
  20521. postscript
  20522. postscript
  20523. output
  20524. filters
  20525. postscript
  20526. utilities
  20527.     C/cuments
  20528. - shortcuts
  20529. - history
  20530. - previews
  20531. - etc.
  20532. J@Documentation
  20533. Examples
  20534. Libraries
  20535. Navigation Services 1.1 Read MeK
  20536. May 98
  20537. 6Requirements: Software: 7.5.5 and above
  20538. Hardware: 68K or PowerPC
  20539. 68k only-- you need
  20540. - CFM-68K Runtime Enabler
  20541. -NuDragLib.slb
  20542. - NuQuickTimeLib.slb
  20543. -NuTranslationLib.slb
  20544. -NuThreadsLib.slb
  20545. -ObjectSupportLib
  20546. For 68k and PPC, you need:
  20547. -OT 1.3 or greater
  20548. -QuickTime 2.5 or greater
  20549. -Appearance 1.0.1 or greater.
  20550. OCDev.CD Apr 00 SDK1:Development Kits:Mac OS:Navigation Services SDK:PKDev.CD Apr 00 SDK1
  20551.  - Development Kits
  20552.  - Mac OS
  20553.  - Navigation Services SDKhods required by 2-byte languages like Japanese, Chinese, and Korean. And TSMTE makes support of TSM a simple matter.
  20554. High-Performance ACGIs in C  by Ken Urquhart
  20555. Most simple ACGI programs are written in AppleScript, but for speed-critical applications, or for ACGIs that need to handle more than one request at a time, a high-level language like C is better suited to the task. This article 
  20556. 61647X
  20557. Mar 00^    RL Disk 1
  20558. --set theItem to choose file -- uncomment to test in an AS editor
  20559.     tell application "Finder"
  20560.         open item "Dev.CD Mar 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Updater 2.4:"
  20561.         activate
  20562.     end tell
  20563. on error errMsg number errNum
  20564.     --enter statements to perform when no records are found such as...
  20565.     display dialog "Sorry, the item you selected could not be found."
  20566.     return
  20567. end try
  20568. e    No Changef
  20569. HyperCard
  20570. updateq
  20571. Dev.CD Mar 00 RL Disk 1
  20572. D!All Packages
  20573. Tool Chest Edition
  20574. HyperCard Instance Variables
  20575. Navigation Services SDK
  20576.     ry.h
  20577. CFBag.h
  20578. CFSet.h
  20579. CFTree.h
  20580. CFData.h
  20581. CFBinaryHeap.h
  20582. CFBitVector.h
  20583. CFArray
  20584. CFDictionary
  20585. CFBag
  20586. CFSet
  20587. CFTree
  20588. CFData
  20589. CFBinaryHeap
  20590. CFBitVector
  20591. collection
  20592. container
  20593. ordered collection
  20594. vector
  20595. Property List Services
  20596. CFPropertyList.h
  20597. property list
  20598. information property list
  20599. info plist
  20600. Info.plist
  20601. CFArray
  20602. CFDictionary
  20603. CFDictionary
  20604. CFPropertyList
  20605. Core Foundation
  20606. String Se
  20607. graphicsi
  20608. graphicsimporter
  20609. graphicsimporterdraw
  20610. gratitude
  20611. grayed
  20612. grayishoutline
  20613. grayrgn
  20614. grayscaleo
  20615. graytext
  20616. greatg
  20617. greaterp
  20618. greatest
  20619. greatly
  20620. green
  20621. greenspon
  20622. greeting
  20623. gridwindowgrow
  20624. griffith
  20625. memory
  20626. management
  20627. menud
  20628. mergeitems
  20629. All Packages
  20630. System 7 Tune-UpO
  20631. Dev.CD Sept 92
  20632. Dev.CD Aug 92P
  20633. Dev.CD Sept 92
  20634. Dev.CD Aug 9V
  20635. 62207X
  20636. Sept 9
  20637. q--set theItem to choose file -- uncomment to test in an AS editor
  20638.     tell application "Finder"
  20639.         open item "Dev.CD Sept 92
  20640. Dev.CD Aug 92"
  20641.         activate
  20642.     end tell
  20643. on error errMsg number errNum
  20644.     --enter statements to perform when no records are found such as...
  20645.     display dialog "Sorry, the item you selected could not be found."
  20646.     return
  20647. end try
  20648. All Packages
  20649. System 7 Tune-UpO
  20650. Dev.CD Sept 92
  20651. Dev.CD Aug 92P
  20652. Dev.CD Sept 92
  20653. Dev.CD Aug 9V
  20654. 62208X
  20655. Sept 9
  20656. q--set theItem to choose file -- uncomment to test in an AS editor
  20657.     tell application "Finder"
  20658.         open item "Dev.CD Sept 92
  20659. Dev.CD Aug 92"
  20660.         activate
  20661.     end tell
  20662. on error errMsg number errNum
  20663.     --enter statements to perform when no records are found such as...
  20664.     display dialog "Sorry, the item you selected could not be found."
  20665.     return
  20666. end try
  20667. to post public messages to the network.
  20668. Talking Heads:  Startup document that allow you to "talk" with others in your network.  Files can be transferred between users.
  20669. TalkTool:  TalkTool is an MPW tool that allows you to use several protocols over AppleTalk.  It can send DDP, ATP, and Echo packets, and you can register names, get the zone list, and view names registered in the network
  20670. TCP:  Includes two MPW Tools, TCPSend and TCPReceive, that demonstrate a very simple establishment of 
  20671. a TCP connection and sending a text string over that connection. An API library of all the MacCTB driver and DNR calls is also included.
  20672. TCP Server:  This client/server sample uses MacTCP to implement a simple "greeting" server.  The server opens up several listeners on kGreetingPort (1235).
  20673. TCPClose:  This snippet shows how to close a connection gracefully without causing errors or forcing aborts on either the local or remote end.
  20674. testNBP:  Test program to demonstrate case insensitivit
  20675. 61710X
  20676. Mar 00^
  20677. --set theItem to choose file -- uncomment to test in an AS editor
  20678.     tell application "Finder"
  20679.         open item "Dev.CD Mar 00 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:"
  20680.         activate
  20681.     end tell
  20682. on error errMsg number errNum
  20683.     --enter statements to perform when no records are found such as...
  20684.     display dialog "Sorry, the item you selected could not be found."
  20685.     return
  20686. end try
  20687. Next CDf;UNIX
  20688. Open Systems
  20689. workstation
  20690. Solaris
  20691. HP-UXq
  20692. Dev.CD Mar 00 RL
  20693. D!All Packages
  20694. Tool Chest Edition
  20695. Mac Graphics Primer 2
  20696.     tions which use MacTCP as a networking protocol.
  20697. Issues:  User license required for MacTCP. Redistribution license required from Apple if you want to ship the MacTCP driver to your customers
  20698. J]802 LAP:
  20699. HyperCard MacTCP Toolkit 1.0:
  20700. MacTCP LAP Tech Note
  20701. Universal Interfaces:
  20702. ZapTCP 1.1:K
  20703. Aug 93nge
  20704. Porting
  20705. Jul 98ramework saves time and effort, but debugging 
  20706. summary
  20707. xcmds
  20708. xfcns
  20709. perform
  20710. walltowalldialog
  20711. waste
  20712. waste
  20713. 1.3a6
  20714. waste
  20715. headers
  20716. waste
  20717. waste
  20718. classic
  20719. waste
  20720. documentation
  20721. waste
  20722. pascal
  20723. interfaces
  20724. wastelib
  20725. registration
  20726. animation
  20727. guide
  20728. webobjects
  20729. webobjects
  20730. database
  20731. webobjects
  20732. database
  20733. webobjects
  20734. webobjects
  20735. memory
  20736. webobjects
  20737. tools
  20738. techniques
  20739. webobjects36
  20740. webobjects36
  20741. Apr 95L
  20742. Jan 96M
  20743. Any Power Macintosh.
  20744. setup
  20745. library
  20746. emptying
  20747. emulate
  20748. emulated
  20749. emulates
  20750. emulation
  20751. emulator
  20752. enableq
  20753. v.CD May 00 TC
  20754.  - Sample CodeV
  20755. 59143X
  20756. May 00^
  20757. r--set theItem to choose file -- uncomment to test in an AS editor
  20758.     tell application "Finder"
  20759.         open item "Dev.CD May 00 TC:Sample Code:"
  20760.         activate
  20761.     end tell
  20762. on error errMsg number errNum
  20763.     --enter statements to perform when no records are found such as...
  20764.     display dialog "Sorry, the item you selected could not be found."
  20765.     return
  20766. end try
  20767. e    No Changef
  20768. QuickTime
  20769. Dev.CD May 00 TC
  20770. D!All Packages
  20771. Mac OS SDK Edition
  20772. ue    No Changeq
  20773. Dev.CD May 00 TC
  20774. vD!All Packages
  20775. Tool Chest Edition
  20776. ResEdit 2.1.3
  20777. USummary: ResEdit is Apple's standard direct-manipulation resource editing and creation tool.  See the "About ResEdit 2.1.3" file within the "ResEdit 2.1.3" folder for a list of new features and bug fixes in this release.
  20778. Features: Supports editing of all major resource types. You can also write your own ResEdit editors and integrate them.
  20779. Sample Code.imgK
  20780. Vol IIIL
  20781. Nov 94MnResEdit works on any Macintosh system with at least one megabyte of memory. It requires System 6.0.2 or later.O
  20782. Dev.CD May 00 TC:Sample Code:P
  20783. Dev.CD May 00 TC
  20784.  - Sample CodeV
  20785. 62125X
  20786. May 00^
  20787. #n to the Human Interface Notes has been updated to provide more accurate information about the Human Interface Notes and Guidelines, and how to contact the Human Interface groups at Apple.
  20788. JaApple Grayscale Appearance:
  20789. Human Interface Guidelines
  20790. Human Interface Notes
  20791. MacOS8Documentation:K
  20792. Jul 93M
  20793. Adobe Acrobat Reader.n-SCS
  20794. quicktime
  20795. quicktime
  20796. first
  20797. quicktime
  20798. quicktime
  20799. contents
  20800. quicktime
  20801. tools
  20802. quicktime
  20803. fully
  20804. quicktime
  20805. xcmds
  20806. quicktime
  20807. xcmds
  20808. alias
  20809. quickview
  20810. quickview
  20811. 2.3e4
  20812. release
  20813. notes
  20814. quickview
  20815. databases-standalone
  20816. qwertytunes
  20817. qwertytunes
  20818. qwertytunes
  20819. r13u5
  20820. r14d5
  20821. rdocproc
  20822. rdocproc
  20823. registration
  20824. request
  20825. readV
  20826. nicer
  20827. nicest
  20828. nichols
  20829. nifty
  20830. night
  20831. training
  20832. required
  20833. plug-and-play
  20834. design
  20835. no-so-subtlej
  20836. nogrowdocproc
  20837. non-appleo
  20838. non-portable
  20839. norbert
  20840. normally
  20841. normanj
  20842. notationw
  20843. noteZ
  20844. apple
  20845. guide
  20846. intended
  20847. those
  20848. developers
  20849. notesQ
  20850. notify
  20851. notions
  20852. novemberj
  20853. novice
  20854. nubusQ
  20855. number
  20856. numbers
  20857. numerals
  20858. numerousp
  20859. objectQ
  20860. object-based
  20861. e    No Changeq
  20862. Dev.CD May 00 TC
  20863. D!All Packages
  20864. Tool Chest Edition
  20865. MovieCallbacksI
  20866. This demo program shows how to display a QuickTime movie within a window and add CallBacks. The CallBacks are QuickTime calling back into Java through the MovieController, Movie and QuickTimeVR API. J
  20867. Sample Code.imgK
  20868. Feb 00
  20869. - Common
  20870.     - Sun Compliant Java Runtime Environment 1.1
  20871.     - QuickTime 3 
  20872.     - QTJava.zip
  20873.     - QTJava media samples
  20874. - Mac OS:
  20875.     - System 8 or later
  20876.     - Macintosh Runtime for Java (MRJ) 2.1
  20877. - Windows 95, 98, or NT::
  20878.     - JRE/JDK from Sun Microsystems, Inc. recommended
  20879. QuickTime, Java, MRJO
  20880. Dev.CD May 00 TC:Sample Code:P
  20881. Dev.CD May 00 TC
  20882.  - Sample CodeV
  20883. 61759X
  20884. May 00^
  20885. #pplication "Finder"
  20886.         open item "Dev.CD May 00 TC:Sample Code:"
  20887.         activate
  20888.     end tell
  20889. on error errMsg number errNum
  20890.     --enter statements to perform when no records are found such as...
  20891.     display dialog "Sorry, the item you selected could not be found."
  20892.     return
  20893. end try
  20894. e    No Change
  20895. Jul 95
  20896. b--set theItem to choose file -- uncomment to test in an AS editor
  20897.     tell application "Finder"
  20898.         open item "Dev.CD Jul 95"
  20899.         activate
  20900.     end tell
  20901. on error errMsg number errNum
  20902.     --enter statements to perform when no records are found such as...
  20903.     display dialog "Sorry, the item you selected could not be found."
  20904.     return
  20905. end try
  20906. All Packages
  20907. System 7.5 Update 1.0O
  20908. Dev.CD Jul 95P
  20909. Dev.CD Jul 9V
  20910. 62257X
  20911. Jul 95
  20912. b--set theItem to choose file -- uncomment to test in an AS editor
  20913.     tell application "Finder"
  20914.         open item "Dev.CD Jul 95"
  20915.         activate
  20916.     end tell
  20917. on error errMsg number errNum
  20918.     --enter statements to perform when no records are found such as...
  20919.     display dialog "Sorry, the item you selected could not be found."
  20920.     return
  20921. end try
  20922. All Packages
  20923. System 7.5 Update 1.0O
  20924. Dev.CD Jul 95P
  20925. Dev.CD Jul 9V
  20926. 62258X
  20927. Jul 95
  20928. 61534X
  20929. May 00^
  20930. --set theItem to choose file -- uncomment to test in an AS editor
  20931.     tell application "Finder"
  20932.         open item "Dev.CD May 00 TC:Tool Chest:Toolbox:DefProcs:"
  20933.         activate
  20934.     end tell
  20935. on error errMsg number errNum
  20936.     --enter statements to perform when no records are found such as...
  20937.     display dialog "Sorry, the item you selected could not be found."
  20938.     return
  20939. end try
  20940. e    No Changeq
  20941. Dev.CD May 00 TC
  20942. (D!All Packages
  20943. Mac OS SDK Edition
  20944.  for Robustness by Theresa Ray of Tensor Information Systems, Inc.
  20945. A quick reference guide to the major topics involved in designing a bulletproof WebObjects application including application coding techniques, application configuration options, multi-platform development and testing. Developing a robust application for either a web or client-server interface is critical for your business, particularly with web applications, which are generally developed for use by people outside yopeople outside yo
  20946. Summary: This is the electronic version of develop magazine.
  20947.  Issue 6 highlights:
  20948. Threads on the Macintosh  by Michael Gough.   Multiple concurrent 
  20949. threads of execution on the Macintosh? You bet! This article presents a complete threads package, talks about its implementation, and shows you how to use it.
  20950. QuickDraw's CopyBits Procedure: Better Than Ever in System 7.0  by Konstantin Othmer.   In System 7.0, the internal workings of this versatile routine have changed (for the better, o
  20951. f course!). Learn all about the differences, and check out some simple but useful image processing techniques.
  20952. MacTCP Cookbook: Constructing Network-Aware Applications   
  20953. by Steve Falkenburg.   Networking for the rest of us. Here's an introduction to the TCP/IP protocol suite, and a library of routines that make using MacTCP a (relative) breeze.
  20954. Print Hints from Luke & Zz: Color Printing with LaserWriter 6.0 Revisited  by Pete 
  20955.  Alexander.   A potential color printing problem, and s
  20956. e    No Changef
  20957. QuickTime
  20958. effectsq
  20959. Dev.CD Mar 00 RL Disk 1
  20960. D!All Packages
  20961. Tool Chest Edition
  20962. QTSimpleAppletIWThis demo program shows how to display any QuickTime content within a java.awt.Applet.
  20963. Sample Code.imgK
  20964. Feb 00
  20965. E- Common
  20966.     - Sun Compliant Java Runtime Environment 1.1
  20967.     - QuickTime 3 
  20968.     - QTJava.zip
  20969.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  20970.     - QTJava media samples
  20971. - Mac OS:
  20972.     - System 8 or later
  20973.     - Macintosh Runtime for Java (MRJ) 2.1
  20974. - Windows 95, 98, or NT::
  20975.     - JRE/JDK from Sun Microsystems, Inc. recommended
  20976. QuickTime, Java, MRJO
  20977. Dev.CD May 00 TC:Sample Code:P
  20978. Dev.CD May 00 TC
  20979.  - Sample CodeV
  20980. 61915X
  20981. May 00^
  20982. e    No Changef5override QuickDraw GX tool jump table 'over' resourceq
  20983. Dev.CD May 00 TC
  20984. All Packages
  20985. Hardware System UpdateO
  20986. Dev.CD Oct 93
  20987. Dev.CD Sep 93P
  20988. Dev.CD Oct 93
  20989. Dev.CD Sep 9V
  20990. 61630X
  20991. Oct 93
  20992. p--set theItem to choose file -- uncomment to test in an AS editor
  20993.     tell application "Finder"
  20994.         open item "Dev.CD Oct 93
  20995. Dev.CD Sep 93"
  20996.         activate
  20997.     end tell
  20998. on error errMsg number errNum
  20999.     --enter statements to perform when no records are found such as...
  21000.     display dialog "Sorry, the item you selected could not be found."
  21001.     return
  21002. end try
  21003. All Packages
  21004. Hardware System UpdateO
  21005. Dev.CD Jul 93
  21006. Dev.CD Apr 93P
  21007. Dev.CD Jul 93
  21008. Dev.CD Apr 9V
  21009. 61631X
  21010. Jul 93
  21011. esigned to execute on those PCI devices' behalf.  Upon detection of what PCI cards are plugged in and obtaining their (vendor ID, class code) tags, a table of OF drivers with corresponding tags is searched, and if a match is found, that code is executed.  The "byte-load-file" services 
  21012. P@Dev.CD May 00 TC
  21013.  - Tool Chest
  21014.  - Devices
  21015.  - SCSI
  21016.  - Sedit 1.0b3V
  21017. 62140X
  21018. May 00^
  21019. --set theItem to choose file -- uncomment to test in an AS editor
  21020.     tell application "Finder"
  21021.         open item "Dev.CD May 00 TC:Tool Chest:Devices:SCSI:Sedit 1.0b3:"
  21022.         activate
  21023.     end tell
  21024. on error errMsg number errNum
  21025.     --enter statements to perform when no records are found such as...
  21026.     display dialog "Sorry, the item you selected could not be found."
  21027.     return
  21028. end try
  21029. e    No Changeq
  21030. Dev.CD May 00 TC
  21031. D!All Packages
  21032. Tool Chest Edition
  21033. Server Remote Control 1.1
  21034. survival
  21035. qcopy
  21036. qcopy
  21037. environment
  21038. utilities
  21039. graphics
  21040. objects
  21041. printing
  21042. printing
  21043. drvrs
  21044. Summary:  SourceObj reads a .c.o file and its corrosponding .c file and outputs a mixed listing of 68k assembly and C source code.  Helps in writing better C/Pascal code by providing a way to view the output of MPW 68k compilers on a per source line basis.  See the file "About SourceObj" for details.
  21045. Features:
  21046. Ouput a single function/method.
  21047. Output all methods of a class.
  21048. Output all instances of a method name.
  21049. Show/Hide 68k opcodes.
  21050. General tools.imgK
  21051. Feb 94M
  21052. Works with MPW 3.2 or laterN:object code, disassembly, MPW tool, UltraSlimFast, DumpObjO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  21053.  - Tool Chest
  21054.  - Testing & Debugging
  21055.  - General toolsSystem 7.5.5 Update also includes all of the improvements delivered with System 7.5.3 Revision 2.  Therefore, it is not necessary to install System 7.5.3 Revision 2 before installing System 7.5.5 Update.
  21056. Apple recommends that all customers who are currently using System 7.5.3 sh
  21057. can be difficult, since there
  21058. s a lot going on beneath the surface. These techniques for detecting problems in MacApp programs can help.
  21059. Chiropractic for Your Misaligned Data by Kevin Looney and Craig Anderson.   Misaligned data accesses on PowerPC processors can be very expensive. Two tools that will help you detect misalignment problems are presented here, along with some advice on avoiding misalignment in the first place.
  21060. THE OPENDOC ROAD: OpenDoc Memory Management and the Toolbox by 
  21061. Troy Gaul and Vincent Lo.  Managing memory allocation in your OpenDoc part editor can be a little tricky.
  21062. PRINT HINTS: Safe Travel Through the Printing Jungle by Dave Polaschek.  Printing is often much more complex than it needs to be. By keeping it simple and staying on the well-trod path, you can protect yourself.
  21063. BE OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  21064. t need to be complex, as the simple tools presented here wil
  21065. --set theItem to choose file -- uncomment to test in an AS editor
  21066.     tell application "Finder"
  21067.         open item "Dev.CD Apr 94
  21068. Dev.CD Jan 94
  21069. Dev.CD Oct 93
  21070. Dev.CD Jul 93
  21071. Dev.CD Apr 93"
  21072.         activate
  21073.     end tell
  21074. on error errMsg number errNum
  21075.     --enter statements to perform when no records are found such as...
  21076.     display dialog "Sorry, the item you selected could not be found."
  21077.     return
  21078. end try
  21079. movieshop
  21080. movietoaiff
  21081. movingt
  21082. moving
  21083. source
  21084. powerpc
  21085. system
  21086. mpw's
  21087. mpw-related
  21088. mrj's
  21089. mrj-dev
  21090. mrjclasses
  21091. mrjlib
  21092. mrplus
  21093. mrplus
  21094. performance
  21095. analysis
  21096. powerpc
  21097. applicatio
  21098. mt/mp
  21099. mucha
  21100. All Packages
  21101. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  21102. Dev.CD Jan 94
  21103. Dev.CD Oct 93
  21104. Dev.CD Jul 93
  21105. Dev.CD Apr 93PDDev.CD Apr 94
  21106. Dev.CD Jan 94
  21107. Dev.CD Oct 93
  21108. Dev.CD Jul 93
  21109. Dev.CD Apr 9V
  21110. 62329X
  21111. Apr 94
  21112. --set theItem to choose file -- uncomment to test in an AS editor
  21113.     tell application "Finder"
  21114.         open item "Dev.CD Apr 94
  21115. Dev.CD Jan 94
  21116. Dev.CD Oct 93
  21117. Dev.CD Jul 93
  21118. Dev.CD Apr 93"
  21119.         activate
  21120.     end tell
  21121. on error errMsg number errNum
  21122.     --enter statements to perform when no records are found such as...
  21123.     display dialog "Sorry, the item you selected could not be found."
  21124.     return
  21125. end try
  21126. All Packages
  21127. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  21128. Dev.CD Jan 94
  21129. Dev.CD Oct 93
  21130. Dev.CD Jul 93
  21131. Dev.CD Apr 93PDDev.CD Apr 94
  21132. Dev.CD Jan 94
  21133. Dev.CD Oct 93
  21134. Dev.CD Jul 93
  21135. Dev.CD Apr 9V
  21136. 62330X
  21137. Apr 94
  21138. needo
  21139. resedit
  21140. formatv
  21141. formatnum
  21142. formatnum
  21143. formats
  21144. formatter
  21145. foundation
  21146. frametest
  21147. frametest
  21148. frametest
  21149. framework
  21150. frameworks
  21151. frameworks
  21152. francais
  21153. france
  21154. france
  21155. distributors/localiz
  21156. french
  21157. french
  21158. 1.1.3
  21159. fromR
  21160. fssetprinter
  21161. fssetprinter
  21162. fssetprinter
  21163. fstubs
  21164. fstubs
  21165. fstubs
  21166. fullballoons
  21167. fullballoons
  21168. 1.1d2@
  21169. 1.7.1@
  21170. 2.0.1@
  21171. 4.0.8@
  21172. 4400/200@
  21173. 52xx@
  21174. 7200@
  21175. eclaration ROM sources, as well as exploded declaration ROM views of specific Apple products.JuEx Apple EtherNet ROM
  21176. Ex Apple Video ROM
  21177. Example Vid ROM from C&D
  21178. ExROM-1Func sResource
  21179. MinimalDeclROM.a
  21180. ROM diagramsK
  21181. Oct 92nge
  21182.  Snippet to illustrate how to use CopyB
  21183. Mac OS 8.1 or laterN7DrawSprocket, color, depth, resolution, switching, gameOFDev.CD May 00 TC:What's New?:Development Kits:Mac OS:DrawSprocket SDK:PQDev.CD May 00 TC
  21184.  - What's New?
  21185.  - Development Kits
  21186.  - Mac OS
  21187.  - DrawSprocket SDKV
  21188. 61584X
  21189. May 00^
  21190. Revised
  21191. --set theItem to choose file -- uncomment to test in an AS editor
  21192.     tell application "Finder"
  21193.         open item "Dev.CD May 00 TC:What's New?:Development Kits:Mac OS:DrawSprocket SDK:"
  21194.         activate
  21195.     end tell
  21196. on error errMsg number errNum
  21197.     --enter statements to perform when no records are found such as...
  21198.     display dialog "Sorry, the item you selected could not be found."
  21199.     return
  21200. end try
  21201. Updatedf2DrawSprocket
  21202. color
  21203. depth
  21204. resolution
  21205. switching
  21206. gameerrNum
  21207.     --enter statements to perform when no records are found such as...
  21208.     display dialog "Sorry, the item you selected could not be found."
  21209.     return
  21210. end try
  21211. All Packages
  21212. QuickDraw 3DO
  21213. Dev.CD Jan 96 SSWV
  21214. 60693X
  21215. l ope
  21216. r--set theItem to choose file -- uncomment to test in an AS editor
  21217.     tell application "Finder"
  21218.         open item "Dev.CD May 00 TC:Sample Code:"
  21219.         activate
  21220.     end tell
  21221. on error errMsg number errNum
  21222.     --enter statements to perform when no records are found such as...
  21223.     display dialog "Sorry, the item you selected could not be found."
  21224.     return
  21225. end try
  21226.   activate
  21227.     end tell
  21228. on error errMsg number errNum
  21229.     --enter statements to perform when no records are found such as...
  21230.     display dialog "Sorry, the item you selected could not be found."
  21231.     return
  21232. end try
  21233. All Packages
  21234. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  21235. Dev.CD Jan 94
  21236. Dev.CD Oct 93
  21237. Dev.CD Jul 93P6Dev.CD Apr 94
  21238. Dev.CD Jan 94
  21239. Dev.CD Oct 93
  21240. Dev.CD Jul 9V
  21241. 61196X
  21242. Apr 94
  21243. lighter
  21244. lights
  21245. likelyo
  21246. flashing
  21247. flat-panel
  21248. flattenning
  21249. flavor
  21250. flavors
  21251. flexibility
  21252. flexible
  21253. flicker
  21254. flight-sim
  21255. flightsim
  21256. flipping
  21257. float-to-int
  21258. floating
  21259. flood
  21260. flookup
  21261. floor
  21262. floppies
  21263. floppy
  21264. focus
  21265. focuses
  21266. folderR
  21267. folderso
  21268. folks
  21269. follow
  21270. followed
  21271. following
  21272. follows
  21273. fonte
  21274. fonts
  21275. footprintg
  21276.  until the thumb is released. As a result, the user often finds that two or more scroll operations are required before the desired positioning is achieved. These problems can be overcome by implementing live scrolling within an application which allows a user to more accurately scroll a document to the correct position with direct control over the speed of the scrolling, and by providing complete visual feedback of the scrolling operation as it occurs.
  21277. It also demonstrates:
  21278.   -The two dif
  21279. ferent types of action procedure, both for 68K and PowerPC architectures.
  21280.   -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  21281. Live Scroll has been built under:
  21282.   Metrowerks CodeWarrior 8
  21283.   Symantec C++ 8.0.1
  21284.   Symantec 7.0.4
  21285.   MPW E.T.O. #19- 'Latest MPW': Symantec C++ for MPW and MrC.
  21286. Limitations and Bugs:  This is not intended to be a definitive 'document' on how to implement live scrolling, but illustrates one approach you can take. Like mo
  21287. p--set theItem to choose file -- uncomment to test in an AS editor
  21288.     tell application "Finder"
  21289.         open item "Dev.CD Apr 94
  21290. Dev.CD Jan 94"
  21291.         activate
  21292.     end tell
  21293. on error errMsg number errNum
  21294.     --enter statements to perform when no records are found such as...
  21295.     display dialog "Sorry, the item you selected could not be found."
  21296.     return
  21297. end try
  21298. finder
  21299. display
  21300. folder
  21301. launch
  21302. finderevents
  21303. firewire
  21304. firmware
  21305. folder
  21306. fonts
  21307. fontsync
  21308. foreign
  21309. formatting
  21310. forth
  21311. foundation
  21312. frameworkY
  21313. functione
  21314. function
  21315. index
  21316. inside
  21317. functions
  21318. gamepad
  21319. anisms (e-mail is highly recommended):
  21320. -   AppleLink:  GONZALEZ3
  21321. -   Internet:   gonzalez3@applelink.apple.com
  21322. -   Fax:        (408) 974-9456
  21323. Yes, this will take a couple of minutes, but your feedback is very important and will help us understand more your needs and provide you with better tools to develop your applications. Please, do not leave this for tomorrow (unless you are in the process of shipping today your latest MacApp-based product!). This information is needed ASAP.
  21324. Thanks for your feedback.
  21325. Regards,
  21326. Ricardo G
  21327. JejGNE Helper.68K.cw7.
  21328. jGNE Helper.68K.tpm7.
  21329. jGNE Helper.c
  21330. MW jGNE Helper
  21331. native jGNE
  21332. TPM jGNE HelperK
  21333. Mar 96MNAny Macintosh; Metrowerks CodeWarrior CW7 or Symantec THINK Project Manager 7.N6GetNextEvent WaitNextEvent filter jGNE INIT 68K helperO5Dev.CD May 00 TC:Tool Chest:OS Utilities:jGNE Helper:P=Dev.CD May 00 TC
  21334.  - Tool Chest
  21335.  - OS Utilities
  21336.  - jGNE HelperD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:P9Dev.CD Apr 98 SDK1
  21337.  - Development Kits (Disc 1)
  21338.  - MacTCPform when no records are found such as...
  21339.     display dialog "Sorry, the item you selected could not be found."
  21340.     return
  21341. end try
  21342. e    No Changef#ColorSync
  21343. Profile Specificationq
  21344. Dev.CD Apr 00 SDK1
  21345. D!All Packages
  21346. Tool Chest Edition
  21347. ImageCompositingI
  21348. This demo program shows how to composit a presentation out of disparate media sources, applying compositing effects such as blend and transparency. Recording a movie from the activities of the Compositor is also shown.J
  21349. Sample Code.imgK
  21350. Feb 00
  21351. 1.1.4
  21352.     ersion
  21353. 61505X
  21354. Apr 00^
  21355. --set theItem to choose file -- uncomment to test in an AS editor
  21356.     tell application "Finder"
  21357.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Communications Toolbox:"
  21358.         activate
  21359.     end tell
  21360. on error errMsg number errNum
  21361.     --enter statements to perform when no records are found such as...
  21362.     display dialog "Sorry, the item you selected could not be found."
  21363.     return
  21364. end try
  21365. e    No Changeq
  21366. Dev.CD Apr 00 SDK1
  21367. D!All Packages
  21368. Tool Chest Edition
  21369. CompositedEffectsI
  21370. This demo program shows the construction of a Composited image containing the layering of an image file, the ripple effect, an animation and some Java text. Over this is placed a Movie which is drawn in front of the composited image.J
  21371. Sample Code.imgK
  21372. Feb 00
  21373. C:Sample Code:V
  21374. 61506X
  21375. 1e    No Change
  21376. summary
  21377. sample
  21378. discussion
  21379. detect
  21380. whether
  21381. summary
  21382. sample
  21383. network
  21384. chess
  21385. application
  21386. QuickDraw GX Graphics
  21387. This book shows  
  21388. l show.
  21389. MPW TIPS AND TRICKS:  Automated Editing With StreamEdit by Tim Maroney.  The MPW tool StreamEdit provides you with powerful, flexible, scriptable text editing, at the price of just a little complexity.run us through the wringer once again.
  21390. THE VETERAN NEOPHYTE:  Confessions of a Veteran Technical Writer by Tim Monroe.  Enlightening trade secrets from someone who writes the documentation we all depend on.
  21391. J(develop Issue 28:
  21392. develop Issue 28 code:K
  21393. Dec 96OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 28:PQDev.CD Mar 00 RL Disk 1
  21394.  - Technical Documentation
  21395.  - Develop
  21396.  - develop Issue 28 Chest Edition
  21397. QuickTime Java Windows SDKITQuickTime for Java Windows SDK.  Includes QuickTime for Java API javadoc, and demos.J
  21398. QTJava_SDK.zipK
  21399. Feb 00:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:V
  21400. 60881X
  21401. 1e    No Changeo
  21402. http://developer.apple.com/sdk/
  21403. angef9live scrolling
  21404. control
  21405. proportional scroll bar
  21406. appearancell bar
  21407. appearance
  21408. 2OZDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Hardware tools:Apple II Monitor dcmd (xx):PeDev.CD Nov 99 TC
  21409.  - Tool Chest
  21410.  - Testing & Debugging
  21411.  - Hardware tools
  21412.  - Apple II Monitor dcmd (xx)V
  21413. 61417X
  21414. Nov 99^
  21415. --set theItem to choose file -- uncomment to test in an AS editor
  21416.     tell application "Finder"
  21417.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Hardware tools:Apple II Monitor dcmd (xx):"
  21418.         activate
  21419.     end tell
  21420. on error errMsg number errNum
  21421.     --enter statements to perform when no records are found such as...
  21422.     display dialog "Sorry, the item you selected could not be found."
  21423.     return
  21424. end try
  21425. Deletedq
  21426. Dev.CD Nov 99 TC
  21427. 3D!All Packages
  21428. Tool Chest Edition
  21429. Apple International Glossaries
  21430.      Disk 2
  21431. All Packages
  21432. Technical Publications: Java
  21433. 61298X
  21434. folderso
  21435. folks
  21436. follow
  21437. following
  21438. fonte
  21439. footprintg
  21440. 61644X
  21441. May 00^
  21442. r--set theItem to choose file -- uncomment to test in an AS editor
  21443.     tell application "Finder"
  21444.         open item "Dev.CD May 00 TC:Sample Code:"
  21445.         activate
  21446.     end tell
  21447. on error errMsg number errNum
  21448.     --enter statements to perform when no records are found such as...
  21449.     display dialog "Sorry, the item you selected could not be found."
  21450.     return
  21451. end try
  21452. Movedf9OpenTransport
  21453. Server
  21454. Thread Manager
  21455. TCP/IP
  21456. IOStreamsq
  21457. Dev.CD May 00 TC
  21458. All Packages
  21459. Human Interface Notes
  21460. @Summary: Human Interface Notes are a collection of human interface guidelines for Macintosh applications.
  21461. Features: The introduction to the Human Interface Notes has been updated to provide more accurate information about the Human Interface Notes and Guidelines, and how to contact the Human Interface groups at Apple.
  21462. JaApple Grayscale Appearance:
  21463. Human Interface Guidelines
  21464. Human Interface Notes
  21465. MacOS8Documentation:K
  21466. Jul 93M
  21467. Adobe Acrobat Reader.
  21468. 61528X
  21469. May 00^
  21470. --set theItem to choose file -- uncomment to test in an AS editor
  21471.     tell application "Finder"
  21472.         open item "Dev.CD May 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager French Demo:"
  21473.         activate
  21474.     end tell
  21475. on error errMsg number errNum
  21476.     --enter statements to perform when no records are found such as...
  21477.     display dialog "Sorry, the item you selected could not be found."
  21478.     return
  21479. end try
  21480. e    No Changeq
  21481. Dev.CD May 00 TC
  21482. "D!All Packages
  21483. Tool Chest Edition
  21484. Data Access Manager US Demo
  21485. Summary: DAM Generator 2 is an application that generate query document for the Data Access Manager of the system 7. This new release is in english and is multi-interface generator.
  21486. Features: 
  21487. * Multi-interface generator
  21488. * More simply to use
  21489. * New version of the XTND query that read query document
  21490. * An XCMD that can read query document
  21491. * A complete set of tool to exploit the Data Access Manager
  21492. Dev.CD Jul 96 SSV
  21493. 62587X
  21494. Jul 96
  21495. f--set theItem to choose file -- uncomment to test in an AS editor
  21496.     tell application "Finder"
  21497.         open item "Dev.CD Jul 96 SSW"
  21498.         activate
  21499.     end tell
  21500. on error errMsg number errNum
  21501.     --enter statements to perform when no records are found such as...
  21502.     display dialog "Sorry, the item you selected could not be found."
  21503.     return
  21504. end try
  21505. All Packages
  21506. WorldScript UpdaterO
  21507. Dev.CD Jul 96 SSWP
  21508. Dev.CD Jul 96 SSV
  21509. 62588X
  21510. Jul 96
  21511. f--set theItem to choose file -- uncomment to test in an AS editor
  21512.     tell application "Finder"
  21513.         open item "Dev.CD Jul 96 SSW"
  21514.         activate
  21515.     end tell
  21516. on error errMsg number errNum
  21517.     --enter statements to perform when no records are found such as...
  21518.     display dialog "Sorry, the item you selected could not be found."
  21519.     return
  21520. end try
  21521. All Packages
  21522. WorldScript UpdaterO
  21523. Dev.CD Jul 96 SSWP
  21524. Dev.CD Jul 96 SSV
  21525. 62589X
  21526. Jul 96
  21527. first@
  21528. pasmatit
  21529. passes
  21530. passing
  21531. passphrase
  21532. passphrases
  21533. password
  21534. passwords
  21535. paste
  21536. patch
  21537. patchesW
  21538. patchingU
  21539. patching
  21540. service
  21541. routinesU
  21542. patent
  21543. pathname
  21544. pathnames
  21545. pathsd
  21546. patrick
  21547. pattern
  21548. patternsr
  21549. pausegl
  21550. payoff
  21551. pbcatsearch
  21552. pbwriteasync
  21553. pccts
  21554. pci-based
  21555. pci-pci
  21556. pci-thej
  21557. pcmcia
  21558. peering
  21559. viewer
  21560. utility
  21561. which
  21562. graphically
  21563. pending
  21564. penetrate
  21565. pentiumj
  21566. people
  21567. peoplesoft
  21568. computer'si
  21569. computer-aided
  21570. computer-based
  21571. computersj
  21572. CD Apr 93"
  21573.         activate
  21574.     end tell
  21575. on error errMsg number errNum
  21576.     --enter statements to perform when no records are found such as...
  21577.     display dialog "Sorry, the item you selected could not be found."
  21578.     return
  21579. end try
  21580. requested
  21581. requests
  21582. requies
  21583. requiredfindercolors
  21584. requirementsg
  21585. requiresd
  21586. requiring
  21587. requiring
  21588. training
  21589. apple
  21590. chinese
  21591. handwriting
  21592. researchj
  21593. researching
  21594. resedit
  21595. sresource
  21596. srlanguagemodeler
  21597. stack]
  21598. staging
  21599. staging
  21600. alerts
  21601. standalone
  21602. standalone
  21603. quick
  21604. start
  21605. standard
  21606. standardsv
  21607. standardwdef
  21608. standardwdef
  21609. start
  21610. start
  21611. started
  21612. starter
  21613. startup
  21614. static
  21615. stdfilesaver
  21616. stiletto
  21617. stiletto
  21618. program
  21619. stiletto
  21620. sources
  21621. stoppinf
  21622. stoppinf
  21623. icons
  21624. storyboard
  21625. stress
  21626. stress
  21627. testing
  21628. tools
  21629. strip
  21630. stripdup
  21631. stripdup
  21632. stripunits
  21633. strwidth
  21634. strwidth
  21635. libraries
  21636. stuff
  21637. stylew
  21638. style
  21639. submission
  21640. success
  21641. suitem
  21642. suitesm
  21643. suites
  21644. under
  21645. developmentm
  21646. support
  21647. supporting
  21648. supporting
  21649. files
  21650. survey
  21651. survival
  21652. guide
  21653. 61664X
  21654. Dec 99^
  21655. --set theItem to choose file -- uncomment to test in an AS editor
  21656.     tell application "Finder"
  21657.         open item "Dev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:QuickDraw GX:"
  21658.         activate
  21659.     end tell
  21660. on error errMsg number errNum
  21661.     --enter statements to perform when no records are found such as...
  21662.     display dialog "Sorry, the item you selected could not be found."
  21663.     return
  21664. end try
  21665. Deletedq
  21666. Dev.CD Dec 99 RL
  21667. D!All Packages
  21668. Mac OS SDK Edition
  21669. Installer SDK 1.2.3
  21670.     m Sun Microsystems, Inc. recommended
  21671. QuickTime, Java, MRJO
  21672. Dev.CD May 00 TC:Sample Code:P
  21673. Dev.CD May 00 TC
  21674.  - Sample CodeV
  21675. 60526X
  21676. May 00^
  21677.     end tell
  21678. on error errMsg number errNum
  21679.     --enter statements to perform when no records are found such as...
  21680.     display dialog "Sorry, the item you selected could not be found."
  21681.     return
  21682. end try
  21683. All Packages
  21684. PowerTalk (PPC)O
  21685. Dev.CD Oct 94P
  21686. Dev.CD Oct 9V
  21687. 58152X
  21688. Oct 94
  21689. 61608X
  21690. Apr 00^
  21691. --set theItem to choose file -- uncomment to test in an AS editor
  21692.     tell application "Finder"
  21693.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Find By Content (FBC) Extractor:"
  21694.         activate
  21695.     end tell
  21696. on error errMsg number errNum
  21697.     --enter statements to perform when no records are found such as...
  21698.     display dialog "Sorry, the item you selected could not be found."
  21699.     return
  21700. end try
  21701. e    No Changef)Sherlock
  21702. Find By Content
  21703. Extractor
  21704. Searchq
  21705. Dev.CD Apr 00 SDK1
  21706. rD!All Packages
  21707. Tool Chest Edition
  21708. FinderDragPro
  21709. Sample file illustrating drag and drop techniques for use with file system objects.  This file illustrates how applications can use drag and drop commands in a way compatible with current and past versions of the Finder.
  21710. illustrates how to do translucent drag and drop for icons, drag and drop of hfs objects in a way compatible with current and past finders, creating and providing promised hfs flavors.
  21711. imaging[
  21712. All Packages
  21713. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  21714. Dev.CD Jan 94
  21715. Dev.CD Oct 93
  21716. Dev.CD Jul 93P6Dev.CD Apr 94
  21717. Dev.CD Jan 94
  21718. Dev.CD Oct 93
  21719. Dev.CD Jul 9V
  21720. 62426X
  21721. Apr 94
  21722. --set theItem to choose file -- uncomment to test in an AS editor
  21723.     tell application "Finder"
  21724.         open item "Dev.CD Apr 94
  21725. Dev.CD Jan 94
  21726. Dev.CD Oct 93
  21727. Dev.CD Jul 93"
  21728.         activate
  21729.     end tell
  21730. on error errMsg number errNum
  21731.     --enter statements to perform when no records are found such as...
  21732.     display dialog "Sorry, the item you selected could not be found."
  21733.     return
  21734. end try
  21735. All Packages
  21736. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  21737. Dev.CD Jan 94
  21738. Dev.CD Oct 93
  21739. Dev.CD Jul 93P6Dev.CD Apr 94
  21740. Dev.CD Jan 94
  21741. Dev.CD Oct 93
  21742. Dev.CD Jul 9V
  21743. 62427X
  21744. Apr 94
  21745. in-depth
  21746. disclaimer
  21747. disclosure
  21748. disconnect
  21749. discourages
  21750. discover
  21751. discovered
  21752. discovering
  21753. discs
  21754. discuss
  21755. discussed
  21756. discussesv
  21757. discussion
  21758. discussions
  21759. disinfectant
  21760. diskg
  21761. Display Cards.
  21762. Mac Graphics Primer 2K
  21763. Vol IIIL
  21764. Vol VIIO;Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2PCDev.CD Nov 99 TC
  21765.  - Tool Chest
  21766.  - QuickDraw
  21767.  - Mac Graphics Primer heet
  21768. MAE 2.0 White PaperK
  21769. May 94L
  21770. Jun 95M
  21771. Adobe Acrobat Reader.NCUNIX, A/UX, Open Systems, Sun, HP, workstation, MAE, Solaris, HP-UXObDev.CD Mar 00 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:.txt
  21772. Feb 00
  21773. angef)Mail Suite
  21774. Apple Events
  21775. AppleScript
  21776. emailq
  21777. Dev.CD Mar 00 RL Disk 1
  21778. WebObjectsPerformanceTuning.pdfK
  21779. May 99M
  21780. Acrobat Reader 3.0N-WebObjects, Performance, Tuning, OptimizationOODev.CD Mar OO RLDisk 1:Interactive Media Resources:WebObjectsPerformanceTuning:PTDev.CD Mar OO RLDisk 1
  21781.  - Interactive Media Resources
  21782.  - WebObjectsPerformanceTuninge
  21783. develop
  21784. issue
  21785. develop
  21786. issue
  21787. develop
  21788. issue
  21789. develop
  21790. issue
  21791. develop
  21792. issue
  21793. develop
  21794. issue
  21795. develop
  21796. issue
  21797. develop
  21798. issue
  21799. develop
  21800. issue
  21801. develop
  21802. issue
  21803. develop
  21804. issue
  21805. develop
  21806. issue
  21807. develop
  21808. issue
  21809. develop
  21810. issue
  21811. develop
  21812. issue
  21813. develop
  21814. issue
  21815. develop
  21816. issue
  21817. develop
  21818. issue
  21819. develop
  21820. issue
  21821. develop
  21822. issue
  21823. develop
  21824. issue
  21825. develop
  21826. issue
  21827. develop
  21828. issue
  21829. develop
  21830. issue
  21831. helpq
  21832. imaging[
  21833. internationals
  21834. issue
  21835. universityR
  21836. unmountit
  21837. unmountit
  21838. update
  21839. updater
  21840. upgradeC
  21841. access
  21842. 1.0.1
  21843. distribution
  21844. guide
  21845. user^
  21846. utilities
  21847. v1.0.1
  21848. v1.1.1
  21849. validator
  21850. variables
  21851. verifier
  21852. verifier
  21853. verilog
  21854. versionedit
  21855. watch
  21856. watching
  21857. webobjects
  21858. white
  21859. windows
  21860. PCDev.CD May 00 TC
  21861.  - Tool Chest
  21862.  - Testing & Debugging
  21863.  - ParametersV
  21864. 62151X
  21865. May 00^
  21866. --set theItem to choose file -- uncomment to test in an AS editor
  21867.     tell application "Finder"
  21868.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Parameters:"
  21869.         activate
  21870.     end tell
  21871. on error errMsg number errNum
  21872.     --enter statements to perform when no records are found such as...
  21873.     display dialog "Sorry, the item you selected could not be found."
  21874.     return
  21875. end try
  21876. e    No Changeq
  21877. Dev.CD May 00 TC
  21878. D!All Packages
  21879. Tool Chest Edition
  21880. Show Movie
  21881. findserialports
  21882. little
  21883. snippet
  21884. inside
  21885. fine-tune
  21886. finger-coded
  21887. finished
  21888. finishing
  21889. finnish
  21890. firewire
  21891. firmware
  21892. firmworks
  21893. firstj
  21894. com/acrobatZ
  21895. com/acrobat/registerZ
  21896. com/bin/bugrpt
  21897. com/bugreporter
  21898. com/cftype
  21899. com/colorsync
  21900. com/dev/swtechpubs/d
  21901. com/games
  21902. com/java
  21903. com/java/javatutoria
  21904. com/mkt/maclogo
  21905. com/mkt/swl
  21906. com/mrj
  21907. com/quicktime
  21908. com/quicktime/develo
  21909. com/sherlock/plugind
  21910. com/store
  21911. combinations
  21912. combine
  21913. combines
  21914. combiningp
  21915. combowalker
  21916. comesg
  21917. coming
  21918. commandT
  21919. commando
  21920. commandsB
  21921. commented
  21922. comments
  21923. commercial
  21924. commit
  21925. commitment
  21926. committedj
  21927. commonj
  21928. commonly
  21929. commons
  21930. commpilerj
  21931. commtoolbox
  21932. fills
  21933. curity
  21934. readme
  21935. sedit
  21936. sedit
  21937. documentation
  21938. selectfile
  21939. selectfile
  21940. selectors
  21941. sendae]
  21942. sendae
  21943. sendae
  21944. sendps
  21945. sendps
  21946. serial
  21947. serverS
  21948. serversS
  21949. servervols
  21950. servervols
  21951. services
  21952. movie
  21953. setfileflag
  21954. setfileflag
  21955. setfinderlock
  21956. setfinderlock
  21957. setfinfo
  21958. setfinfo
  21959. setfolderflag
  21960. setfolderflag
  21961. setmarkers
  21962. setmfsize
  21963. setmode
  21964. setmode
  21965. setproject
  21966. setprojector
  21967. setup
  21968. products
  21969. shareware
  21970. shell
  21971. showhidefolder
  21972. showhidefolder
  21973. shtml
  21974. sighyper
  21975. signaturetoapp]
  21976. signaturetoapp
  21977. simple
  21978. simple
  21979. simpleprefs
  21980. simpleprefs
  21981. simpleprefs
  21982. simpletext
  21983. simpletext
  21984. simpletext
  21985. simpletext
  21986. audio
  21987. features
  21988. newgworld
  21989. newgworld
  21990. newgworld
  21991. newgworld
  21992.  microphone using  a display much like a VCR peak-hold bar meter.
  21993. Speech Recognition sample: This sample, which uses Speech Recognition Manager, provides a flexible framework for basing other applications on this code.
  21994. SquareWave:  These snippets show how to use waveTableSynth and squareWaveSynth.
  21995. 'vox ' recording:  This application uses QI
  21996. uad buffering for both recording and playback.  The recording is done with vox recording on, so it only records sound which is at least of a certain level.
  21997. WaveTable Sounds:  These snippets show how to use waveTableSynth and squareWaveSynth.
  21998. Sample Code.imgL
  21999. Nov 96O
  22000. Dev.CD May 00 TC:Sample Code:P
  22001. Dev.CD May 00 TC
  22002.  - Sample Code
  22003. won't
  22004. --set theItem to choose file -- uncomment to test in an AS editor
  22005.     tell application "Finder"
  22006.         open item "Dev.CD Apr 94
  22007. Dev.CD Jan 94
  22008. Dev.CD Oct 93
  22009. Dev.CD Jul 93"
  22010.         activate
  22011.     end tell
  22012. on error errMsg number errNum
  22013.     --enter statements to perform when no records are found such as...
  22014.     display dialog "Sorry, the item you selected could not be found."
  22015.     return
  22016. end try
  22017. 95/02
  22018. about
  22019. about
  22020. appleshare
  22021. client
  22022. about
  22023. backlight
  22024. control
  22025. about
  22026. bbedit
  22027. about
  22028. clipboard
  22029. mag'n
  22030. about
  22031. clipboard
  22032. magician
  22033. ct 93
  22034. Dev.CD Jul 93
  22035. Dev.CD Apr 9V
  22036. 57362X
  22037. Apr 94
  22038. mbytes
  22039. mcbride
  22040. All Packages
  22041. System Enabler 404 (MacTV)O
  22042. Dev.CD Apr 94
  22043. Dev.CD Jan 94P
  22044. Dev.CD Apr 94
  22045. Dev.CD Jan 9V
  22046. 62500X
  22047. Apr 94
  22048. p--set theItem to choose file -- uncomment to test in an AS editor
  22049.     tell application "Finder"
  22050.         open item "Dev.CD Apr 94
  22051. Dev.CD Jan 94"
  22052.         activate
  22053.     end tell
  22054. on error errMsg number errNum
  22055.     --enter statements to perform when no records are found such as...
  22056.     display dialog "Sorry, the item you selected could not be found."
  22057.     return
  22058. end try
  22059. D(All Packages
  22060. Reference Library Edition
  22061. System PickerITThe new System Picker replaces System Picker 1.0.1 and is compatible with Mac OS 8.0J
  22062. System PickerK
  22063. Mar 92L
  22064. Sep 97O/Dev.CD Dec 99 RL:Utilities:System Picker 1.1a3:P4Dev.CD Dec 99 RL
  22065.  - Utilities
  22066.  - System Picker 1.1a3V
  22067. 62501X
  22068. Dec 99^
  22069. dramatic
  22070. dramatically
  22071. drawbacks
  22072. drawing
  22073. drawn
  22074. draws
  22075. drawsprcoket
  22076. May 00^
  22077. r--set theItem to choose file -- uncomment to test in an AS editor
  22078.     tell application "Finder"
  22079.         open item "Dev.CD May 00 TC:Sample Code:"
  22080.         activate
  22081.     end tell
  22082. on error errMsg number errNum
  22083.     --enter statements to perform when no records are found such as...
  22084.     display dialog "Sorry, the item you selected could not be found."
  22085.     return
  22086. end try
  22087. e    No Changef
  22088. QuickTime
  22089. Dev.CD May 00 TC
  22090. D!All Packages
  22091. Tool Chest Edition
  22092. mmary: Macintosh CTB software distributed at the 1992 Worldwide Developers Conference in the CTB Technical session. This software is intended to be useful to anyone developing a CTB compatible application or CTB Tool.
  22093. Features: The components included are:
  22094. * CTB API overview (TEXT file)
  22095. * Comm Toolbox architecture/roadmap/example courseware (HyperCard stack)
  22096. * MPW 411 files
  22097. * CustomChoose outline (TEXT file)
  22098. * Staging Alerts description (TEXT file)
  22099. * Macsbug dcmd files for Tool debugginfor Tool debuggin
  22100. All Packages
  22101. CPU SE 406O
  22102. Dev.CD Jul 95P
  22103. Dev.CD Jul 9V
  22104. 61518X
  22105. Jul 95
  22106. b--set theItem to choose file -- uncomment to test in an AS editor
  22107.     tell application "Finder"
  22108.         open item "Dev.CD Jul 95"
  22109.         activate
  22110.     end tell
  22111. on error errMsg number errNum
  22112.     --enter statements to perform when no records are found such as...
  22113.     display dialog "Sorry, the item you selected could not be found."
  22114.     return
  22115. end try
  22116. All Packages
  22117. CPU SE 406O
  22118. Dev.CD Jul 95P
  22119. Dev.CD Jul 9V
  22120. 61519X
  22121. Jul 95
  22122. b--set theItem to choose file -- uncomment to test in an AS editor
  22123.     tell application "Finder"
  22124.         open item "Dev.CD Jul 95"
  22125.         activate
  22126.     end tell
  22127. on error errMsg number errNum
  22128.     --enter statements to perform when no records are found such as...
  22129.     display dialog "Sorry, the item you selected could not be found."
  22130.     return
  22131. end try
  22132. D!All Packages
  22133. Tool Chest Edition
  22134. CPUGestaltmage
  22135. contains
  22136. debug
  22137. version
  22138. 2.5.2
  22139. which
  22140. Chinese Handwriting KitO
  22141. Dev.CD May 97 TCP
  22142. Dev.CD May 97 T.CD Apr 94
  22143. Dev.CD Jan 94
  22144. Dev.CD Oct 93
  22145. Dev.CD Jul 93
  22146. Dev.CD Apr 93PDDev.CD Apr 94
  22147. Dev.CD Jan 94
  22148. Dev.CD Oct 93
  22149. Dev.CD Jul 93
  22150. Dev.CD Apr 9V
  22151. 61060X
  22152. Apr 94
  22153. --set theItem to choose file -- uncomment to test in an AS editor
  22154.     tell application "Finder"
  22155.         open item "Dev.CD Apr 94
  22156. Dev.CD Jan 94
  22157. Dev.CD Oct 93
  22158. Dev.CD Jul 93
  22159. Dev.CD Apr 93"
  22160.         activate
  22161.     end tell
  22162. on error errMsg number errNum
  22163.     --enter statements to perform when no records are found such as...
  22164.     display dialog "Sorry, the item you selected could not be found."
  22165.     return
  22166. end try
  22167. All Packages
  22168. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  22169. Dev.CD Jan 94
  22170. Dev.CD Oct 93
  22171. Dev.CD Jul 93
  22172. Dev.CD Apr 93PDDev.CD Apr 94
  22173. Dev.CD Jan 94
  22174. Dev.CD Oct 93
  22175. Dev.CD Jul 93
  22176. Dev.CD Apr 9V
  22177. 61061X
  22178. Apr 94
  22179. photoshop
  22180. player
  22181. plugins
  22182. postscript
  22183. powerbook
  22184. primer
  22185. ications
  22186. All Packages
  22187. System 7 Tune-UpO
  22188. Dev.CD Sept 92
  22189. Dev.CD Aug 92P
  22190. Dev.CD Sept 92
  22191. Dev.CD Aug 9V
  22192. 62217X
  22193. Sept 9
  22194. q--set theItem to choose file -- uncomment to test in an AS editor
  22195.     tell application "Finder"
  22196.         open item "Dev.CD Sept 92
  22197. Dev.CD Aug 92"
  22198.         activate
  22199.     end tell
  22200. on error errMsg number errNum
  22201.     --enter statements to perform when no records are found such as...
  22202.     display dialog "Sorry, the item you selected could not be found."
  22203.     return
  22204. end try
  22205. All Packages
  22206. System 7 Tune-UpO)Dev.CD Apr 92
  22207. Dev.CD Mar 92
  22208. Dev.CD Feb 92P(Dev.CD Apr 92
  22209. Dev.CD Mar 92
  22210. Dev.CD Feb 9V
  22211. 62218X
  22212. Apr 92
  22213. revisionw
  22214. revisited
  22215. revolution
  22216. rewrite
  22217. rewritten
  22218. rgbforecolor
  22219. rhapsody
  22220. ricardo
  22221. richard
  22222. richery
  22223. rightZ
  22224. Je    No Changef
  22225. Update
  22226.  Imageq
  22227. Dev.CD Jul 98 SSW/SDK
  22228. KD!All Packages
  22229. Tool Chest Edition
  22230. Xap Handles dcmdInSummary: A dcmd that fills disposed memory with bus error numbers to detect the re-use of de-allocated memory.J
  22231. Memory Management.imgK
  22232. Vol XOBDev.CD May 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD May 00 TC
  22233.  - Tool Chest
  22234.  - Testing & Debugging
  22235.  - Memory ManagementV
  22236. 62594X
  22237. May 00^
  22238. --set theItem to choose file -- uncomment to test in an AS editor
  22239.     tell application "Finder"
  22240.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  22241.         activate
  22242.     end tell
  22243. on error errMsg number errNum
  22244.     --enter statements to perform when no records are found such as...
  22245.     display dialog "Sorry, the item you selected could not be found."
  22246.     return
  22247. end try
  22248. e    No Changeq
  22249. Dev.CD May 00 TC
  22250. LD!All Packages
  22251. Mac OS SDK Edition
  22252. XTND 1.3.6
  22253. quickdraw's@
  22254. recipes@
  22255. region@
  22256. report@
  22257. Dev.CD Apr 9V
  22258. 62404X
  22259. Apr 93
  22260. b--set theItem to choose file -- uncomment to test in an AS editor
  22261.     tell application "Finder"
  22262.         open item "Dev.CD Apr 93"
  22263.         activate
  22264.     end tell
  22265. on error errMsg number errNum
  22266.     --enter statements to perform when no records are found such as...
  22267.     display dialog "Sorry, the item you selected could not be found."
  22268.     return
  22269. end try
  22270. All Packages
  22271. System Enabler 111 (PB 160/180)O
  22272. Dev.CD Apr 93P
  22273. Dev.CD Apr 9V
  22274. 62405X
  22275. Apr 93
  22276. b--set theItem to choose file -- uncomment to test in an AS editor
  22277.     tell application "Finder"
  22278.         open item "Dev.CD Apr 93"
  22279.         activate
  22280.     end tell
  22281. on error errMsg number errNum
  22282.     --enter statements to perform when no records are found such as...
  22283.     display dialog "Sorry, the item you selected could not be found."
  22284.     return
  22285. end try
  22286. All Packages
  22287. System Enabler 111 (PB 160/180)O
  22288. Dev.CD Apr 93P
  22289. Dev.CD Apr 9V
  22290. 62406X
  22291. Apr 93
  22292. wannabe
  22293. f--set theItem to choose file -- uncomment to test in an AS editor
  22294.     tell application "Finder"
  22295.         open item "Dev.CD Jun 97 SSW"
  22296.         activate
  22297.     end tell
  22298. on error errMsg number errNum
  22299.     --enter statements to perform when no records are found such as...
  22300.     display dialog "Sorry, the item you selected could not be found."
  22301.     return
  22302. end try
  22303. item you selected could not be found."
  22304.     return
  22305. end try
  22306. e    No Changef
  22307. Adobe
  22308. Acrobat
  22309. Reader
  22310. Dev.CD Mar 00 RL Disk 1
  22311. D(All Packages
  22312. Reference Library Edition
  22313. F$Advanced Color Imaging on the Mac OS
  22314.     jects Categories and Posers by Theresa Ray of Tensor Information Systems
  22315. Categories and posers are powerful mechanisms for extending and/or replacing the behavior of classes for which you cannot update the source. These techniques are essential tools that every WebObjects programmer should understand.
  22316. 60109X
  22317. 1e    No Change
  22318. Bugs fixed. Save to PICT file as well as resouce.
  22319. 57234X
  22320. 1e    No Change
  22321.     W& region rather than just its portRect.
  22322. Sample Code.imgK
  22323. Feb 92L
  22324. May 97O
  22325. Dev.CD May 00 TC:Sample Code:P
  22326. Dev.CD May 00 TC
  22327.  - Sample Code
  22328. mactcp
  22329. mactcp
  22330. developer
  22331. tools
  22332. mactcp
  22333. mactcp
  22334. first
  22335. mactcp
  22336. mactype
  22337. mactype
  22338. datasheet
  22339. white
  22340. paper
  22341. applescript's
  22342. applesearchS
  22343. appleshareS
  22344. applesingle/appledou
  22345. applet
  22346. on creates a different size memory partition 
  22347. 61779X
  22348. Apr 00^
  22349. --set theItem to choose file -- uncomment to test in an AS editor
  22350.     tell application "Finder"
  22351.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Navigation Services SDK:"
  22352.         activate
  22353.     end tell
  22354. on error errMsg number errNum
  22355.     --enter statements to perform when no records are found such as...
  22356.     display dialog "Sorry, the item you selected could not be found."
  22357.     return
  22358. end try
  22359. e    No Changeq
  22360. Dev.CD Apr 00 SDK1
  22361. D!All Packages
  22362. Tool Chest Edition
  22363. Navigable Movie Toolkit
  22364.     lles Lavoie & Bo3b Johnson
  22365. Two guest puzzlers take on a problem that, while innocuous on the surface, proves to be deep and dastardly. It involves dialog boxes. Need we say more?
  22366. JEdevelop Issue 29:
  22367. develop Issue 29 code:
  22368. develop Issue 29 references:K
  22369. Mar 97OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 29:PQDev.CD Mar 00 RL Disk 1
  22370.  - Technical Documentation
  22371.  - Develop
  22372.  - develop Issue 29 if any OS. support.
  22373. This pac
  22374. M[This is a software only package and is provided as a tool for use with VU 1.1.1 and VU 2.0.W
  22375. 61503X
  22376. Mar 00^    RL Disk 1
  22377. --set theItem to choose file -- uncomment to test in an AS editor
  22378.     tell application "Finder"
  22379.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:ColorSync 3.0 Installer:"
  22380.         activate
  22381.     end tell
  22382. on error errMsg number errNum
  22383.     --enter statements to perform when no records are found such as...
  22384.     display dialog "Sorry, the item you selected could not be found."
  22385.     return
  22386. end try
  22387. e    No Changef:ColorSync
  22388. calibrator
  22389. scripting
  22390. profile
  22391. gamma
  22392. tag colorq
  22393. Dev.CD Mar 00 RL Disk 1
  22394.     D!All Packages
  22395. Mac OS SDK Edition
  22396. ColorSync Photoshop Plugins 2.1
  22397.     tell application "Finder"
  22398.         open item "Dev.CD Apr 92"
  22399.         activate
  22400.     end tell
  22401. on error errMsg number errNum
  22402.     --enter statements to perform when no records are found such as...
  22403.     display dialog "Sorry, the item you selected could not be found."
  22404.     return
  22405. end try
  22406. All Packages
  22407. System 7 Tune-UpV
  22408. 60992X
  22409. W your applications.
  22410. Speed Your Software Development with MacApp.  Let MacApp 
  22411. take care of the user so you can focus on writing
  22412. and reusing
  22413. code.
  22414. How to Design an Object-Based Application.  A step-by-step two-phase process for designing an object-bases application.
  22415. Unofficial C++ Style Guide.  How to harness C++
  22416. s power without getting tripped up by some of its less savory features.
  22417. Demystifying the GS/OS Cache.  Taking the mystery and confusion out of caching algorithms. 
  22418. J(develop Issue  2:
  22419. develop Issue  2 code:K
  22420. Vol IIIL
  22421. Jun 95izeMust to false on ent
  22422. Summary: This is the electronic version of develop magazine.
  22423.  Issue 3 highlights:
  22424. CD-ROM: The Cutting Edge  by Mark B. Johnson.  How you can take best advantage of CD-ROM technology and what the trade-offs are.
  22425. The Ins and Outs of ISO 9660 and High Sierra  by Brian Bechtel.  The two standard file formats for CD-ROM discs, how they relate to the Macintosh
  22426. s native file format, and how to implement them.
  22427. How to Create a Mixed-Partition CD-ROM  by Llew Roberts.   Step-by-step instruction
  22428. s on how to mix ProDOS and HFS partitions on a hard disk for pressing as a CD-ROM, plus why you might want to do so.
  22429. Accessing CD-ROM Audio Tracks From Your Application  by Eric Mueller. The calls to use if you want to access CD-ROM audio tracks from your Apple II application, the layout of a CD-ROM audio track, and more.
  22430. s Up: Catch the Comm Toolbox Wave  by Rob Berkowitz and Alex Kazim.  An introduction to three Communications Toolbox managers, illustrated by a look at a simple te
  22431. nothing
  22432. noticed
  22433. notifier
  22434. notify
  22435. notions
  22436. novell
  22437. novemberj
  22438. novice
  22439. nsarray
  22440. manager
  22441. library
  22442. plug-ins
  22443. network
  22444. administrator's
  22445. guide
  22446. second
  22447. edition
  22448. nsstring
  22449. nsthread
  22450. nubusQ
  22451. nubustester
  22452. nubustester
  22453. library
  22454. source
  22455. detect
  22456. early
  22457. macintosh
  22458. number
  22459. numbers
  22460. numerals
  22461. numerousp
  22462. nvram
  22463. nvramrc
  22464. objectQ
  22465. object-based
  22466. control
  22467. scroll
  22468. scroll
  22469. driver
  22470. localization
  22471. localization
  22472. japan
  22473. localizers
  22474. locationt
  22475. locator
  22476. lockvol
  22477. lockvol
  22478. lurkers
  22479. lurkers
  22480. hosesample
  22481. application
  22482. environment
  22483. graphics
  22484. primer
  22485. runtime
  22486. architectures
  22487. market
  22488. media
  22489. memory
  22490. modern
  22491. module
  22492. monitorr
  22493. navigator
  22494. newsi
  22495. notesS
  22496. onescannerg
  22497. opp's
  22498. palette
  22499. parserV
  22500. performance
  22501. photoshop
  22502. player
  22503. plugins
  22504. postscript
  22505. primer
  22506. B specification.
  22507. e    No Changef
  22508. performance analysisq
  22509. Dev.CD May 00 TC
  22510. All Packages
  22511. MultiFinder 6.1b9O
  22512. Dev.CD July 92
  22513. Dev.CD June 92
  22514. Dev.CD May 92
  22515. Dev.CD Apr 92
  22516. Dev.CD Mar 92
  22517. Dev.CD Feb 92
  22518. Dev.CD Jan 92
  22519. Dev.CD Vol. XI
  22520. Dev.CD Vol. X
  22521. Dev.CD Vol. IX
  22522. Dev.CD Vol. VII
  22523. Dev CD Vol. VI
  22524. Dev CD Vol. V
  22525. Dev CD Vol. IVP
  22526. Dev.CD July 92
  22527. Dev.CD June 92
  22528. Dev.CD May 92
  22529. Dev.CD Apr 92
  22530. Dev.CD Mar 92
  22531. Dev.CD Feb 92
  22532. Dev.CD Jan 92
  22533. Dev.CD Vol. XI
  22534. Dev.CD Vol. X
  22535. Dev.CD Vol. IX
  22536. Dev.CD Vol. VII
  22537. Dev CD Vol. VI
  22538. Dev CD Vol. V
  22539. Dev CD Vol. IV
  22540. 61772X
  22541. July 9
  22542. RL:Technical Documentation:develop:develop Issue  9:PJDev.CD Mar 00 RL
  22543.  - Technical Documentation
  22544.  - develop
  22545.  - develop Issue  9me
  22546.  movies from videotape.
  22547. MovieShop: A tool that processes QuickTime movies into a format that plays well from CD-ROM.
  22548. QuickTime XCMDs:  QTMovie, QTRecordMovie, QTEditMovie, and the QTPict XCMDs. 
  22549. Reinstaller:  A simple utility that takes any file or files and installs all components found within those files.
  22550. Set Movie Information: An appli
  22551. Summary:  The aim of this application and its code is to give an example of creating a Scriptable Application. A scriptable application goes far beyond supporting just the basic four events of the Required Suite (Open Application, Open Documents, Print Documents and Quit Application).
  22552. This latest version of 7Edit has been designed to be very similar to the Scriptable Text Editor. The example may not be as fully scriptable as the Scriptable Text Editor but it should give you good idea of hB
  22553. ow to make your application scriptable. In particular it shows you how to handle the 'whose' clause in AppleScript.
  22554. This version of 7Edit also demonstrates  QuickDraw GX printing and Drag Manager Support.
  22555. Sample Code.imgK
  22556. Jan 96L
  22557. Dev.CD May 00 TC:Sample Code:P
  22558. Dev.CD May 00 TC
  22559.  - Sample Codeh when _ADBReInit is called.J+ADBReInit
  22560. ADBReInit Note
  22561. ADBReInit Note.txtK
  22562. Sep 92:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:V
  22563. 57659X
  22564. 1e    No Change
  22565. 61499X
  22566. May 00^
  22567. --set theItem to choose file -- uncomment to test in an AS editor
  22568.     tell application "Finder"
  22569.         open item "Dev.CD May 00 TC:Tool Chest:Developer Utilities:ResEdit 2.1.3:ResEdit Extensions:CODE Editor for ResEdit 2.1:"
  22570.         activate
  22571.     end tell
  22572. on error errMsg number errNum
  22573.     --enter statements to perform when no records are found such as...
  22574.     display dialog "Sorry, the item you selected could not be found."
  22575.     return
  22576. end try
  22577. e    No ChangefGResEdit 2.1 2.1.1 Code Disassembly Disassembler Viewer Editor RSSC HEXAq
  22578. Dev.CD May 00 TC
  22579. D!All Packages
  22580. Tool Chest Edition
  22581. Color Locator DA
  22582. Summary: Color Locator DA enables you to see anything on the desktop in fatbits mode, find its global, local, or relative coordinates, find the relative amounts of red, green, and blue, and the index into the color table as well as how many entries are in the color table. 
  22583. Color Locator DAK
  22584. Vol VL
  22585. Vol VIInge
  22586. Save Print Record:  Walks you through the style and job dialogs to create a print record ready-to-print-with, and then saves it to a resource file with resource type 'YO!!' and ID 128.  The first step towards saving print records for multiple printers.
  22587. Scalable PostScript PICT:  Shows how you can use the PostScript clip in combination with the QuickDraw clipping region to make PostScript code that scales at run-time.  Has some limitations, but a useful technique.
  22588. SetPDiMC:  This MPW toolG
  22589.  sets the 
  22590. Printer Driver Is MultiFinder Compatible
  22591.  flag (see 
  22592. Learning to Drive
  22593.  on the Developer Essentials disc).
  22594. Stylemap:  Yet another code illustration for the Q&A on "intrinsic styles of a PostScript font" in d e v e l o p, Summer 1991.
  22595. Sample Code.imgK
  22596. Nov 94L
  22597. Nov 96O
  22598. Dev.CD May 00 TC:Sample Code:P
  22599. Dev.CD May 00 TC
  22600.  - Sample CodeW
  22601. bugfix
  22602. buggy
  22603. b--set theItem to choose file -- uncomment to test in an AS editor
  22604.     tell application "Finder"
  22605.         open item "Dev.CD Apr 93"
  22606.         activate
  22607.     end tell
  22608. on error errMsg number errNum
  22609.     --enter statements to perform when no records are found such as...
  22610.     display dialog "Sorry, the item you selected could not be found."
  22611.     return
  22612. end try
  22613. inputs
  22614. inputsprocket
  22615. inputstream
  22616. inputting
  22617. inquiry
  22618. insanely
  22619. inscript
  22620. insensitivity
  22621. insert
  22622. inserted
  22623. insertion
  22624. inside[
  22625. installx
  22626. installationZ
  22627. summary
  22628. audio
  22629. palette
  22630. developer
  22631. documentation
  22632. contains
  22633. summary
  22634. february
  22635. edition
  22636. apple
  22637. publications
  22638. summary
  22639. navigable
  22640. movie
  22641. toolkit
  22642. hypercard
  22643. stack
  22644. summary
  22645. scanner
  22646. development
  22647. contains
  22648. documentation
  22649. summary
  22650. virtual
  22651. server
  22652. attempt
  22653. provide
  22654. piece
  22655. summary
  22656. collects
  22657. information
  22658. about
  22659. system
  22660. summary
  22661. developer's
  22662. package
  22663. includes
  22664. appleshar@
  22665. summary
  22666. contains
  22667. information
  22668. describing
  22669. summary
  22670. folder
  22671. contains
  22672. documents
  22673. about
  22674. programming
  22675. summary
  22676. folder
  22677. contains
  22678. goodies
  22679. developer
  22680. tech@
  22681. summary
  22682. installer
  22683. install
  22684. files
  22685. needed
  22686. worldscr@
  22687. summary
  22688. da/application
  22689. allows
  22690. examine
  22691. developeru
  22692. developmentm
  22693. diagrams
  22694. digital
  22695. digital
  22696. asset
  22697. management
  22698. digital
  22699. storyboard
  22700. directionsj
  22701. disku
  22702. multi-processing
  22703. multicast
  22704. multihoming
  22705. multilingual
  22706. multilingual
  22707. editing
  22708. multilingual
  22709. editor
  22710. multimedia
  22711. multiple
  22712. multiple
  22713. monitor
  22714. multiple
  22715. multiprocessing
  22716. multiprocessor
  22717. multitasking
  22718. music
  22719. music
  22720. movie
  22721. mutable
  22722. mutable
  22723. string
  22724. named
  22725. named
  22726. navigable
  22727. navigable
  22728. movies
  22729. navigation
  22730. navigation
  22731. services
  22732. ctsupportlib
  22733. opaque
  22734. opaque
  22735. types
  22736. systems
  22737. transport
  22738. opentransport
  22739. optimizing
  22740. option
  22741. option
  22742. management
  22743. ordered
  22744. ordered
  22745. collection
  22746. ot/ppp
  22747. ot/ppp
  22748. transport
  22749. otfifo
  22750. otlifo
  22751. otlink
  22752. otoptionmanagment
  22753. ottcpwilldial
  22754. override
  22755. override
  22756. quickdraw
  22757. table
  22758. resource
  22759. coachmarks
  22760. coach 
  22761. sequences
  22762. Help Browser
  22763. Help Center
  22764. user help
  22765. user guide
  22766. help pages
  22767. ATSUI
  22768. Unicode
  22769. imaging
  22770. fonts
  22771. characters
  22772. glyphs
  22773. layout
  22774. network
  22775. location
  22776. Network Services Location Manager
  22777. clock
  22778. Date & Time
  22779. fonts
  22780. Font Manager
  22781. Font Management
  22782. Multilingual Text Editor
  22783. TextEdit
  22784. MultiLingual Text Editing
  22785. Unicode
  22786. 32K limit
  22787. 32K barrier
  22788. fonts
  22789. FontSync
  22790. Font Sync
  22791. mismatch
  22792. match
  22793. matching
  22794. File Manager
  22795. HFS Plus
  22796. Unicode
  22797. named fC
  22798. filename
  22799. file system
  22800. ATSUI
  22801. Apple Type Services for Unicode Imaging
  22802. Apple Advanced Typography
  22803. typography
  22804. fonts
  22805. Unicode
  22806. rendering
  22807. Carbon
  22808. CarbonLib
  22809. porting
  22810. Mac OS 9
  22811. PPDev.CD Apr 00 SDK1
  22812.  - Development Kits
  22813.  - Mac OS
  22814.  - MRJ
  22815.  - MRJ 2.1.4 Web Installsion
  22816. I/O RAM CardBusq
  22817. Dev.CD Jul 98 SSW/SDK
  22818. ND!All Packages
  22819. Tool Chest Edition
  22820. Diagnostic Sound Sampler 1.0IfSummary: Mac II error tones.  This application explains the various Macintosh II audio error messages.J
  22821. Hardware tools.imgK
  22822. Vol IIIO?Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Hardware tools:PGDev.CD May 00 TC
  22823.  - Tool Chest
  22824.  - Testing & Debugging
  22825.  - Hardware toolsV
  22826. 60340X
  22827. May 00^
  22828. --set theItem to choose file -- uncomment to test in an AS editor
  22829.     tell application "Finder"
  22830.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  22831.         activate
  22832.     end tell
  22833. on error errMsg number errNum
  22834.     --enter statements to perform when no records are found such as...
  22835.     display dialog "Sorry, the item you selected could not be found."
  22836.     return
  22837. end try
  22838. e    No Changeq
  22839. Dev.CD May 00 TC
  22840. OD!All Packages
  22841. Tool Chest Edition
  22842. DIMM Config&Interleave v1.1
  22843. actually
  22844. graphical
  22845. editor
  22846. which
  22847. create
  22848. adaptT
  22849. adaptation
  22850. adapts
  22851. adbop
  22852. adbreinitV
  22853. add-ons
  22854. addchange
  22855. addedw
  22856. addendumg
  22857. addheader
  22858. adding^
  22859. additionc
  22860. additionala
  22861. additionally
  22862. additionsj
  22863. addresmenu
  22864. addresmenu7.1
  22865. addressh
  22866. address
  22867. resolution
  22868. protocol
  22869. protocol
  22870. mapping
  22871. tems in the System Folder.
  22872. on Hammerhead-based PCI PowerMacs, such as the 7300, 7500, 7600, 8500, 8600, 9500, and 9600 computers. It doesn't support any Nubus machine, including the original PowerMac, or PowerMacs which use a memory controller other than a Hammerhead-based, such as the 4400, 6400 or 7200.
  22873. DIMM Config&Interleave
  22874. DIMM Config.rsrc
  22875. DIMM Configuration Read Me v1.1
  22876. DIMM Interleave Rlsd.
  22877. DIMM Interleave Rlsd.
  22878.  Data
  22879. FindHammerHead.c
  22880. Interleave.c
  22881. Interleave.h
  22882. TestBanks.cK
  22883. Dec 97N4DIMM, Interleaving, memory, configuration, RAM, DRAMO?Dev.CD May 00 TC:Tool Chest:Memory:DIMM Config&Interleave v1.1:PGDev.CD May 00 TC
  22884.  - Tool Chest
  22885.  - Memory
  22886.  - DIMM Config&Interleave v1.1pr 95"
  22887.         activate
  22888.     end tell
  22889. on error errMsg number errNum
  22890.     --enter statements to perform when no records are found such as...
  22891.     display dialog "Sorry, the item you selected could not be found."
  22892.     return
  22893. end try
  22894. All Packages
  22895. QuickDraw GXO
  22896. Dev.CD Apr 95P
  22897. Dev.CD Apr 9V
  22898. 60744X
  22899. Apr 95
  22900. editions
  22901. editorN
  22902. editor'sj
  22903. editors
  22904. edittext
  22905. edittextcdev
  22906. educationalj
  22907. eenie
  22908. effect
  22909. bytes
  22910. cableT
  22911. cache
  22912. cachedp
  22913. calibration
  22914. call`
  22915. call-backs
  22916. callbacks
  22917. calledW
  22918. callhyper
  22919. calling
  22920. calls`
  22921. cannot
  22922. capabilites
  22923. All Packages
  22924. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  22925. Dev.CD Jan 94
  22926. Dev.CD Oct 93
  22927. Dev.CD Jul 93
  22928. Dev.CD Apr 93PDDev.CD Apr 94
  22929. Dev.CD Jan 94
  22930. Dev.CD Oct 93
  22931. Dev.CD Jul 93
  22932. Dev.CD Apr 9V
  22933. 62460X
  22934. Apr 94
  22935. --set theItem to choose file -- uncomment to test in an AS editor
  22936.     tell application "Finder"
  22937.         open item "Dev.CD Apr 94
  22938. Dev.CD Jan 94
  22939. Dev.CD Oct 93
  22940. Dev.CD Jul 93
  22941. Dev.CD Apr 93"
  22942.         activate
  22943.     end tell
  22944. on error errMsg number errNum
  22945.     --enter statements to perform when no records are found such as...
  22946.     display dialog "Sorry, the item you selected could not be found."
  22947.     return
  22948. end try
  22949. All Packages
  22950. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  22951. Dev.CD Jan 94
  22952. Dev.CD Oct 93
  22953. Dev.CD Jul 93
  22954. Dev.CD Apr 93PDDev.CD Apr 94
  22955. Dev.CD Jan 94
  22956. Dev.CD Oct 93
  22957. Dev.CD Jul 93
  22958. Dev.CD Apr 9V
  22959. 62461X
  22960. Apr 94
  22961. All Packages
  22962. System Enabler 065 (LC 575)O
  22963. Dev.CD Apr 94
  22964. Dev.CD Jan 94P
  22965. Dev.CD Apr 94
  22966. Dev.CD Jan 9V
  22967. 62367X
  22968. Apr 94
  22969. p--set theItem to choose file -- uncomment to test in an AS editor
  22970.     tell application "Finder"
  22971.         open item "Dev.CD Apr 94
  22972. Dev.CD Jan 94"
  22973.         activate
  22974.     end tell
  22975. on error errMsg number errNum
  22976.     --enter statements to perform when no records are found such as...
  22977.     display dialog "Sorry, the item you selected could not be found."
  22978.     return
  22979. end try
  22980. All Packages
  22981. System Enabler 065 (LC 575)O
  22982. Dev.CD Apr 94
  22983. Dev.CD Jan 94P
  22984. Dev.CD Apr 94
  22985. Dev.CD Jan 9V
  22986. 62368X
  22987. Apr 94
  22988. ows you how to set up your program to use QuickDraw GX, how QuickDraw GX relates to the rest of the Macintosh environment, and how to handle errors and debug your code.  It also describes a public data format for objects, and documents several managers that extend the object architecture and provide utility functions.
  22989. QuickDraw GX Graphics
  22990. This book shows  
  22991.   Under DMZ, the program demonstrates the use of placing the DDP node, used to send the Echo protocol packet, into raw mode, so that the return packet contains the long DDP header information.
  22992. JbDMZ.68k
  22993. DMZ.fat
  22994. dmz.make
  22995. .ppc.sc
  22996. .rsrc
  22997. Objects
  22998. sources
  22999. Think DMZ.ppcK
  23000. Sep 92L
  23001. Jul 96M
  23002. MPW distributed with ETO 18, Open Transport 1.1 SDK, CodeWarrior8, or Symantec Project Manager 8.0.3 required to build the application.NPOpen Transport, NBP, AppleTalk, DDP, rawmode, NBPLookup, OTLookup, Echo ProtocolO@Dev.CD May 00 TC:Tool Chest:Networking:Network Watch (DMZ) v1.5:PHDev.CD May 00 TC
  23003.  - Tool Chest
  23004.  - Networking
  23005.  - Network Watch (DMZ) v1.5rbina. The sequence grabber component supports capture of any media type. Here
  23006. s how to use it.
  23007. JEdevelop Issue 19:
  23008. develop Issue 19 code:
  23009. develop Issue 19 references:K
  23010. Vol IIIL
  23011. Jun 95OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 19:
  23012. finderevents
  23013. events
  23014. finder
  23015. label
  23016. ckets directly to an ethernet driver using the Open Transport XTI API. 
  23017. The sample program implements both send and receive. Demonstrates the following.
  23018. 1. How to determine which port AppleTalk is currently using
  23019. 2. List available ethernet drivers
  23020. 3. Using Option Management to enable raw mode for both original and mentat template based drivers.
  23021. Development - Requires CodeWarrior IDE v2.1 or greater along with OT 1.1.2 or greater. B
  23022. For testing with ethernet hardware not using the mentat template, requires a minimum of SSW 7.5.3 and OT 1.1.1. If an ethernet driver that has a driver based on the mentat template, then SSW 8.0 with OT 1.2 is required.
  23023. Sample Code.imgK
  23024. Nov 98M
  23025. See the readme fileNCEthernet, raw mode, DLPI, enet, multicast, MDATA, LLC, 802.2, 802.3O
  23026. Dev.CD May 00 TC:Sample Code:P
  23027. Dev.CD May 00 TC
  23028.  - Sample Codeay 00 TC:Sample Code:P
  23029. Dev.CD May 00 TC
  23030.  - Sample CodeV
  23031. 59040X
  23032. 1le CodeV
  23033. 59040X
  23034. 1e    No Change
  23035. Summary:  These applications demonstrate how to write a background task which uses Apple events to pass on task related information to another application.
  23036.  How to write a Faceless Background Application that performs a task.
  23037.  Sending and receiving application specific Apple events.
  23038.  How to receive AppleScript subroutine Apple events.
  23039.  Use of the Notification Manager to notify users using alerts, flashing menu bar icon and sound.
  23040.  PBCatSearch() of files between modification dateB?s.
  23041.  How to write a script application that runs in idle time.
  23042. Sample Code.imgK
  23043. Apr 96L
  23044. May 97N
  23045. background apple eventO
  23046. Dev.CD May 00 TC:Sample Code:P
  23047. Dev.CD May 00 TC
  23048.  - Sample Codever this is placed a Movie which is drawn in front of the composited image.J
  23049. Sample Code.imgK
  23050. Feb 00
  23051. C:Sample Code:V
  23052. 59024X
  23053. 1e    No Change
  23054. Summary:  DiskFiller is a little utility that allows users to instantly fill any mounted disk.  This is incredibly useful for testing low-disk-space conditions.  You no longer have to duplicate file after file to fill your hard disk.
  23055.   It creates a file on the root level of the filled disk called "Filler".  To free the space, the user can throw away the "Filler" file.
  23056. Features:  Allows user to specify disk to fill, and how much space (in bytes or in kbytes) to leave free.  This way you caBOn test various amounts of low disk space.
  23057. Issues:  Only tested under System 7.
  23058. Stress testing tools.imgK
  23059. Apr 94N
  23060. Utility, Tool, Low Disk SpaceOEDev.CD May 00 TC:Tool Chest:Testing & Debugging:Stress testing tools:PMDev.CD May 00 TC
  23061.  - Tool Chest
  23062.  - Testing & Debugging
  23063.  - Stress testing tools1e    No Change
  23064. guide
  23065. guide
  23066. contents
  23067. guidelines
  23068. spooler
  23069. patch
  23070. viewX
  23071. viewed
  23072. viewer
  23073. and fixes many bugs found in Ad Lib 3.0.  There is one new feature, a log file that is written when resource tables are rebuilt. Logging can be disabled by checking a box in the dialog that prompts for a table rebuild or conversion.
  23074.  Install Ad Lib 3.0.1
  23075. Apr 00L
  23076. Apr 00
  23077. A$Mac OS 8 or later.  68020 or better.
  23078. NIMacApp, Framework, Object-oriented, Classes, C++, View, Editor, ResourcesO7Dev.CD Apr 00 SDK1:What's New:Tool Chest:MacApp:Ad Lib:PBDev.CD Apr 00 SDK1
  23079.  - What's New
  23080.  - Tool Chest
  23081.  - MacApp
  23082.  - Ad Lib
  23083. Jul 98ences
  23084. prefse
  23085. prefs
  23086. system
  23087. previous
  23088. primer
  23089. onescannerg
  23090.  success!
  23091. 61574X
  23092. May 00^
  23093. --set theItem to choose file -- uncomment to test in an AS editor
  23094.     tell application "Finder"
  23095.         open item "Dev.CD May 00 TC:Tool Chest:Memory:DIMM Config&Interleave v1.1:"
  23096.         activate
  23097.     end tell
  23098. on error errMsg number errNum
  23099.     --enter statements to perform when no records are found such as...
  23100.     display dialog "Sorry, the item you selected could not be found."
  23101.     return
  23102. end try
  23103. e    No Changef/DIMM
  23104. Interleaving
  23105. memory
  23106. configuration
  23107. DRAMq
  23108. Dev.CD May 00 TC
  23109. PD(All Packages
  23110. Reference Library Edition
  23111. Disinfectant 3.7.1I
  23112. Summary: Disinfectant is a free anti-viral utility for the Mac. 
  23113. Features: Disinfectant detects and removes known Mac viruses.  J
  23114. DisinfectantK
  23115. Vol IIIL
  23116. Sep 97M&Mac 512K or later, System 6.0 or laterO.Dev.CD Dec 99 RL:Utilities:Disinfectant 3.7.1:P3Dev.CD Dec 99 RL
  23117.  - Utilities
  23118.  - Disinfectant 3.7.1V
  23119. 61575X
  23120. Dec 99^
  23121. #nd."
  23122.     return
  23123. end try
  23124. All Packages
  23125. QuickDraw GXV
  23126. 60747X
  23127. 61414X
  23128. Mar 00^    RL Disk 1
  23129. --set theItem to choose file -- uncomment to test in an AS editor
  23130.     tell application "Finder"
  23131.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Human Interface:Apple Grayscale Appearance:"
  23132.         activate
  23133.     end tell
  23134. on error errMsg number errNum
  23135.     --enter statements to perform when no records are found such as...
  23136.     display dialog "Sorry, the item you selected could not be found."
  23137.     return
  23138. end try
  23139. e    No Changeq
  23140. Dev.CD Mar 00 RL Disk 1
  23141. 0D!All Packages
  23142. Mac OS SDK Edition
  23143. Apple Guide
  23144. disassemblepictures
  23145. disassembly
  23146. discV
  23147. discard
  23148. nationalv
  23149. native
  23150. natural
  23151. navigateZ
  23152. navigationi
  23153. nearly
  23154. necessaryq
  23155. needo
  23156. needed^
  23157. needsT
  23158. net/biz/bbsw
  23159. netcom
  23160. 9J4Install OpenGL
  23161. Installer
  23162. OpenGL Parts
  23163. OpenGL Read MeK
  23164. Jul 99L
  23165. Jan 00M
  23166.  A PowerPC
  23167.  based computer with a minimum of 32 megabytes of memory (RAM)
  23168.  Mac OS System 8.1 or later
  23169.  QuickDraw3D 1.6 or laterN
  23170. OpenGL, 3D, graphics
  23171. O2Dev.CD Apr 00 SDK1:Development Kits:Mac OS:OpenGL:P:Dev.CD Apr 00 SDK1
  23172.  - Development Kits
  23173.  - Mac OS
  23174.  - OpenGLV
  23175. 61808X
  23176. Apr 00^
  23177. --set theItem to choose file -- uncomment to test in an AS editor
  23178.     tell application "Finder"
  23179.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:OpenGL:"
  23180.         activate
  23181.     end tell
  23182. on error errMsg number errNum
  23183.     --enter statements to perform when no records are found such as...
  23184.     display dialog "Sorry, the item you selected could not be found."
  23185.     return
  23186. end try
  23187. e    No Changef
  23188. OpenGL
  23189. graphics
  23190. o%ftp://ftp.apple.com/developer/opengl/q
  23191. Dev.CD Apr 00 SDK1
  23192. :D!All Packages
  23193. Tool Chest Edition
  23194. Optimization TN Demos
  23195. Jul 95
  23196. specifically
  23197. specificationo
  23198. mismatched
  23199. misrecognized
  23200. missing
  23201. mistake
  23202. mixed
  23203. mixed-mode
  23204. mixed-partition
  23205. mixer
  23206. mixing
  23207. mobile
  23208. mockup
  23209. modal
  23210. terfaces
  23211. internationals
  23212. international
  23213. 1.5.1
  23214. iso9660
  23215. sample
  23216. issue
  23217. errNum
  23218.     --enter statements to perform when no records are found such as...
  23219.     display dialog "Sorry, the item you selected could not be found."
  23220.     return
  23221. end try
  23222. e    No Changef
  23223. OpenTransport
  23224. cache
  23225. displayq
  23226. Dev.CD May 00 TC
  23227. fD!All Packages
  23228. Tool Chest Edition
  23229. DumpNetworkSetup
  23230.        return
  23231. end try
  23232. All Packages
  23233. QuickDraw 3DO
  23234. Dev.CD Jun 97 SSWP
  23235. Dev.CD Jun 97 SSV
  23236. 58203X
  23237. Jun 97
  23238. 1/97.pdf
  23239. Feb 97L
  23240. Sep 97d
  23241. Jan 00L
  23242. Feb 00M
  23243. web browserN6WebObjects, WebObjects 4, Mac OS X Server, Web ObjectsO:Dev.CD Mar 00 RL Disk 2:Technical Publications:webobjects:P?Dev.CD Mar 00 RL Disk 2
  23244.  - Technical Publications
  23245.  - webobjectsu
  23246. aspects
  23247. assembled
  23248. embly-level
  23249. assigned
  23250. assignments
  23251. assist
  23252. assistancex
  23253. assistantj
  23254. assistants
  23255. assists
  23256. associatedQ
  23257. associationz
  23258. assume
  23259. assumption
  23260. assure
  23261. asynchronous
  23262. asynchronous
  23263. background
  23264. networking
  23265. macintosh
  23266. harry
  23267. asynchronously
  23268. --set theItem to choose file -- uncomment to test in an AS editor
  23269.     tell application "Finder"
  23270.         open item "Dev.CD Jun 98 RL1:What's New:Sample Code:Networking:GetSetOptions1.0d1:"
  23271.         activate
  23272.     end tell
  23273. on error errMsg number errNum
  23274.     --enter statements to perform when no records are found such as...
  23275.     display dialog "Sorry, the item you selected could not be found."
  23276.     return
  23277. end try
  23278. enable the EOM (End-of-message option).
  23279. 4. Using OptionManagement to set 
  23280. Ithe default server message.
  23281. The sample provides a user option to make the OTServerLimits call and to also dump the packets that are received.  Note that by default, the incoming packets are saved to a file called "SavedPAPFileXX".  You can launch the server on the same system that you use the client to send data to the client.
  23282. Sample Code.imgK
  23283. Mar 98L
  23284. Sep 99O
  23285. Dev.CD May 00 TC:Sample Code:Picture Utilities methods work and gives you tips on developing your own methods.
  23286. Print Hin
  23287. woodcock
  23288. words
  23289. word-processing
  23290. wordperfect
  23291. wordsj
  23292. wordservices
  23293. workh
  23294. work-arounds
  23295. work-flow
  23296. workable
  23297. workaround
  23298. workarounds
  23299. tation
  23300. workstations
  23301. worldR
  23302. world's
  23303. worlds
  23304. worldscript
  23305. worldwide
  23306. worldwrite
  23307. worry
  23308. would
  23309. wprocasm
  23310. wrapcommenttext
  23311. wringer
  23312. writec
  23313. writer
  23314. writers
  23315. writes
  23316. writingw
  23317. 61564X
  23318. Mar 00^
  23319. --set theItem to choose file -- uncomment to test in an AS editor
  23320.     tell application "Finder"
  23321.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  8:"
  23322.         activate
  23323.     end tell
  23324. on error errMsg number errNum
  23325.     --enter statements to perform when no records are found such as...
  23326.     display dialog "Sorry, the item you selected could not be found."
  23327.     return
  23328. end try
  23329. Next CDq
  23330. Dev.CD Mar 00 RL
  23331. FD(All Packages
  23332. Reference Library Edition
  23333. develop Issue  9
  23334. p--set theItem to choose file -- uncomment to test in an AS editor
  23335.     tell application "Finder"
  23336.         open item "Dev.CD Jul 93
  23337. Dev.CD Apr 93"
  23338.         activate
  23339.     end tell
  23340. on error errMsg number errNum
  23341.     --enter statements to perform when no records are found such as...
  23342.     display dialog "Sorry, the item you selected could not be found."
  23343.     return
  23344. end try
  23345. All Packages
  23346. F    QuickTimeO
  23347. Dev.CD Jul 93
  23348. Dev.CD Apr 93V
  23349. 60848X
  23350. mO6Dev.CD Apr 00 SDK1:What's New:Development Kits:Mac OS:P>Dev.CD Apr 00 SDK1
  23351.  - What's New
  23352.  - Development Kits
  23353.  - Mac OSV
  23354. 61476X
  23355. Apr 00^
  23356. --set theItem to choose file -- uncomment to test in an AS editor
  23357.     tell application "Finder"
  23358.         open item "Dev.CD Apr 00 SDK1:What's New:Development Kits:Mac OS:"
  23359.         activate
  23360.     end tell
  23361. on error errMsg number errNum
  23362.     --enter statements to perform when no records are found such as...
  23363.     display dialog "Sorry, the item you selected could not be found."
  23364.     return
  23365. end try
  23366. e    No Changef
  23367. Carbon
  23368.  CarbonLibo
  23369. http://developer.apple.com/sdkq
  23370. Dev.CD Apr 00 SDK1
  23371. nD!All Packages
  23372. Mac OS SDK Edition
  23373. CardBus DDK
  23374. power
  23375. macintosh
  23376. developers
  23377. power-on
  23378. powerbookW
  23379. yperCard Player 2.4ts to perform when no records are found such as...
  23380.     display dialog "Sorry, the item you selected could not be found."
  23381.     return
  23382. end try
  23383. appletalk
  23384. ethertalk
  23385. tokentalk
  23386. network
  23387. ethernet
  23388. token
  23389. appletalk
  23390. networking
  23391. appletalk
  23392. router
  23393. internet
  23394. application
  23395. appstogo
  23396. appstogo
  23397. appwannabe
  23398. wannabe
  23399. stylechat
  23400. appwannabe
  23401. arabic
  23402. architecture
  23403. archiving
  23404. arrangement
  23405. aslmu
  23406. apple
  23407. shared
  23408. library
  23409. manager
  23410. dynamic
  23411. libraryu
  23412. profiler
  23413. apple
  23414. systemx
  23415. assemblers
  23416. assembly
  23417. assistance
  23418. assistant
  23419. async
  23420. async
  23421. asynchronous
  23422. driver
  23423. table
  23424. nection type i.e LocalTalk, EtherTalk phase 1/2, or TokenTalk phase 2.
  23425. GetADEVType:  Sample code to demonstrate use of the LAP Manager call to determine the current connection type i.e LocalTalk, EtherTalk phase 1/2, or TokenTalk phase 2.
  23426. Neighborhood Watch:  Neighborhood Watch is a MultiFinder friendly application which allows people 
  23427. truffles
  23428. truncate
  23429. truth
  23430. trying
  23431. tsmte
  23432. ttextgridview
  23433. ttextlistview
  23434. tuneplayer
  23435. tuning
  23436. tupledumper
  23437. tuples
  23438. turbo
  23439. turnedA
  23440. turning
  23441. turns
  23442. turtle
  23443. tutorialq
  23444. tween
  23445. twiddle
  23446. twisted
  23447. twists
  23448. two-byte
  23449. two-part
  23450. two-phase
  23451. two-way
  23452. twocolumn
  23453. twofold
  23454. txratio
  23455. typea
  23456. typechar
  23457. 61558X
  23458. Mar 00^    RL Disk 1
  23459. --set theItem to choose file -- uncomment to test in an AS editor
  23460.     tell application "Finder"
  23461.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 29:"
  23462.         activate
  23463.     end tell
  23464. on error errMsg number errNum
  23465.     --enter statements to perform when no records are found such as...
  23466.     display dialog "Sorry, the item you selected could not be found."
  23467.     return
  23468. end try
  23469. e    No Changeq
  23470. Dev.CD Mar 00 RL Disk 1
  23471. @D(All Packages
  23472. Reference Library Edition
  23473. develop Issue  3
  23474.     ting
  23475. automation
  23476. aware
  23477. background
  23478. background
  23479. apple
  23480. event
  23481. background
  23482. color
  23483. window
  23484. background-only
  23485. backside
  23486. backup
  23487. balloon
  23488. balloon
  23489. balloons
  23490. bandai
  23491. bandwidthA
  23492. barrier
  23493. services
  23494. colour
  23495. table
  23496. component
  23497. compression
  23498. computer
  23499. computer
  23500. based
  23501. media
  23502. conditional
  23503. Porting Objective-C to Java by Theresa Ray of Tensor Information Systems, Inc.
  23504. A quick reference guide to the major topics and tips involved converting an Objective-C application or Framework to Java. Many who have applications and/or frameworks written in Objective-C are finding it necessary to convert their Objective-C applications and frameworks to Java. Java is a widely known and supported language. Many programmers are already trained in Java, and in many cases it is becoming more ti
  23505. me-consuming and costly to retrain Java programmers to learn Objective-C programming syntax and techniques than it is to convert the Objective-C applications and frameworks to Java. Java applications can have as fast a response time as Objective-C applications, and are just as scalable as Objective-C applications. Other than the investment of time and resources (which is recouped in the long run since more programmers have the knowledge required to work on these applications and frameworks
  23506. ep 99
  23507. involving
  23508. iostreams
  23509. iotracer
  23510. ipclister
  23511. ipclistports
  23512. Wcted could not be found."
  23513.     return
  23514. end try
  23515. 62117X
  23516. Apr 00^
  23517. --set theItem to choose file -- uncomment to test in an AS editor
  23518.     tell application "Finder"
  23519.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:QuickTime
  23520.  VR:"
  23521.         activate
  23522.     end tell
  23523. on error errMsg number errNum
  23524.     --enter statements to perform when no records are found such as...
  23525.     display dialog "Sorry, the item you selected could not be found."
  23526.     return
  23527. end try
  23528. e    No Changeq
  23529. Dev.CD Apr 00 SDK1
  23530. oD!All Packages
  23531. Tool Chest Edition
  23532. QuickTime VR Tools 1.0b2
  23533. interface
  23534. interfaces
  23535. iostreams
  23536. cd-rom
  23537. device
  23538. driver
  23539. inputsprocket
  23540. powerplant
  23541. items
  23542. japanese
  23543. after
  23544. wombat
  23545. joystick
  23546. --set theItem to choose file -- uncomment to test in an AS editor
  23547.     tell application "Finder"
  23548.         open item "Dev.CD Apr 94
  23549. Dev.CD Jan 94
  23550. Dev.CD Oct 93
  23551. Dev.CD Jul 93"
  23552.         activate
  23553.     end tell
  23554. on error errMsg number errNum
  23555.     --enter statements to perform when no records are found such as...
  23556.     display dialog "Sorry, the item you selected could not be found."
  23557.     return
  23558. end try
  23559. hasn't
  23560. haveZ
  23561. b--set theItem to choose file -- uncomment to test in an AS editor
  23562.     tell application "Finder"
  23563.         open item "Dev.CD Apr 94"
  23564.         activate
  23565.     end tell
  23566. on error errMsg number errNum
  23567.     --enter statements to perform when no records are found such as...
  23568.     display dialog "Sorry, the item you selected could not be found."
  23569.     return
  23570. end try
  23571. DS; Mac Costs Less To Support; Apple Leads in Ed Market; PowerTalk Gateways; QuickDraw 3d Accelerator Card).
  23572. Technology: develop,
  23573.  Issue 24; CD Highlights; OpenDoc Human Interface FAQs; Copland Drivers; Human Interface (Culture Clash).
  23574. Business: Special Market Report (Health Care); Financing For Software Developers; Developer University Schedule; The Internet Page.
  23575. November 1995 Apple Directions Articles
  23576. Apple's Developer Business Report with news and information about Apple's strategic, technological, and business directions
  23577. Strategy Mosaic: Apple's Development Tools Strategy. IndustryWatch: The Macintosh Strate
  23578. M<ScriptSwitcher8 updates ScriptSwitcher to work on System 8.0N
  23579. scriptswitcher script switcherO8Dev.CD May 00 TC:Tool Chest:Localization:ScriptSwitcher:P@Dev.CD May 00 TC
  23580.  - Tool Chest
  23581.  - Localization
  23582.  - ScriptSwitcherV
  23583. 62135X
  23584. May 00^
  23585. --set theItem to choose file -- uncomment to test in an AS editor
  23586.     tell application "Finder"
  23587.         open item "Dev.CD May 00 TC:Tool Chest:Localization:ScriptSwitcher:"
  23588.         activate
  23589.     end tell
  23590. on error errMsg number errNum
  23591.     --enter statements to perform when no records are found such as...
  23592.     display dialog "Sorry, the item you selected could not be found."
  23593.     return
  23594. end try
  23595. e    No Changef
  23596. scriptswitcher script switcherq
  23597. Dev.CD May 00 TC
  23598. D!All Packages
  23599. Mac OS SDK Edition
  23600. ScriptX 1.5.1
  23601. downfall
  23602. download
  23603. download
  23604. directory
  23605. listing
  23606. download
  23607. given
  23608. downloading
  23609. downloads
  23610. dozen
  23611. dozens
  23612. Jan 00L
  23613. Feb 00M
  23614. web browser
  23615. text, encoding, Unicode, script, language, conversion, games, input device, sprocket, joystick, gamepad, gaming, blanking, screen, display, buffering, games, sprocket, gaming, networking, games, multiprocessing, preemptive task, multitasking, threads, threading, cons, Icon Services, Icon Utilities, 'icns', icon family, icon resources, IconRef, icon plotting, Navigation Services, Standard File, file management, file 
  23616. navigation, opening files, saving files, Network Services Location, file p
  23617. O6Dev.CD Mar 00 RL Disk 2:Technical Publications:macos8:ng
  23618. calls`
  23619. calvacom
  23620. cancelwindowcheckout
  23621. cannot
  23622. capabilites
  23623. --set theItem to choose file -- uncomment to test in an AS editor
  23624.     tell application "Finder"
  23625.         open item "Dev.CD May 00 TC:Tool Chest:OS Utilities:ShowInitIcon:"
  23626.         activate
  23627.     end tell
  23628. on error errMsg number errNum
  23629.     --enter statements to perform when no records are found such as...
  23630.     display dialog "Sorry, the item you selected could not be found."
  23631.     return
  23632. end try
  23633. enhanced
  23634. survival
  23635. guide
  23636. enterprise
  23637. enterprise
  23638. environment
  23639. eomodeler
  23640. eomodeler
  23641. erasefile
  23642. erasefile
  23643. erratam
  23644. error
  23645. error
  23646. handler
  23647. error
  23648. handler
  23649. ethernet
  23650. eventm
  23651. eventloop
  23652. eventloop
  23653. extensions-applebuil
  23654. extensions-mcwbuilt
  23655. extractors
  23656. features
  23657. Summary:  AppleTalk's Printer Access Protocol (PAP) is a session level protocol that enables communication between workstations and printers or print servers. The Macintosh PAP Client Interface implements the workstation side of PAP for the Macintosh.
  23658. PAPWorkStation.o version 8.3.4 fixes a problem which affected some PowerPC Macintosh computers with PCI expansion slots printing to fast printers/print servers.   Note: there are no changes to PAP.h and PAP.p.
  23659. JTPAP Client - Read Me First
  23660. PAP Client Interface
  23661. PAP.a.o
  23662. PAP.h
  23663. PAP.p
  23664. PAPWorkStation.oK
  23665. Apr 96L
  23666. Oct 96N
  23667. Print, AppleTalk, PAPOLDev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh PAP Client Interface:PQDev.CD Apr 98 SDK1
  23668.  - Development Kits (Disc 1)
  23669.  - Macintosh PAP Client Interface the Human Interface Notes and Guidelines, and how to contact the Human Interface groups at Apple.
  23670. JaApple Grayscale Appearance:
  23671. Human Interface Guidelines
  23672. Human Interface Notes
  23673. MacOS8Documentation:K
  23674. Jul 93M
  23675. Adobe Acrobat Reader.
  23676. OKDev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:MacTCP Developer Tools:PSDev.CD Apr 98 SDK1
  23677.  - Development Kits (Disc 1)
  23678.  - MacTCP
  23679.  - MacTCP Developer ToolsV
  23680. 61737X
  23681. Apr 98^
  23682. --set theItem to choose file -- uncomment to test in an AS editor
  23683.     tell application "Finder"
  23684.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:MacTCP Developer Tools:"
  23685.         activate
  23686.     end tell
  23687. on error errMsg number errNum
  23688.     --enter statements to perform when no records are found such as...
  23689.     display dialog "Sorry, the item you selected could not be found."
  23690.     return
  23691. end try
  23692. e    No Changef!TCP/IP
  23693. networking
  23694. standards basedq
  23695. Dev.CD Apr 98 SDK1
  23696. D!All Packages
  23697. Mac OS SDK Edition
  23698. MacTCP SDK 2.0.6
  23699.     ec 99M
  23700. Mac OS 9N!packages, Mac OS 9, package awareOSDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Human Interface Toolbox:PackageTool:P^Dev.CD Mar 00 RL Disk 1
  23701.  - What's New
  23702.  - Sample Code
  23703.  - Human Interface Toolbox
  23704.  - PackageToolV
  23705. 59345X
  23706. Mar 00e    No Change
  23707. --set theItem to choose file -- uncomment to test in an AS editor
  23708.     tell application "Finder"
  23709.         open item "Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:"
  23710.         activate
  23711.     end tell
  23712. on error errMsg number errNum
  23713.     --enter statements to perform when no records are found such as...
  23714.     display dialog "Sorry, the item you selected could not be found."
  23715.     return
  23716. end try
  23717. f the FinderEvents, which have been with us since System 7.0.0. With this API yo
  23718. u can copy a file or open a control panel or empty the trash or any of several other things usually done by Finder at the user's request.
  23719. Issues:
  23720. [1] One of the following two things is true: [a] The handling of 'iconPosition' in 'MFE_DragLow' is buggy. [b] Finder doesn't handle this pparameter properly. The practical effect is that the icon lands in an uunpredictable position in the destination folder window. 
  23721. [2] Some FinderEvents result in Finder behavior which doesn't work well unles
  23722. e    No Changef$Open Transport
  23723. STREAMS
  23724. module
  23725. driverq
  23726. Dev.CD May 00 TC
  23727. D!All Packages
  23728. Tool Chest Edition
  23729. SWAt 2.0b6
  23730. Summary:    SWAt is a tool that allows you to set several attributes of all Macintosh
  23731.  Finder
  23732.  related windows on a hard disk.  The attributes currently configurable with SWAt are: Home window position, window stagger, uniform window dimensions, scroll bar position, and folder labels.  This tool is designed to assist the CD producer in presenting a uniform look to all windows in the Finder.
  23733. Issues:   SWAt is beta software, and is completely unsupported.  Use at your own risk.
  23734. JBRead Me - SWAt 2.0b6
  23735. Read Me - SWAt 2.0b6.txt
  23736. SWAt User GuideK
  23737. May 94L
  23738. Nov 94N
  23739. CD, Finder Windows, HackO;Dev.CD May 00 TC:Tool Chest:Developer Utilities:SWAt 2.0b6:PCDev.CD May 00 TC
  23740.  - Tool Chest
  23741.  - Developer Utilities
  23742.  - SWAt 2.0b6V
  23743. 62201X
  23744. May 00^
  23745. drawsprocketlib
  23746. drawtextcodec
  23747. drawtextcodec
  23748. example
  23749. drawtkl
  23750. drawtkl
  23751. drawtkl
  23752. 62126X
  23753. Oct 97^
  23754. --set theItem to choose file -- uncomment to test in an AS editor
  23755.     tell application "Finder"
  23756.         open item "Dev.CD Oct 97 SDK1:What's New:Technical Documentaion:Rhapsody/OpenStep:RhapsodyDocumentation:"
  23757.         activate
  23758.     end tell
  23759. on error errMsg number errNum
  23760.     --enter statements to perform when no records are found such as...
  23761.     display dialog "Sorry, the item you selected could not be found."
  23762.     return
  23763. end try
  23764. e    No Changeq
  23765. Dev.CD Oct 97 SDK1
  23766. xD!All Packages
  23767. Tool Chest Edition
  23768. Rinaldi Collection
  23769. Summary: This folder contains a wide variety of HyperCard XCMDs & XFCNs, both in French and in English. Most of them are also SuperCard compatible.
  23770. Features: Expand the capabilities of HyperCard/ SuperCard by adding many external commands and functions.
  23771. Issues: Send any comments, bug reports, suggestions to:
  23772. AppleLink: RINALDI1
  23773. CalvaCom : FR10
  23774. Compuserve : 71170,2111
  23775. Internet : RINALDI1@APPLELINK@APPLE.COM  
  23776. Deleted
  23777. configureh
  23778. configured
  23779. configures
  23780. e -- uncomment to test in an AS editor
  23781.     tell application "Finder"
  23782.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Telephone Manager:"
  23783.         activate
  23784.     end tell
  23785. on error errMsg number errNum
  23786.     --enter statements to perform when no records are found such as...
  23787.     display dialog "Sorry, the item you selected could not be found."
  23788.     return
  23789. end try
  23790. Deletedf5Telephone Manager
  23791. Telephony
  23792. Analog
  23793. Phone
  23794. Dev.CD Jul 99 SDK1
  23795. All Packages
  23796. Text Encoding Converter 1.5
  23797. 61307X
  23798. -- uncomment to test in an AS editor
  23799.     tell application "Finder"
  23800.         open item "Dev.CD Apr 95
  23801. Dev.CD Jan 95"
  23802.         activate
  23803.     end tell
  23804. on error errMsg number errNum
  23805.     --enter statements to perform when no records are found such as...
  23806.     display dialog "Sorry, the item you selected could not be found."
  23807.     return
  23808. end try
  23809. All Packages
  23810. F    PowerTalkV
  23811. 56881X
  23812. products develop
  23813. Contents -> Extensions
  23814. Contents -> root of bootVol
  23815. Documentation
  23816. Experimental InterfaceLib
  23817. Interfaces & Libraries
  23818. Quick Start
  23819. Read Me
  23820. Test Target
  23821. ViewerK
  23822. Sep 97L
  23823. Aug 98M2Runs on any PowerPC-based Macintosh or compatible.N*instrumentation, EKG, performance analysisO?Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Instrumentation SDK:PGDev.CD Apr 00 SDK1
  23824.  - Development Kits
  23825.  - Mac OS
  23826.  - Instrumentation SDKV
  23827. 61666X
  23828. Apr 00^
  23829. --set theItem to choose file -- uncomment to test in an AS editor
  23830.     tell application "Finder"
  23831.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Instrumentation SDK:"
  23832.         activate
  23833.     end tell
  23834. on error errMsg number errNum
  23835.     --enter statements to perform when no records are found such as...
  23836.     display dialog "Sorry, the item you selected could not be found."
  23837.     return
  23838. end try
  23839. e    No Changef(instrumentation
  23840. performance analysisq
  23841. Dev.CD Apr 00 SDK1
  23842. D!All Packages
  23843. Tool Chest Edition
  23844. Int'l Developer Contacts 2/96f using 
  23845. rgbforecolor
  23846. rhapsody
  23847. rhapsody
  23848. pages
  23849. rhapsody
  23850. release
  23851. notes
  23852. ringQ
  23853. riser
  23854. robustness
  23855. rotation
  23856. router
  23857. routing
  23858. rules
  23859. runtime
  23860. sample
  23861. sample
  23862. saving
  23863. saving
  23864. files
  23865. saving
  23866. state
  23867. timing
  23868. scanner
  23869. summary
  23870. system
  23871. standard
  23872. window
  23873. definition
  23874. procedure
  23875. arabic
  23876. language
  23877. combination
  23878. system
  23879. elling a
  23880. ~--set theItem to choose file -- uncomment to test in an AS editor
  23881.     tell application "Finder"
  23882.         open item "Dev.CD Apr 94
  23883. Dev.CD Jan 94
  23884. Dev.CD Oct 93"
  23885.         activate
  23886.     end tell
  23887. on error errMsg number errNum
  23888.     --enter statements to perform when no records are found such as...
  23889.     display dialog "Sorry, the item you selected could not be found."
  23890.     return
  23891. end try
  23892. ould not be found."
  23893.     return
  23894. end try
  23895. Next CDq
  23896. Dev.CD Mar 00 RL
  23897. GD!All Packages
  23898. Mac OS SDK Edition
  23899. Developer Documentation
  23900.     corporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  23901. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  23902. http://www.apple.com/store
  23903. To get started,  you can go to the Developgo to the Develop
  23904. +PUDev.CD Nov 99 TC
  23905.  - Programs & Marketing
  23906.  - Apple Directions
  23907.  - Apple Directions 1996V
  23908. 61410X
  23909. Nov 99^
  23910. --set theItem to choose file -- uncomment to test in an AS editor
  23911.     tell application "Finder"
  23912.         open item "Dev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1996:"
  23913.         activate
  23914.     end tell
  23915. on error errMsg number errNum
  23916.     --enter statements to perform when no records are found such as...
  23917.     display dialog "Sorry, the item you selected could not be found."
  23918.     return
  23919. end try
  23920. Deletedq
  23921. Dev.CD Nov 99 TC
  23922. ,D!All Packages
  23923. Tool Chest Edition
  23924. Apple Directions 1997I:Summary:  Apple Directions, The Developer Business Report.
  23925. Apple Directions 01/97
  23926. Apple Directions 02/97
  23927. Apple Directions 03/97
  23928. Apple Directions 04/97
  23929. Apple Directions 05/97.pdf
  23930. Apple Directions 06/97.pdf
  23931. Apple Directions 07/97.pdf
  23932. Apple Directions 08/97.pdf
  23933. Apple Directions 09/97.pdf
  23934. Apple Directions 10/97.pdf
  23935. Apple Directions 11/97.pdf
  23936. Feb 97L
  23937. Sep 97d
  23938. Mac Logo
  23939. To support the sales of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  23940. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  23941.   1. Obtain the NEW Mac platform s) buttons take the user to each  field and button in the stacB{k which need to be localized. 
  23942. This package is System 7.0 compatible.
  23943. Issues: Minor HyperCard 2.0v2 bugs with System 7.0
  23944. HC Stack Localization Navig.imgK
  23945. Vol VIIM
  23946. HyperCard 2.0 for an unlocked copy on a hard disk. HyperCard 2.1 is required when running locked stacks and stacks on a CD-ROM.OIDev.CD May 00 TC:Tool Chest:Localization:HC Stack Localization Navigator:nge
  23947. 54739X
  23948. Feb 00^
  23949. #ions
  23950. 62152X
  23951. May 00^
  23952. r--set theItem to choose file -- uncomment to test in an AS editor
  23953.     tell application "Finder"
  23954.         open item "Dev.CD May 00 TC:Sample Code:"
  23955.         activate
  23956.     end tell
  23957. on error errMsg number errNum
  23958.     --enter statements to perform when no records are found such as...
  23959.     display dialog "Sorry, the item you selected could not be found."
  23960.     return
  23961. end try
  23962. Movedq
  23963. Dev.CD May 00 TC
  23964. D!All Packages
  23965. Tool Chest Edition
  23966. ShowDialogBoxes v2.1
  23967. Summary:  SDB allows you to display dialogs, alerts, and coolAlerts of your application. Requires an associated scriptfile which specifies the relationships between the text and the dialogs. Version 2.1 adds support for displaying coolAlerts under QuickDraw GX.
  23968. ShowDialogBoxes v2.1.imgK
  23969. Vol VIIL
  23970. May 94N
  23971. Testing, InternationalO9Dev.CD May 00 TC:Tool Chest:Localization:ShowDialogBoxes:PADev.CD May 00 TC
  23972.  - Tool Chest
  23973.  - Localization
  23974.  - ShowDialogBoxesV
  23975. 62153X
  23976. May 00^
  23977. rminal emulation package called Surfer. 
  23978. Macintosh Display Card 8
  23979. 24 GC: The Naked Truth  by Guillermo Ortiz.  How to take advantage of the new card and its software and what to do if you haven
  23980. t already invested in offscreen calls.
  23981. Meet PrGeneral, the Trap That Makes the Most of the Printing Manager  by Pete 
  23982.  Alexander.  How to use the five opcodes available in order to enhance the power of the Printing Manager and solve special problems.
  23983. J(develop Issue  3:
  23984. develop Issue  3 code:K
  23985. Vol IIIL
  23986. Jun 95OBDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  3:PJDev.CD Mar 00 RL
  23987.  - Technical Documentation
  23988.  - develop
  23989.  - develop Issue  3er 201 (PB Duo)OEDev.CD Apr 94
  23990. Dev.CD Jan 94
  23991. Dev.CD Oct 93
  23992. Dev.CD Jul 93
  23993. Dev.CD Apr 93PDDev.CD Apr 94
  23994. Dev.CD Jan 94
  23995. Dev.CD Oct 93
  23996. Dev.CD Jul 93
  23997. Dev.CD Apr 9V
  23998. 58734X
  23999. Apr 94
  24000. WOS Disk".  This purpose of this snippet is to demonstrate the newer 
  24001.  for displaying the results and errors of scripts.
  24002.  Better script error reporting.
  24003.  Allowing of scripts to be attached to documents and the application.
  24004.  Ability to set and get an objects script through scripting.
  24005.  Use of a predispatch Apple event handler to allow an objects script first go at handling an Apple event.
  24006.  The 'SCPT' resource storing uncompiled scripts changed to a C string for easier reading and modification.
  24007.  Added differentiation between window and document objeE
  24008. Sample Code.imgK
  24009. Jan 96L
  24010. Sep 96N
  24011. MenuScripter, AppleScriptO
  24012. Dev.CD May 00 TC:Sample Code:P
  24013. Dev.CD May 00 TC
  24014.  - Sample Codepen item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:"
  24015.         activate
  24016.     end tell
  24017. on error errMsg number errNum
  24018.     --enter statements to perform when no records are found such as...
  24019.     display dialog "Sorry, the item you selected could not be found."
  24020.     return
  24021. end try
  24022. e    No Changeq
  24023. Dev.CD May 00 TC
  24024. ev.CD May 00 TC
  24025. everyday
  24026. whole
  24027. wholesale
  24028. whoseN
  24029. wideR
  24030. wide-angle
  24031. widely
  24032. wildcard
  24033. wilderness
  24034. willT
  24035. withoutg
  24036. won't
  24037. documented
  24038. documentproc
  24039. documentsN
  24040. docviewer
  24041. doneB
  24042. double
  24043. double-clickx
  24044. doubler
  24045. doubles
  24046. doubletrouble
  24047. down`
  24048. download
  24049. downloaded
  24050. dozens
  24051. draftj
  24052. dragN
  24053. dragable
  24054. dragged
  24055. dragging
  24056. draglib
  24057. draglow
  24058. dramatic
  24059. dramatically
  24060. drawbacks
  24061. drawing
  24062. drawn
  24063. draws
  24064. drawsprcoket
  24065. summary
  24066. description
  24067. input
  24068. methods
  24069. chinese
  24070. summary
  24071. disinfectant
  24072. anti-viral
  24073. utility
  24074. summary
  24075. diskfiller
  24076. little
  24077. utility
  24078. allows
  24079. users
  24080. summary
  24081. displays
  24082. record
  24083. directly
  24084. current
  24085. print
  24086. recor
  24087. summary
  24088. disposeresource
  24089. extension
  24090. catches
  24091. commo
  24092. summary
  24093. doubletrouble
  24094. debugging
  24095. utility
  24096. catch
  24097. summary
  24098. driver
  24099. installer
  24100. quick
  24101. dirty
  24102. application
  24103. summary
  24104. provides
  24105. ability
  24106. download
  24107. postscript
  24108. summary
  24109. dropdisk
  24110. application
  24111. mounts
  24112. images
  24113. summary
  24114. sample
  24115. illustrate
  24116. software
  24117. project
  24118. summary
  24119. edittextcdev
  24120. sample
  24121. control
  24122. panel
  24123. device
  24124. summary
  24125. includes
  24126. a/rose
  24127. v1.2.1
  24128. system
  24129. extension
  24130. includinQ
  24131. summary
  24132. error
  24133. tones
  24134. application
  24135. explains
  24136. summary
  24137. macintosh
  24138. software
  24139. distributed
  24140. world
  24141. summary
  24142. sample
  24143. discussion
  24144. detect
  24145. whether
  24146. All Packages
  24147. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  24148. Dev.CD Jan 94
  24149. Dev.CD Oct 93
  24150. Dev.CD Jul 93
  24151. Dev.CD Apr 93PDDev.CD Apr 94
  24152. Dev.CD Jan 94
  24153. Dev.CD Oct 93
  24154. Dev.CD Jul 93
  24155. Dev.CD Apr 9V
  24156. 62482X
  24157. Apr 94
  24158. --set theItem to choose file -- uncomment to test in an AS editor
  24159.     tell application "Finder"
  24160.         open item "Dev.CD Apr 94
  24161. Dev.CD Jan 94
  24162. Dev.CD Oct 93
  24163. Dev.CD Jul 93
  24164. Dev.CD Apr 93"
  24165.         activate
  24166.     end tell
  24167. on error errMsg number errNum
  24168.     --enter statements to perform when no records are found such as...
  24169.     display dialog "Sorry, the item you selected could not be found."
  24170.     return
  24171. end try
  24172. All Packages
  24173. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  24174. Dev.CD Jan 94
  24175. Dev.CD Oct 93
  24176. Dev.CD Jul 93
  24177. Dev.CD Apr 93PDDev.CD Apr 94
  24178. Dev.CD Jan 94
  24179. Dev.CD Oct 93
  24180. Dev.CD Jul 93
  24181. Dev.CD Apr 9V
  24182. 62483X
  24183. Apr 94
  24184.  within the Fonts folder.  Shows how to kill processes safely, which isn't as easy as it looks even though we have other snippets to do
  24185. OTDev.CD May 00 TC:Tool Chest:Interapplication Communication:AE User Terminology 3/92:P\Dev.CD May 00 TC
  24186.  - Tool Chest
  24187.  - Interapplication Communication
  24188.  - AE User Terminology 3/92V
  24189. 61397X
  24190. May 00^
  24191. --set theItem to choose file -- uncomment to test in an AS editor
  24192.     tell application "Finder"
  24193.         open item "Dev.CD May 00 TC:Tool Chest:Interapplication Communication:AE User Terminology 3/92:"
  24194.         activate
  24195.     end tell
  24196. on error errMsg number errNum
  24197.     --enter statements to perform when no records are found such as...
  24198.     display dialog "Sorry, the item you selected could not be found."
  24199.     return
  24200. end try
  24201. e    No Changef
  24202. Apple Events
  24203. AppleEventsq
  24204. Dev.CD May 00 TC
  24205. D!All Packages
  24206. Tool Chest Edition
  24207. AEGizmos 1.4.2I
  24208. What Are the AEGizmos?
  24209. AEGizmos consists of four libraries in one. These libraries provide alternate ways of building and reading Apple events and Apple event descriptors.61398X
  24210. 1e    No Change
  24211. summarize
  24212. summarizes
  24213. summarizing
  24214. nt 'see' specific information on the target (i.e. VU Aid has
  24215.     ScreenCompare and WindowCompare modules which permit the target to tell
  24216.     its host if specific or all screen content matches a pre-measured checksum.
  24217.   vuCollect 1.0b1
  24218.     This folder contains a combination MPW Tool/Script that is designed
  24219.     to collect information on a target machine and format it so that there
  24220.     is only 1 descriptor per line.  For more information, see the
  24221.     "vuCollect ReadMe" file.
  24222.   VUMarF
  24223. k 1.0b1
  24224.     VUMark is an MPW script that will mark all of the VU tasks in a file
  24225.     for you.  For more information on VUMark, see the "Controls.lib Reference"
  24226.     document.
  24227. Virtual User tools.imgK
  24228. Vol VL
  24229. Feb 94M1ShimmerMate must be launched from the same volumeOCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD May 00 TC
  24230.  - Tool Chest
  24231.  - Testing & Debugging
  24232.  - Virtual User toolsou selected could not be found."
  24233.     return
  24234. end try
  24235. All Packages
  24236. May 93O9Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Networks:PADev.CD May 00 TC
  24237.  - Tool Chest
  24238.  - Testing & Debugging
  24239.  - NetworksV
  24240. 62199X
  24241. May 00^
  24242. --set theItem to choose file -- uncomment to test in an AS editor
  24243.     tell application "Finder"
  24244.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Networks:"
  24245.         activate
  24246.     end tell
  24247. on error errMsg number errNum
  24248.     --enter statements to perform when no records are found such as...
  24249.     display dialog "Sorry, the item you selected could not be found."
  24250.     return
  24251. end try
  24252. e    No Changeq
  24253. Dev.CD May 00 TC
  24254. D!All Packages
  24255. Tool Chest Edition
  24256. F    StreamNOPIrStreamNOP is a sample STREAMS module that was designed for you to use as a template when creating STREAMS modules.J
  24257. Sample Code.imgK
  24258. Oct 97L
  24259. Sep 98M
  24260. Open Transport 1.1.1 or higherN'Open Transport, STREAMS, module, driverO
  24261. Dev.CD May 00 TC:Sample Code:P
  24262. Dev.CD May 00 TC
  24263.  - Sample CodeV
  24264. 62200X
  24265. May 00^
  24266. *Summary: This folder contains tools that are useful in developing Apple event-aware applications.
  24267. Features: Tools that will test and debug Apple events; build 'aete' resources; build, send, and verify Apple event records; debug the OSL; MacsBug dcmds; FKEYS; send Apple events via XCMDS; and more.
  24268. AE Coercion INIT
  24269. AEGizmos 1.4.2
  24270. Aete Editor Stack 1.0b3
  24271. AETracker 3.0
  24272. AutoGuest
  24273. FKEYs
  24274. Macsbug Resources
  24275. OSL + Debug Hack 1.0b1
  24276. ResEdit 'aete' Editor 1.0b4
  24277. ResEdit 'scpt' Editor
  24278. SendAE MPW Tool 1.1
  24279. SendAE Test Tool 0.3
  24280. SignatureToApp 1.1
  24281. Tools
  24282. Read MeK
  24283. May 92L
  24284. May 95M.System 7.0 is required with the AEM extension.N
  24285. AE, Apple Events, AppleEventsODDev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Tools:PLDev.CD May 00 TC
  24286.  - Tool Chest
  24287.  - Interapplication Communication
  24288.  - AE Tools
  24289. /Summary: An application which provides various test video and audio patterns. This includes color bars, gray scale and concentric ring patterns.
  24290. Features: All adjustable parameters are held in the resource fork. ResEdit templates and "Types.r" fragments are included to make the resource work friendly.
  24291. Hardware tools.imgK
  24292. Vol XIMbNormal Macs, System 6.0.7 or better. Works well on system 7 but there is no Apple event awareness.O?Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Hardware tools:PGDev.CD May 00 TC
  24293.  - Tool Chest
  24294.  - Testing & Debugging
  24295.  - Hardware tools
  24296. toolbox
  24297. assistant
  24298. toolbox
  24299. assistant
  24300. update
  24301. toolkit
  24302. toolkits
  24303. tools]
  24304. tpifile
  24305. tracer
  24306. traddriverloaderlib1
  24307. transferprovider
  24308. transitions
  24309. translation
  24310. translation
  24311. manager
  24312. transport
  24313. transport/ppp
  24314. tune-up
  24315. packages
  24316. packagetool
  24317. packagetool
  24318. application
  24319. illustrating
  24320. create
  24321. packagingj
  24322. packetT
  24323. packetsT
  24324. packman
  24325. pagei
  24326. pages
  24327. paige
  24328. painless
  24329. painting
  24330. pairs
  24331. palette[
  24332. palette&gworld
  24333. palettes
  24334. palindrome
  24335. pallakoff
  24336. pallete
  24337. panel`
  24338. panelso
  24339. paneso
  24340. panorama
  24341. paraphernalia
  24342. parent
  24343. parrt
  24344. parse
  24345. parserV
  24346. parses
  24347. parsing
  24348. logo and NEW guidelines for its use. 
  24349.   2. Identify all your retail products with this small, yet powerful icon.
  24350. Developer commitment to providing the new Mac logo with wide scale, high profile visibility in combination with aggressive Apple-sponsored channel programs will increase overall sales of Macintosh products. Apple is working with our channel partners to ensure that packages with the Mac logo are prominently displayed and effectively merchandised. The goal of this campaign is to 
  24351. build a stronger, more financially secure Mac community that will continue to thrive for many years.
  24352. Some of the planned activities to support this campaign include:
  24353.  Retail End Caps, POP, ROP and Pre-Print Exposure 
  24354.  In-Store Merchandising Programs and Promotion
  24355.  Wholesale Distribution Programs
  24356.  Magazine Advertising Campaigns
  24357.  Mail-Order Catalog Programs and Promotions
  24358.  Apple Online Store Programs and Promotions 
  24359. To be considered for inclusion in these exciting, high-v
  24360. Jul 95
  24361. b--set theItem to choose file -- uncomment to test in an AS editor
  24362.     tell application "Finder"
  24363.         open item "Dev.CD Jul 95"
  24364.         activate
  24365.     end tell
  24366. on error errMsg number errNum
  24367.     --enter statements to perform when no records are found such as...
  24368.     display dialog "Sorry, the item you selected could not be found."
  24369.     return
  24370. end try
  24371. All Packages
  24372. System 7.5 Update 1.0O
  24373. Dev.CD Jul 95P
  24374. Dev.CD Jul 9V
  24375. 62262X
  24376. Jul 95
  24377. b--set theItem to choose file -- uncomment to test in an AS editor
  24378.     tell application "Finder"
  24379.         open item "Dev.CD Jul 95"
  24380.         activate
  24381.     end tell
  24382. on error errMsg number errNum
  24383.     --enter statements to perform when no records are found such as...
  24384.     display dialog "Sorry, the item you selected could not be found."
  24385.     return
  24386. end try
  24387. All Packages
  24388. System 7.5 Update 1.0O
  24389. Dev.CD Jul 95P
  24390. Dev.CD Jul 9V
  24391. 62263X
  24392. Jul 95
  24393. d to help you increase your potential for success through project
  24394. plug-in's
  24395. witha
  24396. withinb
  24397. withoutg
  24398. womack
  24399. won't
  24400. JRE/JDK from Sun Microsystems, Inc. recommended
  24401. Troy Gaul and Vincent Lo.  Managing memory allocation in your OpenDoc part editor can be a little tricky.
  24402. PRINT HINTS: Safe Travel Through the Printing Jungle by Dave Polaschek.  Printing is often much more complex than it needs to be. By keeping it simple and staying on the well-trod path, you can protect yourself.
  24403. BE OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  24404. t need to be complex, as the simple tools presented here wil
  24405. Summary: CallHyper is an external for 4th Dimension which allows you to call a HyperCard external from 4D.  HyperCard externals which rely on HyperCard callbacks cannot be used with CallHyper.
  24406. Features: Provides access to HyperCard externals from 4th Dimension.  The first parameter is the name of the XCMD or XFCN to load, then up to 6 parameters which must be given as TEXT.  Any result is set on a 4D TEXT variable called xResult.
  24407. callHyper
  24408. CallHyper NotesK
  24409. Vol VIIIM;4D, HyperCard XCMDs, This package is System 7.0 compatible.O[Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:CallHyper 1.0:PiDev.CD May 00 TC
  24410.  - Tool Chest
  24411.  - Development Kits
  24412.  - HyperCard Related
  24413.  - XCMDs & XFCNs
  24414.  - CallHyper 1.0.CD Apr 94
  24415. Dev.CD Jan 94
  24416. Dev.CD Oct 93
  24417. Dev.CD Jul 9V
  24418. 61089X
  24419. Apr 94
  24420. pre-scripted
  24421. pre-testing
  24422. pre-train
  24423. pre-translates
  24424. predefined
  24425. predicates
  24426. predictable
  24427. prediction
  24428. predispatch
  24429. chest
  24430. edition
  24431. goodies
  24432. gouraud
  24433. gouraud
  24434. sample
  24435. grabguy
  24436. grabguy
  24437. graphical
  24438. graphical
  24439. interface
  24440. graphicsR
  24441. grayscaleo
  24442. easyview
  24443. guideS
  24444. guide
  24445. guide
  24446. contents
  24447. helper
  24448. helplab
  24449. library
  24450. higuidelines
  24451. historyu
  24452. history
  24453. NuBusTester:  A library (with source) to detect early Macintosh II CPU ROMs that didn't handle declaration ROMs in 32-bit space correctly.  Jm-Read Me
  24454. -Read Me.txt
  24455. nbTestIntf.p
  24456. nbTestLib.o
  24457. nbTestLib.
  24458. NuBusTest
  24459. NuBusTest.make
  24460. NuBusTest.p
  24461. NuBusTest.p.oK
  24462. Oct 92OCDev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:NuBusTester:PNDev.CD May 00 TC
  24463.  - Tool Chest
  24464.  - Devices
  24465.  - NuBus/Slot Manager
  24466.  - NuBusTesterV
  24467. 61792X
  24468. May 00^
  24469. --set theItem to choose file -- uncomment to test in an AS editor
  24470.     tell application "Finder"
  24471.         open item "Dev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:NuBusTester:"
  24472.         activate
  24473.     end tell
  24474. on error errMsg number errNum
  24475.     --enter statements to perform when no records are found such as...
  24476.     display dialog "Sorry, the item you selected could not be found."
  24477.     return
  24478. end try
  24479. e    No Changeq
  24480. Dev.CD May 00 TC
  24481. *D!All Packages
  24482. Tool Chest Edition
  24483. Object Pascal to C++ Tipsing technology.
  24484. Graphical Truffles: Four Common
  24485. years
  24486. multimedia
  24487. developers
  24488. regarded
  24489. equilibrium's
  24490. forbiddenj
  24491. force
  24492. forcing
  24493. foreground
  24494. foreign
  24495. forever
  24496. forks
  24497. formata
  24498. format/compression
  24499. formatasdos
  24500. formatsv
  24501. formatteda
  24502. formatting
  24503. formerlyb
  24504. formerly
  24505. appearance
  24506. contextual
  24507. menumanager
  24508. formsT
  24509. formulate
  24510. forrest
  24511. forth
  24512. fortran
  24513. forward
  24514. foundation
  24515. about
  24516. runtime
  24517. 2.1.4
  24518. abovep
  24519. absolutely
  24520. abstract
  24521. abstraction
  24522. abstractions
  24523. abstracts
  24524. abuse
  24525. accelerated
  24526. accelerating
  24527. 66-MHz PowerPC processor, built-in Ethernet port
  24528.   and modem, and the optional AirPort Card wireless LAN module.
  24529.   The developer note includes information about
  24530.   - the features of the iBook
  24531.   - some compatibility issues
  24532.   - the
  24533.  internal logic and custom ICs
  24534.   - the I/O ports and built-in I/O devices
  24535.   - the RAM expansion slot
  24536.   - the system software
  24537. --------------------------------
  24538. Power Mac G4 Developer Note
  24539. This developer note has been updated to include information about the the latest product configurations, which include faster clock speeds, FireWire booting, and Mac OS 9.
  24540.    The developer note provides technical information about the
  24541.    Power Mac G4 computer and its features, which include a
  24542.    fast Powe
  24543. 61477X
  24544. Apr 00^
  24545. --set theItem to choose file -- uncomment to test in an AS editor
  24546.     tell application "Finder"
  24547.         open item "Dev.CD Apr 00 SDK1:Development Kits:Hardware:CardBus DDK:"
  24548.         activate
  24549.     end tell
  24550. on error errMsg number errNum
  24551.     --enter statements to perform when no records are found such as...
  24552.     display dialog "Sorry, the item you selected could not be found."
  24553.     return
  24554. end try
  24555. e    No Changef
  24556. CardBus
  24557.  PCMCIA
  24558.  PC CardoBftp://ftp.apple.com/developer/Development_Kits/CardBus_DDK.sit.hqxq
  24559. Dev.CD Apr 00 SDK1
  24560. All Packages
  24561. CD-ROM DetectionI
  24562. Summary:  Sample code and discussion of how to detect whether a volume is a CD or not.  Discusses the various drawbacks of all the different approaches.
  24563. Incorporates the DriverGestalt call which is the new recommended way to detect CD-ROM drives.J
  24564. CD-ROM Detection:K
  24565. Jun 98OCDev.CD Jun 98 RL1:What's New:Tool Chest:Devices:How to Detect a CD:V
  24566. 61478X
  24567. 1e    No Change
  24568. ket SDK:V
  24569. 56604X
  24570. Updated
  24571. All Packages
  24572. QuickDraw GXO
  24573. Dev.CD Apr 95
  24574. Dev.CD Jan 95P
  24575. Dev.CD Apr 95
  24576. Dev.CD Jan 9V
  24577. 61987X
  24578. Apr 95
  24579. p--set theItem to choose file -- uncomment to test in an AS editor
  24580.     tell application "Finder"
  24581.         open item "Dev.CD Apr 95
  24582. Dev.CD Jan 95"
  24583.         activate
  24584.     end tell
  24585. on error errMsg number errNum
  24586.     --enter statements to perform when no records are found such as...
  24587.     display dialog "Sorry, the item you selected could not be found."
  24588.     return
  24589. end try
  24590. All Packages
  24591. QuickDraw GXO
  24592. Dev.CD Apr 95
  24593. Dev.CD Jan 95P
  24594. Dev.CD Apr 95
  24595. Dev.CD Jan 9V
  24596. 61988X
  24597. Apr 95
  24598. p--set theItem to choose file -- uncomment to test in an AS editor
  24599.     tell application "Finder"
  24600.         open item "Dev.CD Apr 95
  24601. Dev.CD Jan 95"
  24602.         activate
  24603.     end tell
  24604. on error errMsg number errNum
  24605.     --enter statements to perform when no records are found such as...
  24606.     display dialog "Sorry, the item you selected could not be found."
  24607.     return
  24608. end try
  24609. All Packages
  24610. --set theItem to choose file -- uncomment to test in an AS editor
  24611.     tell application "Finder"
  24612.         open item "Dev.CD Apr 94
  24613. Dev.CD Jan 94
  24614. Dev.CD Oct 93
  24615. Dev.CD Jul 93
  24616. Dev.CD Apr 93"
  24617.         activate
  24618.     end tell
  24619. on error errMsg number errNum
  24620.     --enter statements to perform when no records are found such as...
  24621.     display dialog "Sorry, the item you selected could not be found."
  24622.     return
  24623. end try
  24624.  return
  24625. end try
  24626. Deletedq
  24627. Dev.CD Jul 99 SDK1
  24628. (D!All Packages
  24629. Mac OS SDK Edition
  24630. Apple Data Detectors SDK
  24631.     nary
  24632. maccalendar
  24633. maccalendar
  24634. 1.1b1
  24635. maccheck
  24636. maccheck
  24637. 1.0.4
  24638. macintosh
  24639. macintosh
  24640. cd-rom
  24641. setup
  24642. 5.3.2
  24643. macintosh
  24644. v1.1.1
  24645. macintosh
  24646. 1.1.1
  24647. media
  24648. memory
  24649. modern
  24650. module
  24651. monitorr
  24652. navigator
  24653. newsi
  24654. notesS
  24655. onescannerg
  24656. palette
  24657. Dec 99N.SimpleText, script, print, scriptable printingOTDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Printing:Scriptable Print SimpleText:P_Dev.CD Mar 00 RL Disk 1
  24658.  - What's New
  24659.  - Sample Code
  24660.  - Printing
  24661.  - Scriptable Print SimpleTextV
  24662. 62133X
  24663. Mar 00^    RL Disk 1
  24664. --set theItem to choose file -- uncomment to test in an AS editor
  24665.     tell application "Finder"
  24666.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Printing:Scriptable Print SimpleText:"
  24667.         activate
  24668.     end tell
  24669. on error errMsg number errNum
  24670.     --enter statements to perform when no records are found such as...
  24671.     display dialog "Sorry, the item you selected could not be found."
  24672.     return
  24673. end try
  24674. e    No Changef+SimpleText
  24675. script
  24676. print
  24677. scriptable printingq
  24678. Dev.CD Mar 00 RL Disk 1
  24679. D!All Packages
  24680. Tool Chest Edition
  24681. ScriptableStuffItEngine
  24682. text-to-speech
  24683. text-to-speech
  24684. first
  24685. textchanger
  24686. textchanger
  24687. 2.0.1
  24688. textdrag
  24689. yahoo
  24690. yellowboxandjava
  24691. 1.0a13
  24692. sounds
  24693. zaptcp
  24694. zaptcp
  24695. zoneranger
  24696. zoneranger
  24697. revision
  24698. history
  24699. zoomed
  24700. complexity
  24701. compliance
  24702. componentP
  24703. component-based
  24704. components
  24705. composersj
  24706. composite
  24707. composited
  24708. compositing
  24709. compound
  24710. compound-document
  24711. compressed
  24712. compressionP
  24713. compression/decompreP
  24714. compressor/decompres
  24715. computerj
  24716. forwarders
  24717. forwards
  24718. foundY
  24719. foundation
  24720. 6-164
  24721. 6.0.4
  24722. 6.0.5
  24723. 6.3.1
  24724. 6.3.2
  24725. 6100x
  24726. 6200x
  24727. 62xxu
  24728. 6300x
  24729. 63xxu
  24730. 64-bit
  24731. 651-3561
  24732. 651-7584
  24733. 65c02r
  24734. 68000
  24735. 68020d
  24736. 68030
  24737. 68040
  24738. 680x0
  24739. 68881/2
  24740. 68k-based
  24741. driver
  24742. support
  24743. asynchronous
  24744. a-trap
  24745. a/roseQ
  24746. ability`
  24747. ableo
  24748. aboutj
  24749. abovep
  24750. MN'Sample Code, Games, Graphics, AnimationO>Dev.CD May 00 TC:Tool Chest:Games:Game Sample Code:ZAM 1.0a13:PIDev.CD May 00 TC
  24751.  - Tool Chest
  24752.  - Games
  24753.  - Game Sample Code
  24754.  - ZAM 1.0a13V
  24755. 62596X
  24756. May 00^
  24757. --set theItem to choose file -- uncomment to test in an AS editor
  24758.     tell application "Finder"
  24759.         open item "Dev.CD May 00 TC:Tool Chest:Games:Game Sample Code:ZAM 1.0a13:"
  24760.         activate
  24761.     end tell
  24762. on error errMsg number errNum
  24763.     --enter statements to perform when no records are found such as...
  24764.     display dialog "Sorry, the item you selected could not be found."
  24765.     return
  24766. end try
  24767. e    No Changef$Sample Code
  24768. Games
  24769. Graphics
  24770. Animationq
  24771. Dev.CD May 00 TC
  24772. ND!All Packages
  24773. Tool Chest Edition
  24774. ZapTCP 1.2.1
  24775.     atah
  24776. databasem
  24777. database
  24778. suitem
  24779. dcmda
  24780. debug]
  24781. debuggingu
  24782. defect
  24783. defect
  24784. demo_
  24785. detection
  24786. detectorsh
  24787. change
  24788. developeru
  24789. developmentm
  24790. directionsj
  24791. disku
  24792. 24gcO
  24793. 3.0.1Y
  24794. 3.0b10
  24795. 3.2.4
  24796. 3.3.1
  24797. 3.7.1
  24798. 3/92^
  24799. 5.0.7V
  24800. 5.3.2
  24801. 5thcolumn
  24802. 6.0.3
  24803. 6.0.4
  24804. 6.0.5
  24805. 6.1b9
  24806. processor
  24807. upgrade
  24808. enablerC
  24809. 7.0.1O
  24810. 7.1p2
  24811. 7.1p5
  24812. 7.1p6
  24813. 7edit
  24814. 7.0.1O
  24815. 8.5.1gm
  24816. a-lawP
  24817. a-law
  24818. sdec/scomP
  24819. a/roseQ
  24820. a/rose
  24821. 1.2.1Q
  24822. aboutR
  24823. about
  24824. developer
  24825. universityR
  24826. technical
  24827. notesS
  24828. access
  24829. acrobatZ
  24830. analyzer
  24831. 1.0d6T
  24832. 1.0.1b3U
  24833. parser
  24834. 5.0.7V
  24835. adbreinitW
  24836. symfilesu
  24837. synccatch
  24838. synchronization
  24839. synthesis
  24840. sysconfig
  24841. sysconfig
  24842. 1.5b16
  24843. sysenv
  24844. sysenv
  24845. 1.0d13
  24846. systeme
  24847. system
  24848. related
  24849. system
  24850. additions
  24851. system
  24852. folder
  24853. items
  24854. system
  24855. picker
  24856. systemfolder
  24857. systemfolder
  24858. t-italian
  24859. ta-tradchinese
  24860. tabloid
  24861. tabloid
  24862. target
  24863. tccalc
  24864. tcp/ip
  24865. tcp/ip
  24866. administration
  24867. image
  24868. tcp/ip
  24869. connection
  24870. image
  24871. tcp/ip
  24872. mib-ii
  24873. alias
  24874. tractors
  24875. plug-ins
  24876. textchanger
  24877. textchanger
  24878. 2.0.1
  24879. themeso
  24880. title
  24881. tool]
  24882. toolkit
  24883. tools]
  24884. Dev.CD May 00 TC:Sample Code:P
  24885. Dev.CD May 00 TC
  24886.  - Sample CodeV
  24887. 61652X
  24888. May 00^
  24889. r--set theItem to choose file -- uncomment to test in an AS editor
  24890.     tell application "Finder"
  24891.         open item "Dev.CD May 00 TC:Sample Code:"
  24892.         activate
  24893.     end tell
  24894. on error errMsg number errNum
  24895.     --enter statements to perform when no records are found such as...
  24896.     display dialog "Sorry, the item you selected could not be found."
  24897.     return
  24898. end try
  24899. e    No Changef
  24900. QuickTime
  24901. Dev.CD May 00 TC
  24902. D!All Packages
  24903. Tool Chest Edition
  24904. F    ImageFileIqThis demo program shows the usage of the GraphicsImporter to import and display a plethora of image file formats.J
  24905. Sample Code.imgK
  24906. Feb 00
  24907. - Common
  24908.     - Sun Compliant Java Runtime Environment 1.1
  24909.     - QuickTime 3 
  24910.     - QTJava.zip
  24911.     - QTJava media samples
  24912. - Mac OS:
  24913.     - System 8 or later
  24914.     - Macintosh Runtime for Java (MRJ) 2.1
  24915. - Windows 95, 98, or NT::
  24916.     - JRE/JDK from Sun Microsystems, Inc. recommended
  24917. QuickTime, Java, MRJ
  24918. 61713X
  24919. Oct 99^
  24920. g--set theItem to choose file -- uncomment to test in an AS editor
  24921.     tell application "Finder"
  24922.         open item "Dev.CD Oct 99 SSW:"
  24923.         activate
  24924.     end tell
  24925. on error errMsg number errNum
  24926.     --enter statements to perform when no records are found such as...
  24927.     display dialog "Sorry, the item you selected could not be found."
  24928.     return
  24929. end try
  24930. Mac OS 9q
  24931. Dev.CD Oct 99 SSW
  24932. D(All Packages
  24933. Reference Library Edition
  24934. Mac OS Runtime ArchitecturesI
  24935. This book describes the Mac OS runtime architecture based upon the Code Fragment Manager (CFM) as well as the original classic 68K runtime architecture.JQDisplay Device Driver Guide
  24936. Mac OS Runtime Architectures
  24937. Read Me - Other SSW DocsK
  24938. Oct 97M
  24939. Adobe AcrobatN
  24940. Mac OS Runtime ArchitectureO@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  24941.  - Technical Documentation
  24942.  - More SSW DocumentationV
  24943. 61714X
  24944. Dec 99^
  24945.  - Sample CodeV
  24946. 60450X
  24947. May 00^
  24948. #ile.
  24949. Dev.CD May 00 TC:Sample Code:P
  24950. Dev.CD May 00 TC
  24951.  - Sample CodeV
  24952. 61686X
  24953. May 00^
  24954. r--set theItem to choose file -- uncomment to test in an AS editor
  24955.     tell application "Finder"
  24956.         open item "Dev.CD May 00 TC:Sample Code:"
  24957.         activate
  24958.     end tell
  24959. on error errMsg number errNum
  24960.     --enter statements to perform when no records are found such as...
  24961.     display dialog "Sorry, the item you selected could not be found."
  24962.     return
  24963. end try
  24964. e    No Changef
  24965. QuickTime
  24966. Dev.CD May 00 TC
  24967. D!All Packages
  24968. Mac OS SDK Edition
  24969. Keychain SDK 1.0.1
  24970.     sh:QuickDraw GX:PODev.CD Dec 99 RL
  24971.  - Technical Documentation
  24972.  - Inside Macintosh
  24973.  - QuickDraw GXuced in CarbonLib1.0 with Mac OS 9.0. Topics discussed include chW
  24974. switch
  24975. synchronization
  24976. systemx
  24977. technicalS
  24978. technotes
  24979. terminology^
  24980. tester
  24981. testing
  24982. textedit
  24983. square
  24984. squarewave
  24985. squarewavesynth
  24986. srcxor
  24987. sresource
  24988. stability
  24989. stackn
  24990. stacks
  24991. stagger
  24992. staging
  24993. stakingj
  24994. stalking
  24995. stand
  24996. stand-alone
  24997. standalone
  24998. standalone
  24999. version
  25000. standards
  25001. standardfile
  25002. standardfileicons
  25003. standardgetfolder
  25004. standardized
  25005. stopc
  25006. stopping
  25007. storage
  25008. store
  25009. storing
  25010. storyj
  25011. stragegyj
  25012. strassmann
  25013. strategicj
  25014. strategies
  25015. 61460X
  25016. May 00^
  25017. --set theItem to choose file -- uncomment to test in an AS editor
  25018.     tell application "Finder"
  25019.         open item "Dev.CD May 00 TC:Tool Chest:Toolbox:Balloony:"
  25020.         activate
  25021.     end tell
  25022. on error errMsg number errNum
  25023.     --enter statements to perform when no records are found such as...
  25024.     display dialog "Sorry, the item you selected could not be found."
  25025.     return
  25026. end try
  25027. e    No Changef
  25028. balloon
  25029. dialogq
  25030. Dev.CD May 00 TC
  25031. ^D!All Packages
  25032. Tool Chest Edition
  25033. BBEdit Lite 3.5
  25034.      088 (AVs)O)Dev.CD Apr 94
  25035. Dev.CD Jan 94
  25036. Dev.CD Oct 93P(Dev.CD Apr 94
  25037. Dev.CD Jan 94
  25038. Dev.CD Oct 9V
  25039. 61153X
  25040. Apr 94
  25041. naked
  25042. nameb
  25043. names
  25044. natick
  25045. nationalv
  25046. native
  25047. natural
  25048. navigateZ
  25049. navigationi
  25050. nearly
  25051. necessaryq
  25052. needo
  25053. 61544X
  25054. Mar 00^
  25055. --set theItem to choose file -- uncomment to test in an AS editor
  25056.     tell application "Finder"
  25057.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue 16:"
  25058.         activate
  25059.     end tell
  25060. on error errMsg number errNum
  25061.     --enter statements to perform when no records are found such as...
  25062.     display dialog "Sorry, the item you selected could not be found."
  25063.     return
  25064. end try
  25065. Next CDq
  25066. Dev.CD Mar 00 RL
  25067. 2D(All Packages
  25068. Reference Library Edition
  25069. develop Issue 17
  25070.     2.1 or later, Metrowerks Codewarrior 4 or laterNDJava Tutorial, Introduction to Java Programming, Learning Java, JavaO
  25071. Dev.CD May 00 TC:Sample Code:P
  25072. Dev.CD May 00 TC
  25073.  - Sample CodeSynth and squareWaveSynth.
  25074. Sample Code.imgL
  25075. Nov 96O
  25076. Dev.CD May 00 TC:Sample Code:P
  25077. Dev.CD May 00 TC
  25078.  - Sample Codehe Dependency mechanism and Adorners. Also shows how to use the new View format with defining customized cursors over views.
  25079. LockFile:  Demonstrates settin
  25080. All Packages
  25081. F    QuickTimeO
  25082. Dev.CD Jun 97 SSWP
  25083. Dev.CD Jun 97 SSV
  25084. 62102X
  25085. Jun 97
  25086. f--set theItem to choose file -- uncomment to test in an AS editor
  25087.     tell application "Finder"
  25088.         open item "Dev.CD Jun 97 SSW"
  25089.         activate
  25090.     end tell
  25091. on error errMsg number errNum
  25092.     --enter statements to perform when no records are found such as...
  25093.     display dialog "Sorry, the item you selected could not be found."
  25094.     return
  25095. end try
  25096. All Packages
  25097. F    QuickTimeO
  25098. Dev.CD Jun 97 SSWP
  25099. Dev.CD Jun 97 SSV
  25100. 62103X
  25101. Jun 97
  25102. f--set theItem to choose file -- uncomment to test in an AS editor
  25103.     tell application "Finder"
  25104.         open item "Dev.CD Jun 97 SSW"
  25105.         activate
  25106.     end tell
  25107. on error errMsg number errNum
  25108.     --enter statements to perform when no records are found such as...
  25109.     display dialog "Sorry, the item you selected could not be found."
  25110.     return
  25111. end try
  25112. All Packages
  25113. F    QuickTimeO
  25114. Dev.CD Jun 97 SSWP
  25115. Dev.CD Jun 97 SSV
  25116. 62104X
  25117. All Packages
  25118. System Enabler 003 (LC III)OEDev.CD Apr 94
  25119. Dev.CD Jan 94
  25120. Dev.CD Oct 93
  25121. Dev.CD Jul 93
  25122. Dev.CD Apr 93PDDev.CD Apr 94
  25123. Dev.CD Jan 94
  25124. Dev.CD Oct 93
  25125. Dev.CD Jul 93
  25126. Dev.CD Apr 9V
  25127. 62313X
  25128. Apr 94
  25129. --set theItem to choose file -- uncomment to test in an AS editor
  25130.     tell application "Finder"
  25131.         open item "Dev.CD Apr 94
  25132. Dev.CD Jan 94
  25133. Dev.CD Oct 93
  25134. Dev.CD Jul 93
  25135. Dev.CD Apr 93"
  25136.         activate
  25137.     end tell
  25138. on error errMsg number errNum
  25139.     --enter statements to perform when no records are found such as...
  25140.     display dialog "Sorry, the item you selected could not be found."
  25141.     return
  25142. end try
  25143. All Packages
  25144. System Enabler 003 (LC III)OEDev.CD Apr 94
  25145. Dev.CD Jan 94
  25146. Dev.CD Oct 93
  25147. Dev.CD Jul 93
  25148. Dev.CD Apr 93PDDev.CD Apr 94
  25149. Dev.CD Jan 94
  25150. Dev.CD Oct 93
  25151. Dev.CD Jul 93
  25152. Dev.CD Apr 9V
  25153. 62314X
  25154. Apr 94
  25155. objectQ
  25156. object-based
  25157. Summary:  This folder contains complete information on Developer University, the self-paced products that are available, the classroom courses, and course schedule for October 1996 through December 1996.
  25158. Features:  Information on Developer University self-paced courses, classroom courses, field courses, course schedules, topics available on the World Wide Web and complete course outlines, prerequisites, and target audiences.
  25159. 01-Intro to DU.pdf
  25160. 02-What's New from DU.pdf
  25161. 03-Information & Registrati.pdf
  25162. 04-Index of Courses.pdf
  25163. 05-Self-Paced Products.pdf
  25164. 06-On-Line Topics.pdf
  25165. 07-Mac OS:
  25166. 08-Object Oriented:
  25167. 09-Multimedia & Graphics:
  25168. 10-Newton:
  25169. 11-Other topics:
  25170. 12-Training Schedule.pdf
  25171. 13-DU Training Sites.pdf
  25172. May 92L
  25173. Oct 96M
  25174. Adobe Acrobat ReaderOADev.CD Nov 99 TC:Programs & Marketing:About Developer University:PFDev.CD Nov 99 TC
  25175.  - Programs & Marketing
  25176.  - About Developer University
  25177. toolbox
  25178. toolkits
  25179. tools]
  25180. Advanced Web Site Technique.pdf
  25181. Avoid Audio Pitfalls Guide.pdf
  25182. CompbasedMediaBroadcastEnv
  25183. Creating MIDI for the Web3.pdf
  25184. DeBabelizer 3.0.pdf
  25185. Design For Reuse.pdf
  25186. DesignForRobustness
  25187. Digital Asset Management.pdf
  25188. Digital Storyboard.pdf 
  25189. DVD Development.pdf
  25190. DVD_Primer.pdf
  25191. Enhanced CD Survival Guide.pdf
  25192. EOModeler
  25193. Frameworks.pdf
  25194. Gender-Based Title Creation.pdf
  25195. Int_Media_Writer_Resources.pdf
  25196. Java Survival Guide.pdf
  25197. Making Cool QD3D Apps.pdf
  25198. Music on the Net.pdf
  25199. New Audio Features QT3.pdf
  25200. Porting
  25201. kObjectiveCtoJava
  25202. Push Tech Survival Gd.pdf
  25203. QT3-More Than Dig. Video.pdf
  25204. Simplified Stream Audio.pdf
  25205. Web Animation Guide.pdf
  25206. WebObjects Database Part I.pdf
  25207. WebObjects Database Part II.pdf
  25208. WebObjects Memory Mgmt.pdf
  25209. WebObjects Tools and Techniques
  25210. WebObjectsCategories&Posers.pdf
  25211. WebObjectsPerformanceTuning
  25212. Working with WebObjects.pdf
  25213. Writing for Interactive Media
  25214. ev.CD Oct 94P
  25215. Dev.CD Oct 9V
  25216. 60646X
  25217. Oct 94
  25218. ll Packages
  25219. Tool Chest Edition
  25220. Async driver testersed hfs flavors.
  25221. QuickTime VR
  25222. IMPORTANT INFO ABOUT QUICKTIME VR
  25223. QuickTime 3 now incorporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  25224. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  25225. http://www.apple.com/store
  25226. To get started,  you can go to the Develop
  25227.  theItem to choose file -- uncomment to test in an AS editor
  25228.     tell application "Finder"
  25229.         open item "Dev.CD Oct 93
  25230. Dev.CD Jul 93"
  25231.         activate
  25232.     end tell
  25233. on error errMsg number errNum
  25234.     --enter statements to perform when no records are found such as...
  25235.     display dialog "Sorry, the item you selected could not be found."
  25236.     return
  25237. end try
  25238. All Packages
  25239. F    QuickTimeO
  25240. Dev.CD Oct 93
  25241. Dev.CD Jul 93P
  25242. Dev.CD Oct 93
  25243. Dev.CD Jul 9V
  25244. 59589X
  25245. Oct 93
  25246. 61712X
  25247. Jan 99^
  25248. q--set theItem to choose file -- uncomment to test in an AS editor
  25249.     tell application "Finder"
  25250.         open item "Dev.CD Jan 99 SDK1:Mac Logo:"
  25251.         activate
  25252.     end tell
  25253. on error errMsg number errNum
  25254.     --enter statements to perform when no records are found such as...
  25255.     display dialog "Sorry, the item you selected could not be found."
  25256.     return
  25257. end try
  25258. Deletedf
  25259. Apple
  25260. Dev.CD Jan 99 SDK1
  25261. D&All Packages
  25262. System Software Edition
  25263. te upgrade for anyone on the Internet or anyone who wants to be. With more than 50 powerful new features, Mac OS 9 offers a full suite of capabilities for new and advanced users. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  25264. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Simges: Chinese (Sim
  25265. 61713X
  25266. technicalS
  25267. technical
  25268. publications
  25269. technical
  25270. publications
  25271. documentation
  25272. technical
  25273. publications
  25274. enterprise
  25275. technical
  25276. publications
  25277. function
  25278. index
  25279. technical
  25280. publications
  25281. hardware
  25282. technical
  25283. publications
  25284. technical
  25285. publications
  25286. technical
  25287. publications
  25288. technical
  25289. publications
  25290. technical
  25291. publications
  25292. server
  25293. technical
  25294. publications
  25295. quicktime
  25296. notes
  25297. terminology^
  25298. tester
  25299. testing
  25300. textedit
  25301. token
  25302. tokenizer
  25303. toolbox
  25304. toolkit
  25305. toolkits
  25306. tools]
  25307. transport
  25308. transport/ppp
  25309. tune-up
  25310. Network Watch (DMZ) v1.5
  25311. Summary:  The DMZ program demonstrates NBP Lookup calls under both Open Transport and Classic AppleTalk to obtain a list of all NBP entities by zone.  User can specify the lookup for specific objects and types.  Program also demonstrates how one sends AppleTalk Echo protocol packets to a specified system, and to receive the return Echo protocol response.
  25312. DMZ checks for the presence of Open Transport and uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.and you can support it with a minimum of effort.
  25313. Making the Most of QuickDraw GX Bitmaps  by David Surovell. A primer on handling bitmapped graphics in QuickDraw GX: tips, tricks, and whizzy effects.
  25314. Pick Your Picker With Color Picker 2.0  by Shannon Holland. The new Color Picker Manager is flexible and customizable, allowing much tighter integration of color pickers with your application.
  25315. Implementing Inheritance in Scripts  by Paul G. Smith. Supporting inheritanc
  25316. project
  25317. large
  25318. project
  25319. large
  25320. project
  25321. quick
  25322. start
  25323. guide
  25324. projectdrag
  25325. projectdrag
  25326. applets
  25327. projectdrag
  25328. manual
  25329. projectfolders
  25330. projectmenu
  25331. projects
  25332. projectxplugin68k
  25333. projectxplugin68knfp
  25334. projectxpluginppc
  25335. projlistmenu
  25336. promptoid
  25337. promptoid
  25338. protocol
  25339. protos
  25340. prototyping
  25341. prototyping
  25342. toolkit
  25343. ptags
  25344. ptags
  25345. manual
  25346. ptags
  25347. manual
  25348. pubsw
  25349. pubscatalog
  25350. pubscatalog
  25351. pubsorderform
  25352. pubsorderform
  25353. survival
  25354. qcopy
  25355. qcopy
  25356. environment
  25357. utilities
  25358. graphics
  25359. objects
  25360. printing
  25361. printing
  25362. drvrs
  25363. JOsDev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:P
  25364. Dev.CD Apr 00 SDK1
  25365.  - What's New
  25366.  - Technical Documentation
  25367.  - Technical Publications
  25368.  - DeveloperDocumentation
  25369.  - corefoundation  open item "Dev.CD Jan 94
  25370. Dev.CD Oct 93
  25371. Dev.CD Jul 93"
  25372.         activate
  25373.     end tell
  25374. on error errMsg number errNum
  25375.     --enter statements to perform when no records are found such as...
  25376.     display dialog "Sorry, the item you selected could not be found."
  25377.     return
  25378. end try
  25379. All Packages
  25380. F    QuickTimeO
  25381. Dev.CD Jan 94P
  25382. Dev.CD Jan 9V
  25383. 60802X
  25384. Jan 94
  25385. b--set theItem to choose file -- uncomment to test in an AS editor
  25386.     tell application "Finder"
  25387.         open item "Dev.CD Jan 94"
  25388.         activate
  25389.     end tell
  25390. on error errMsg number errNum
  25391.     --enter statements to perform when no records are found such as...
  25392.     display dialog "Sorry, the item you selected could not be found."
  25393.     return
  25394. end try
  25395. All Packages
  25396. compared
  25397. comparedirtext
  25398. comparelastrevision
  25399. compareproc
  25400. compares
  25401. comparing
  25402. comparisions
  25403. comparisons
  25404. compatibilityY
  25405. compatibility
  25406. issues
  25407. compatibleO
  25408. compatiblesj
  25409. compilation
  25410. compile
  25411. compiled
  25412. compiler
  25413. compiler-constructio
  25414. complexity
  25415. compliance
  25416. componentP
  25417. component-based
  25418. components
  25419. composersj
  25420. composit
  25421. composite
  25422. composited
  25423. compositing
  25424. compositor
  25425. compound
  25426. compound-document
  25427. compress
  25428. compressed
  25429. compressimage
  25430. compressionP
  25431. install
  25432. install
  25433. locales
  25434. locales
  25435. localization
  25436. localization
  25437. japan
  25438. localization
  25439. tools
  25440. localize
  25441. localize
  25442. ookup
  25443. lookupmenu
  25444. lurkers
  25445. lurkers
  25446. lurkers
  25447. lurkers
  25448. lurkers
  25449. readme
  25450. lurkers
  25451. readme
  25452. 4.0.1
  25453. install
  25454. graphics
  25455. primer
  25456. interfaces
  25457. guidelines
  25458. development
  25459. toolkit
  25460. runtime
  25461. architectures
  25462. encodingsv
  25463. license
  25464. readme
  25465. samplecode
  25466. samplecode
  25467. previous
  25468. specific
  25469. files
  25470. macapp
  25471. macapp
  25472. cdent
  25473. stuff
  25474. macapp
  25475. developer
  25476. survey
  25477. macapp
  25478. r13u5
  25479. macapp
  25480. r14d5
  25481. macbinary
  25482. macbinary-ii-conf
  25483. macbinary-ii-conf2
  25484. macbinary-ii-standar
  25485. summary
  25486. virtual
  25487. server
  25488. attempt
  25489. provide
  25490. piece
  25491. summary
  25492. virtual
  25493. tutorial
  25494. provides
  25495. quick
  25496. intro
  25497. summary
  25498. services
  25499. apple
  25500. event
  25501. suite
  25502. allows
  25503. appli
  25504. summary
  25505. these
  25506. applications
  25507. demonstrate
  25508. write
  25509. backgr
  25510. summary
  25511. these
  25512. obsolete
  25513. hypercard
  25514. toolkits
  25515. which
  25516. summary
  25517. these
  25518. updated
  25519. tools
  25520. quicktime
  25521. summary
  25522. these
  25523. applications
  25524. remote
  25525. control
  25526. server
  25527. summary
  25528. application
  25529. demonstrates
  25530. appleev
  25531. summary
  25532. application
  25533. displays
  25534. volume
  25535. meters
  25536. summary
  25537. application
  25538. exercises
  25539. copybits
  25540. copymask
  25541. summary
  25542. brochure
  25543. serves
  25544. foundation
  25545. explaining
  25546. summary
  25547. sample
  25548. demonstrates
  25549. palette
  25550. extension
  25551. which
  25552. enables
  25553. developers
  25554. adopt
  25555. high-leved
  25556. analysis
  25557. analyzeb
  25558. thinks
  25559. third
  25560. third-partyo
  25561. thisB
  25562. withoutg
  25563. won't
  25564. This sample demonstates the basic implmenetation of high and low level InputSprocket.  It shows the following functionality:
  25565. - ISpElementList_ExtractByKind
  25566. - List all devices
  25567. - List all elements
  25568. - List all buttons
  25569. - List all directional pads
  25570. - List all axes
  25571. - List all X-axes
  25572. - Get events
  25573. - Suspend
  25574. - Resume
  25575. - Create needs
  25576. - Destroy needs
  25577. - Get needs events
  25578. - Configuration dialog
  25579. - Enable mouse and keyboard
  25580. - Disable mouse and keyboard
  25581. - Reinitialize ADB bus
  25582. - Allocate/Deallocate test
  25583. - TestBIArbitraryAllocate test
  25584. - TestAccelration
  25585. - Enable speech
  25586. - Disable speech
  25587. Sample Code.imgK
  25588. Feb 00M^PowerPC, System 8.1+, InputSprocket, and either Universal Interfaces 3.3 or InputSprocket SDK
  25589. N2InputSprocket, ISp, Needs, Elements, axes, buttonsO
  25590. Dev.CD May 00 TC:Sample Code:P
  25591. Dev.CD May 00 TC
  25592.  - Sample Codee found."
  25593.     return
  25594. end try
  25595. New Packagef
  25596. MultiTasking
  25597. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  25598. Dev.CD May 00 TC
  25599. ev.CD May 00 TC
  25600. debug
  25601. build
  25602. sound
  25603. manager
  25604. 3.2.1
  25605. useful
  25606. location
  25607. manager
  25608. module
  25609. shows
  25610. eject
  25611. cards
  25612. sound
  25613. input
  25614. driver
  25615. showing
  25616. sound
  25617. primer
  25618. creating
  25619. content
  25620. routine
  25621. sending
  25622. documents
  25623. apple
  25624. event
  25625. sample
  25626. compression/decompre
  25627. sound
  25628. manager
  25629. component
  25630. sample
  25631. program
  25632. which
  25633. demonstrates
  25634. adbop
  25635. simple
  25636. sample
  25637. which
  25638. demonstrates
  25639. controls
  25640. simple
  25641. utility
  25642. driver
  25643. support
  25644. asynchronous
  25645. sound
  25646. manager
  25647. pre-mixer
  25648. effect
  25649. component
  25650. shows
  25651. sample
  25652. shows
  25653. transport
  25654. a-trap
  25655. a/roseQ
  25656. ability`
  25657. ableo
  25658. aborts
  25659. --set theItem to choose file -- uncomment to test in an AS editor
  25660.     tell application "Finder"
  25661.         open item "Dev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Slot Look:"
  25662.         activate
  25663.     end tell
  25664. on error errMsg number errNum
  25665.     --enter statements to perform when no records are found such as...
  25666.     display dialog "Sorry, the item you selected could not be found."
  25667.     return
  25668. end try
  25669. p-digest-v3-091
  25670. csmp-digest-v3-092
  25671. csmp-digest-v3-093
  25672. csmp-digest-v3-094
  25673. csmp-digest-v3-095
  25674. csmp-digest-v3-096
  25675. csmp-digest-v3-097
  25676. csmp-digest-v3-098
  25677. csmp-digest-v3-099
  25678. csmp-digest-v3-100
  25679. csmp-digest-v3-101
  25680. csmp-digest-v3-102
  25681. csmp-digest-v3-103
  25682. csmp-digest-v3-104
  25683. csmp-digest-v3-105
  25684. csmp-digest-v3-106
  25685. cwpro2t
  25686. datah
  25687. databasem
  25688. database
  25689. suitem
  25690. dcmda
  25691. debug]
  25692. debuggingu
  25693. demo_
  25694. detectorsh
  25695. change
  25696. developeru
  25697. developmentm
  25698. directionsj
  25699. disku
  25700. e    No Changef
  25701. CAD/CAM
  25702. ASIC Designq
  25703. Dev.CD May 00 TC
  25704. D!All Packages
  25705. Tool Chest Edition
  25706. trates a variety of techniques for using Open Transport
  25707. s list utility routines.  Specifically, it shows how to use OTLIFO lists in a simple producer/consumer application.  The code from this sample is featured in the latest release (v1.2) of the book 
  25708. Inside Macintosh: Open Transport
  25709. Sample Code.imgK
  25710. Nov 97L
  25711. Jun 98M
  25712. Open Transport 1.1.1 or higherN3Open Transport, OTLIFO, OTFIFO, OTLink, linked listO
  25713. Dev.CD May 00 TC:Sample Code:P
  25714. Dev.CD May 00 TC
  25715.  - Sample CodeV
  25716. 61702X
  25717. May 00^
  25718. r--set theItem to choose file -- uncomment to test in an AS editor
  25719.     tell application "Finder"
  25720.         open item "Dev.CD May 00 TC:Sample Code:"
  25721.         activate
  25722.     end tell
  25723. on error errMsg number errNum
  25724.     --enter statements to perform when no records are found such as...
  25725.     display dialog "Sorry, the item you selected could not be found."
  25726.     return
  25727. end try
  25728. e    No Change
  25729. e    No Change
  25730. Dev.CD May 00 TC:Sample Code:P
  25731. Dev.CD May 00 TC
  25732.  - Sample CodeV
  25733. 61913X
  25734. May 00^
  25735. r--set theItem to choose file -- uncomment to test in an AS editor
  25736.     tell application "Finder"
  25737.         open item "Dev.CD May 00 TC:Sample Code:"
  25738.         activate
  25739.     end tell
  25740. on error errMsg number errNum
  25741.     --enter statements to perform when no records are found such as...
  25742.     display dialog "Sorry, the item you selected could not be found."
  25743.     return
  25744. end try
  25745. e    No Changef
  25746. QuickTime
  25747. Dev.CD May 00 TC
  25748. All Packages
  25749. QTEffects Explode
  25750. This sample demonstrates how to create a QuickTime movie with a video effect as a transition from one picture to another. This project differs from the QTShowEffect sample code it is based on in that it allows the user to create the effect "by hand" e.g. without the aid of the standard QuickTime effects parameter dialog box. Instead, the program itself builds the correct effects parameter description atoms.
  25751. Dec 99V
  25752. 61914X
  25753. performb
  25754. performau
  25755. performanceA
  25756. performance
  25757. tuning
  25758. performance
  25759. tuning
  25760. webobjects
  25761. application
  25762. critical
  25763. permissionj
  25764. permit
  25765. permits
  25766. permitted
  25767. permutation
  25768. persist
  25769. persistent
  25770. persisting
  25771. personZ
  25772. personal
  25773. perspective
  25774. perspectives
  25775. pertaining
  25776. peter
  25777. pgpuam
  25778. pgpuam
  25779. enhancement
  25780. standard
  25781. appleshare
  25782. phase
  25783. philip
  25784. phone
  25785. phonetic
  25786. photo
  25787. photograph
  25788. photographers
  25789. photographs
  25790. photos
  25791. photoshop
  25792. phrase
  25793. phrases
  25794. ve    No Changeq
  25795. Dev.CD May 00 TC
  25796. wD!All Packages
  25797. Mac OS SDK Edition
  25798. Rhapsody Documentation
  25799. OpenStep documentation applies to Rhapsody! That means you can develop OpenStep applications today and use the same source base for Rhapsody later.
  25800. UPDATED  DOCUMENTATION:
  25801. Discovering OPENSTEP: A Developer Tutorial (Rhapsody)
  25802. Updated for Rhapsody: new material, all reported bugs fixed, with screenshots of the Rhapsody development environment.
  25803. Appkit Reference
  25804. The complete reference for OpenStep Application kit classes and protocols. The Appkit provides everything the user sees and touch5
  25805. e them back or re-mount the affected volume.  The status of the startup volume is restored after a reboot.  All other volume status
  25806.  are lost after a reboot.
  25807. Improvements for version 1.6:
  25808.  The status of volumes is now physically updated on disk. This allows the volume to be mounted/re-mounted with that state persisting. Note that only a 'software' locked volume can be unmounted/mounted and still remain 'software' locked. Making a volume 'hardwared' locked will lock it but the setting won
  25809. 't persist across an unmount/mount. This is due to the fact that when the file system mounts a volume it gets the hardware state of that volume.  Since it's not really physically locked, there is no 'hardware' locked status returned.  Note that no attempt is made to physically update a remote volume (shared, etc.) as it doesn't belong to us. Changes to remote volumes will remain local.
  25810.  Fixed a gray shading problem in the volume popup on 1-bit deep monitors.  The popup would sometimes app
  25811. hardware
  25812. developer
  25813. documentation
  25814. developer
  25815. notes
  25816. devnotes
  25817. 96 TV
  25818. 60771X
  25819. Aug 96
  25820. e--set theItem to choose file -- uncomment to test in an AS editor
  25821.     tell application "Finder"
  25822.         open item "Dev.CD Aug 96 TC"
  25823.         activate
  25824.     end tell
  25825. on error errMsg number errNum
  25826.     --enter statements to perform when no records are found such as...
  25827.     display dialog "Sorry, the item you selected could not be found."
  25828.     return
  25829. end try
  25830. All Packages
  25831. QuickDraw GXO
  25832. Dev.CD Aug 96 TCP
  25833. Dev.CD Aug 96 TV
  25834. 60772X
  25835. Aug 96
  25836. e--set theItem to choose file -- uncomment to test in an AS editor
  25837.     tell application "Finder"
  25838.         open item "Dev.CD Aug 96 TC"
  25839.         activate
  25840.     end tell
  25841. on error errMsg number errNum
  25842.     --enter statements to perform when no records are found such as...
  25843.     display dialog "Sorry, the item you selected could not be found."
  25844.     return
  25845. end try
  25846. All Packages
  25847. QuickDraw GXO
  25848. Dev.CD Aug 96 TCP
  25849. Dev.CD Aug 96 TV
  25850. 60773X
  25851. All Packages
  25852. QuickDraw GXO
  25853. Dev.CD Aug 96 TCP
  25854. Dev.CD Aug 96 TV
  25855. 61999X
  25856. Aug 96
  25857. e--set theItem to choose file -- uncomment to test in an AS editor
  25858.     tell application "Finder"
  25859.         open item "Dev.CD Aug 96 TC"
  25860.         activate
  25861.     end tell
  25862. on error errMsg number errNum
  25863.     --enter statements to perform when no records are found such as...
  25864.     display dialog "Sorry, the item you selected could not be found."
  25865.     return
  25866. end try
  25867. All Packages
  25868. QuickDraw GXO
  25869. Dev.CD Aug 96 TCP
  25870. Dev.CD Aug 96 TV
  25871. 62000X
  25872. Aug 96
  25873. e--set theItem to choose file -- uncomment to test in an AS editor
  25874.     tell application "Finder"
  25875.         open item "Dev.CD Aug 96 TC"
  25876.         activate
  25877.     end tell
  25878. on error errMsg number errNum
  25879.     --enter statements to perform when no records are found such as...
  25880.     display dialog "Sorry, the item you selected could not be found."
  25881.     return
  25882. end try
  25883. All Packages
  25884. QuickDraw GXO
  25885. Dev.CD Aug 96 TCP
  25886. Dev.CD Aug 96 TV
  25887. 62001X
  25888. O)Dev.CD Apr 94
  25889. Dev.CD Jan 94
  25890. Dev.CD Oct 93P(Dev.CD Apr 94
  25891. Dev.CD Jan 94
  25892. Dev.CD Oct 9V
  25893. 62418X
  25894. Apr 94
  25895. ~--set theItem to choose file -- uncomment to test in an AS editor
  25896.     tell application "Finder"
  25897.         open item "Dev.CD Apr 94
  25898. Dev.CD Jan 94
  25899. Dev.CD Oct 93"
  25900.         activate
  25901.     end tell
  25902. on error errMsg number errNum
  25903.     --enter statements to perform when no records are found such as...
  25904.     display dialog "Sorry, the item you selected could not be found."
  25905.     return
  25906. end try
  25907. All Packages
  25908. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  25909. Dev.CD Jan 94
  25910. Dev.CD Oct 93
  25911. Dev.CD Jul 93P6Dev.CD Apr 94
  25912. Dev.CD Jan 94
  25913. Dev.CD Oct 93
  25914. Dev.CD Jul 9V
  25915. 62419X
  25916. Apr 94
  25917. includingQ
  25918. QTtoJavaImageIuThis demo program shows the usage of the GraphicsImporterDrawer is used to produce pixels to create a java.awt.Image
  25919. Sample Code.imgK
  25920. Feb 00
  25921. - Common
  25922.     - Sun Compliant Java Runtime Environment 1.1
  25923.     - QuickTime 3 
  25924.     - QTJava.zip
  25925.     - QTJava media samples
  25926. - Mac OS:
  25927.     - System 8 or later
  25928.     - Macintosh Runtime for Java (MRJ) 2.1
  25929. - Windows 95, 98, or NT::
  25930.     - JRE/JDK from Sun Microsystems, Inc. recommended
  25931. QuickTime, Java, MRJ
  25932. Dev.CD May 00 TC:Sample Code:P
  25933. Dev.CD May 00 TC
  25934.  - Sample CodeV
  25935. 61918X
  25936. May 00^
  25937. r--set theItem to choose file -- uncomment to test in an AS editor
  25938.     tell application "Finder"
  25939.         open item "Dev.CD May 00 TC:Sample Code:"
  25940.         activate
  25941.     end tell
  25942. on error errMsg number errNum
  25943.     --enter statements to perform when no records are found such as...
  25944.     display dialog "Sorry, the item you selected could not be found."
  25945.     return
  25946. end try
  25947. ment Kits:Mac OS:AIAT:
  25948. System Enabler 088 (AVs)O
  25949. Dev.CD Apr 94
  25950. Dev.CD Jan 94P
  25951. Dev.CD Apr 94
  25952. Dev.CD Jan 9V
  25953. 62383X
  25954. Apr 94
  25955. p--set theItem to choose file -- uncomment to test in an AS editor
  25956.     tell application "Finder"
  25957.         open item "Dev.CD Apr 94
  25958. Dev.CD Jan 94"
  25959.         activate
  25960.     end tell
  25961. on error errMsg number errNum
  25962.     --enter statements to perform when no records are found such as...
  25963.     display dialog "Sorry, the item you selected could not be found."
  25964.     return
  25965. end try
  25966. All Packages
  25967. System Enabler 088 (AVs)O
  25968. Dev.CD Apr 94
  25969. Dev.CD Jan 94P
  25970. Dev.CD Apr 94
  25971. Dev.CD Jan 9V
  25972. 62384X
  25973. Apr 94
  25974. p--set theItem to choose file -- uncomment to test in an AS editor
  25975.     tell application "Finder"
  25976.         open item "Dev.CD Apr 94
  25977. Dev.CD Jan 94"
  25978.         activate
  25979.     end tell
  25980. on error errMsg number errNum
  25981.     --enter statements to perform when no records are found such as...
  25982.     display dialog "Sorry, the item you selected could not be found."
  25983.     return
  25984. end try
  25985. describes
  25986. runtime
  25987. architecture
  25988. based
  25989. shows
  25990. sgdrawable
  25991. class
  25992. display
  25993. shows
  25994. using
  25995. sequencegrabber
  25996. simple
  25997. audio
  25998. shows
  25999. using
  26000. soundmanager
  26001. calls
  26002. simple
  26003. upgrader
  26004. upgrader
  26005. 1.2.3
  26006. engines
  26007. upgrading
  26008. upgrading
  26009. bbedit
  26010. access
  26011. access
  26012. scripting
  26013. urlaccess
  26014. urlaccess
  26015. urlaccess
  26016. urlaccess
  26017. urlaccess68k
  26018. urlaccess68k
  26019. urlaccesslib
  26020. urlaccesslib
  26021. distribution
  26022. guide
  26023. usage
  26024. usage
  26025. history
  26026. utilities
  26027. utilities
  26028. utilities
  26029. utility
  26030. v1.5.2
  26031. v1.5.3
  26032. validator
  26033. validator
  26034. validator
  26035. documentation
  26036. validator
  26037. documentation
  26038. variable
  26039. variables
  26040. version
  26041. version
  26042. history
  26043. version
  26044. history
  26045. Aug 96
  26046. e--set theItem to choose file -- uncomment to test in an AS editor
  26047.     tell application "Finder"
  26048.         open item "Dev.CD Aug 96 TC"
  26049.         activate
  26050.     end tell
  26051. on error errMsg number errNum
  26052.     --enter statements to perform when no records are found such as...
  26053.     display dialog "Sorry, the item you selected could not be found."
  26054.     return
  26055. end try
  26056. All Packages
  26057. QuickDraw GXO
  26058. Dev.CD Jun 97 SSWP
  26059. Dev.CD Jun 97 SSV
  26060. 62012X
  26061. Jun 97
  26062. f--set theItem to choose file -- uncomment to test in an AS editor
  26063.     tell application "Finder"
  26064.         open item "Dev.CD Jun 97 SSW"
  26065.         activate
  26066.     end tell
  26067. on error errMsg number errNum
  26068.     --enter statements to perform when no records are found such as...
  26069.     display dialog "Sorry, the item you selected could not be found."
  26070.     return
  26071. end try
  26072. All Packages
  26073. QuickDraw GXO
  26074. Dev.CD Jun 97 SSWP
  26075. Dev.CD Jun 97 SSV
  26076. 62013X
  26077. Jun 97
  26078. b--set theItem to choose file -- uncomment to test in an AS editor
  26079.     tell application "Finder"
  26080.         open item "Dev.CD Jul 95"
  26081.         activate
  26082.     end tell
  26083. on error errMsg number errNum
  26084.     --enter statements to perform when no records are found such as...
  26085.     display dialog "Sorry, the item you selected could not be found."
  26086.     return
  26087. end try
  26088. protocols
  26089. prototyping
  26090. prove
  26091. proverbial
  26092. proves
  26093. provideZ
  26094. ll Packages
  26095. 4PQDev.CD Mar 00 RL Disk 1
  26096.  - Technical Documentation
  26097.  - Develop
  26098.  - develop Issue 19e video within a QTCanvas. 
  26099. Sample Code.imgK
  26100. Feb 00
  26101. - Common
  26102.     - Sun Compliant Java Runtime Environment 1.1
  26103.     - QuickTime 3 
  26104.     - QTJava.zip
  26105.     - QTJava media samples
  26106. - Mac OS:
  26107.     - System 8 or later
  26108.     - Macintosh Runtime for Java (MRJ) 2.1
  26109. - Windows 95, 98, or NT::
  26110.     - JRE/JDK from Sun Microsystems, Inc. recommended
  26111. QuickTime, Java, MRJO
  26112. Dev.CD May 00 TC:Sample Code:P
  26113. Dev.CD May 00 TC
  26114.  - Sample CodeV
  26115. 60914X
  26116. May 00^
  26117. r--set theItem to choose file -- uncomment to test in an AS editor
  26118.     tell application "Finder"
  26119.         open item "Dev.CD May 00 TC:Sample Code:"
  26120.         activate
  26121.     end tell
  26122. on error errMsg number errNum
  26123.     --enter statements to perform when no records are found such as...
  26124.     display dialog "Sorry, the item you selected could not be found."
  26125.     return
  26126. end try
  26127. e    No Changecompilers@
  26128. compression/decompre@
  26129. computer
  26130. computer's@
  26131. e attempting to update MacTCP.  Be aware that opening or configuring MacTCP may cause it to modify itself.
  26132. NOTE:  Developers should do all new development with Open Transport where possible.
  26133. 2.0.6 Files:
  26134. MacTCP - Read Me First
  26135. MacTCP 2.x Docs:
  26136. MacTCP Developer Tools:
  26137. TCP/IP Administration.image
  26138. TCP/IP Connection.imageK
  26139. Apr 96N
  26140. MacTCP, TCP/IPO4Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:P9Dev.CD Apr 98 SDK1
  26141.  - Development Kits (Disc 1)
  26142.  - MacTCPery first time can be achieveB
  26143. d by simply pressing a single button.
  26144. Issues:  This is DTS sample code.  Use it to your liking.  If it's purposeful to you then great, otherwise it's just documentation.
  26145. May 96een the CTB 1.0 resources which the Communications 1 v1.0 and v1.1 disks install. The CTB team recommends, however, that developers update their products to include the Communications 1 version 1.1 software.
  26146. NOTE:  Developers should do all new development with Open Transport where possible.
  26147. Aug 93L
  26148. filter
  26149. filtering
  26150. filters
  26151. finalj
  26152. finally
  26153. financially
  26154. financingj
  26155. findr
  26156. findchange
  26157. finder
  26158. finderopenselection
  26159. finders
  26160. finding
  26161. findlurkers
  26162. findsh
  26163. findserialports
  26164. findserialports
  26165. little
  26166. snippet
  26167. inside
  26168. fine-tune
  26169. finger-coded
  26170. finished
  26171. finishing
  26172. finnish
  26173. firewire
  26174. firmware
  26175. firmworks
  26176. firstj
  26177. debug
  26178. redistribution
  26179. mrplus
  26180. mrplus
  26181. multifinder
  26182. multifinder
  26183. 6.1b9
  26184. multimedia
  26185. multimedia
  26186. standards
  26187. reports
  26188. multiprocessing
  26189. multiprocessing
  26190. musicmixer
  26191. myhelpmenu
  26192. macsbug
  26193. macros/templates
  26194. macros/templates
  26195. navigable
  26196. navigable
  26197. movie
  26198. toolkit
  26199. navigation
  26200. navigation
  26201. services
  26202. navigator
  26203. netsprockettest
  26204. network
  26205. network
  26206. management
  26207. network
  26208. server
  26209. developer's
  26210. guide
  26211. network
  26212. services
  26213. location
  26214. network
  26215. stream
  26216. network
  26217. watch
  26218. networking
  26219. audio
  26220. features
  26221. newgworld
  26222. tokenizer
  26223. newgworld
  26224. performance
  26225. photoshop
  26226. player
  26227. plugins
  26228. postscript
  26229. powerbook
  26230. primer
  26231. Summary: This is the electronic version of develop magazine.
  26232.  Issue 29 Summary
  26233. Easy 3D With the QuickDraw 3D Viewer  by Nick Thompson
  26234. s easy to integrate support for the QuickDraw 3D Viewer in your application, requiring only a few extra calls. Adding such support will allow your users to import and manipulate 3D data in your application with a standard, intuitive interface.
  26235. Gearing Up for Asia With the Text Services Manager and TSMTE  by Tague Griffith
  26236. Supporting the Text Services 
  26237. Manager (TSM) allows your application to transparently make use of the wide variety of text input methods required by 2-byte languages like Japanese, Chinese, and Korean. And TSMTE makes support of TSM a simple matter.
  26238. High-Performance ACGIs in C  by Ken Urquhart
  26239. Most simple ACGI programs are written in AppleScript, but for speed-critical applications, or for ACGIs that need to handle more than one request at a time, a high-level language like C is better suited to the task. This article 
  26240. hints
  26241. historyu
  26242. hit-testing
  26243. hitec
  26244. hitting
  26245. hoddie
  26246. hokum
  26247. holcomb
  26248. holding
  26249. holdsh
  26250. holidayj
  26251. holland
  26252. hooper
  26253. hoping
  26254. uction to Java Programming
  26255. Learning Java
  26256. Javaq
  26257. Dev.CD May 00 TC
  26258. D!All Packages
  26259. Tool Chest Edition
  26260. F    Slot LookINSlot Look: Sample Application source code showing common Slot Manager calls.  J[Slot Look info
  26261. Slot Look info.txt
  26262. Slotlook
  26263. Slotlook.c
  26264. Slotlook.c.o
  26265. Slotlook.make
  26266. Slotlook.rK
  26267. Oct 92OADev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Slot Look:PLDev.CD May 00 TC
  26268.  - Tool Chest
  26269.  - Devices
  26270.  - NuBus/Slot Manager
  26271.  - Slot LookV
  26272. 60926X
  26273. May 00^
  26274. odf-interest
  26275. odf-interest
  26276. archive
  26277. odfdev
  26278. odflibrary
  26279. odflibrary
  26280. metrowerks
  26281. metrowerks
  26282. build
  26283. script
  26284. metrowerks
  26285. zoneranger
  26286. mib-clients
  26287. mib-documentation
  26288. mib-ii
  26289. mib-libraries
  26290. monitor`
  26291. mountprojector
  26292. mountserver
  26293. program
  26294. goodies
  26295. goodies
  26296. scripts
  26297. readme
  26298. scripts
  26299. readme
  26300. 1.0.1b1c2
  26301. installer
  26302. installer
  26303. 1.0.1b1c2
  26304. multimediav
  26305. multimedia
  26306. standardsv
  26307. music
  26308. music
  26309. helper
  26310. mybuildmenu
  26311. namerevisioncurrent
  26312. native
  26313. native
  26314. navig
  26315. install
  26316. netsprocket
  26317. netsprocket
  26318. networkS
  26319. network
  26320. server
  26321. guideS
  26322. network
  26323. software
  26324. installer
  26325. documentation
  26326. sample
  26327. Apr 00L
  26328. Apr 00
  26329. A@Mac OS 8 or later.  68020 or better.  Mac OS X is not supported.
  26330. N'MacApp, Framework, Object-oriented, C++O0Dev.CD Apr 00 SDK1:What's New:Tool Chest:MacApp:P8Dev.CD Apr 00 SDK1
  26331.  - What's New
  26332.  - Tool Chest
  26333.  - MacAppV
  26334. 61719X
  26335. Apr 00^
  26336. --set theItem to choose file -- uncomment to test in an AS editor
  26337.     tell application "Finder"
  26338.         open item "Dev.CD Apr 00 SDK1:What's New:Tool Chest:MacApp:"
  26339.         activate
  26340.     end tell
  26341. on error errMsg number errNum
  26342.     --enter statements to perform when no records are found such as...
  26343.     display dialog "Sorry, the item you selected could not be found."
  26344.     return
  26345. end try
  26346. e    No Changef$MacApp
  26347. Framework
  26348. Object-oriented
  26349. /A(http://developer.apple.com/tools/macapp/
  26350. Dev.CD Apr 00 SDK1
  26351. D!All Packages
  26352. Tool Chest Edition
  26353. MacApp R14d1
  26354.     - MPW etc.V
  26355. 59290X
  26356. May 00^
  26357. strings
  26358. strip
  26359. strlog
  26360. structure
  26361. stuffit
  26362. stylew
  26363. stylechat
  26364. sub-menus
  26365. suite
  26366. summaryb
  26367. switcht
  26368. switcher
  26369. switching
  26370. symantec
  26371. symbiotic
  26372. synchronization
  26373. synthesis
  26374. systemc
  26375. systemsp
  26376. table
  26377. tables
  26378. tablet
  26379. tanzania
  26380. tanzania
  26381. zanzibar
  26382. starmax
  26383. firmware
  26384. tasking
  26385. tasks
  26386. testing
  26387. debugging
  26388. testing
  26389. debugging
  26390. networking
  26391. communications
  26392. testing
  26393. memory
  26394. virtual
  26395. debugging
  26396. encoding
  26397. character
  26398. encoding
  26399. converter
  26400. textedit
  26401. thread
  26402. timing
  26403. tokenQ
  26404. tokenizer
  26405. tokenizer
  26406. fcode
  26407. tokentalkQ
  26408. windows
  26409. world
  26410. develop
  26411. issue
  26412. develop
  26413. issue
  26414. develop
  26415. issue
  26416. references
  26417. develop
  26418. issue
  26419. develop
  26420. issue
  26421. develop
  26422. issue
  26423. references
  26424. develop
  26425. issue
  26426. develop
  26427. issue
  26428. develop
  26429. issue
  26430. references
  26431. develop
  26432. issue
  26433. develop
  26434. issue
  26435. develop
  26436. issue
  26437. references
  26438. develop
  26439. issue
  26440. develop
  26441. issue
  26442. develop
  26443. issue
  26444. references
  26445. develop
  26446. issue
  26447. develop
  26448. issue
  26449. develop
  26450. issue
  26451. develop
  26452. issue
  26453. develop
  26454. issue
  26455. references
  26456. develop
  26457. issue
  26458. develop
  26459. issue
  26460. develop
  26461. issue
  26462. develop
  26463. issue
  26464. develop
  26465. issue
  26466. develop
  26467. issue
  26468. develop
  26469. issue
  26470. develop
  26471. issue
  26472. develop
  26473. issue
  26474. develop
  26475. issue
  26476. develop
  26477. issue
  26478. developeru
  26479. developmentm
  26480. diagrams
  26481. digital
  26482. digital
  26483. asset
  26484. management
  26485. digital
  26486. storyboard
  26487. directionsj
  26488. disku
  26489. --set theItem to choose file -- uncomment to test in an AS editor
  26490.     tell application "Finder"
  26491.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:"
  26492.         activate
  26493.     end tell
  26494. on error errMsg number errNum
  26495.     --enter statements to perform when no records are found such as...
  26496.     display dialog "Sorry, the item you selected could not be found."
  26497.     return
  26498. end try
  26499. managerN
  26500. 62585X
  26501. Aug 97^
  26502. --set theItem to choose file -- uncomment to test in an AS editor
  26503.     tell application "Finder"
  26504.         open item "Dev.CD Aug 97 TC:Language Kits:WorldScript Updater 1.1:"
  26505.         activate
  26506.     end tell
  26507. on error errMsg number errNum
  26508.     --enter statements to perform when no records are found such as...
  26509.     display dialog "Sorry, the item you selected could not be found."
  26510.     return
  26511. end try
  26512. e    No Changeq
  26513. Dev.CD Aug 97 TC
  26514. All Packages
  26515. WorldScript UpdaterO
  26516. Dev.CD Jul 96 SSWP
  26517. Dev.CD Jul 96 SSV
  26518. 62586X
  26519. Jul 96
  26520. f--set theItem to choose file -- uncomment to test in an AS editor
  26521.     tell application "Finder"
  26522.         open item "Dev.CD Jul 96 SSW"
  26523.         activate
  26524.     end tell
  26525. on error errMsg number errNum
  26526.     --enter statements to perform when no records are found such as...
  26527.     display dialog "Sorry, the item you selected could not be found."
  26528.     return
  26529. end try
  26530. All Packages
  26531. WorldScript UpdaterO
  26532. Dev.CD Jul 96 SSWV
  26533. 62587X
  26534. r--set theItem to choose file -- uncomment to test in an AS editor
  26535.     tell application "Finder"
  26536.         open item "Dev.CD May 00 TC:Sample Code:"
  26537.         activate
  26538.     end tell
  26539. on error errMsg number errNum
  26540.     --enter statements to perform when no records are found such as...
  26541.     display dialog "Sorry, the item you selected could not be found."
  26542.     return
  26543. end try
  26544.  - Development Kits
  26545.  - Mac OS
  26546.  - Apple Location ManagerV
  26547. 58937X
  26548. Apr 00^
  26549. --set theItem to choose file -- uncomment to test in an AS editor
  26550.     tell application "Finder"
  26551.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Apple Location Manager:"
  26552.         activate
  26553.     end tell
  26554. on error errMsg number errNum
  26555.     --enter statements to perform when no records are found such as...
  26556.     display dialog "Sorry, the item you selected could not be found."
  26557.     return
  26558. end try
  26559. e    No ChangefGLocation
  26560. Configuration
  26561. Setting
  26562. Preference
  26563. Switch
  26564. Module
  26565. Environmentq
  26566. Dev.CD Apr 00 SDK1
  26567. f--set theItem to choose file -- uncomment to test in an AS editor
  26568.     tell application "Finder"
  26569.         open item "Dev.CD Jun 97 SSW"
  26570.         activate
  26571.     end tell
  26572. on error errMsg number errNum
  26573.     --enter statements to perform when no records are found such as...
  26574.     display dialog "Sorry, the item you selected could not be found."
  26575.     return
  26576. end try
  26577. All Packages
  26578. F    QuickTimeO
  26579. Dev.CD Jun 97 SSWP
  26580. Dev.CD Jun 97 SSV
  26581. 62100X
  26582. Jun 97
  26583. f--set theItem to choose file -- uncomment to test in an AS editor
  26584.     tell application "Finder"
  26585.         open item "Dev.CD Jun 97 SSW"
  26586.         activate
  26587.     end tell
  26588. on error errMsg number errNum
  26589.     --enter statements to perform when no records are found such as...
  26590.     display dialog "Sorry, the item you selected could not be found."
  26591.     return
  26592. end try
  26593. All Packages
  26594. F    QuickTimeO
  26595. Dev.CD Jun 97 SSWP
  26596. Dev.CD Jun 97 SSV
  26597. 62101X
  26598. Jun 97
  26599. (Okay, I've mentioned that already, but I couldn't decide what heading it under.)
  26600.     -Using lists in document windows.
  26601.  Resource Manager
  26602.     -Opening resource forks without loading all preloaded resources. This is particularly important when opening
  26603.      application resource forks that may contain preloaded 'CODE' resources.
  26604.  Dialog Manager
  26605.     -Non standard text styles in a dialog, including popup menus and editable text items.
  26606.     -Support a number of moveable modal dialogs in an 
  26607. application.
  26608. It also demonstrates:
  26609.   -How to properly support the standard event loop, including basic support for multiple monitors.
  26610.   -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  26611.   -How to safely check if a system feature is available in a native PowerPC application (Gestalt isn't always enough).
  26612.   -A stream 'class' that allows you to stream data elements into a memory block, and then retrieve the elements later. 
  26613.   -An example of using 
  26614. e    No Changeq
  26615. Dev.CD May 00 TC
  26616. D!All Packages
  26617. Tool Chest Edition
  26618. SlotsI
  26619. Slots: This application allows you to view Declaration ROM structures by either parsing the ROM directly or using Slot Manager calls.  J
  26620. SlotsK
  26621. Oct 92O<Dev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:SlotsPGDev.CD May 00 TC
  26622.  - Tool Chest
  26623.  - Devices
  26624.  - NuBus/Slot Manager
  26625.  - SlotV
  26626. 62160X
  26627. May 00^
  26628. --set theItem to choose file -- uncomment to test in an AS editor
  26629.     tell application "Finder"
  26630.         open item "Dev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Slots"
  26631.         activate
  26632.     end tell
  26633. on error errMsg number errNum
  26634.     --enter statements to perform when no records are found such as...
  26635.     display dialog "Sorry, the item you selected could not be found."
  26636.     return
  26637. end try
  26638. e    No Changeq
  26639. Dev.CD May 00 TC
  26640. D!All Packages
  26641. Tool Chest Edition
  26642. SnapshotSample1.0b4
  26643.     ctorsh
  26644. change
  26645. developeru
  26646. developmentm
  26647. directionsj
  26648. disku
  26649. 61473X
  26650. Dec 99^
  26651. --set theItem to choose file -- uncomment to test in an AS editor
  26652.     tell application "Finder"
  26653.         open item "Dev.CD Dec 99 RL:Utilities:Developer Forms:C/F Registration Requests:"
  26654.         activate
  26655.     end tell
  26656. on error errMsg number errNum
  26657.     --enter statements to perform when no records are found such as...
  26658.     display dialog "Sorry, the item you selected could not be found."
  26659.     return
  26660. end try
  26661. Deletedf
  26662. creator
  26663. signature
  26664. registrationq
  26665. Dev.CD Dec 99 RL
  26666. kD!All Packages
  26667. Tool Chest Edition
  26668. CallFinder Tool 1.0I
  26669. Summary: An MPW tool for controlling the Finder through AppleEvents. The commando interface requires no knowledge or understanding of AppleEvents to operate.
  26670. Features: Uses AppleEvents to have the Finder execute common actions.J.CallFinder
  26671. CallFinder docs
  26672. CallFinder docs.txtK
  26673. Vol IXM
  26674. MPW Shell, System 7.0N
  26675. AE, Apple Events, AppleEventsOMDev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:CallFinder Tool 1.0:nge
  26676. Print Hi
  26677. 61577X
  26678. May 00^
  26679. --set theItem to choose file -- uncomment to test in an AS editor
  26680.     tell application "Finder"
  26681.         open item "Dev.CD May 00 TC:Tool Chest:Devices:SCSI:Disk I/O Performance Tools:"
  26682.         activate
  26683.     end tell
  26684. on error errMsg number errNum
  26685.     --enter statements to perform when no records are found such as...
  26686.     display dialog "Sorry, the item you selected could not be found."
  26687.     return
  26688. end try
  26689. e    No Changef
  26690. Disk I/O
  26691. Performanceq
  26692. Dev.CD May 00 TC
  26693. SD!All Packages
  26694. Tool Chest Edition
  26695. DiskFiller
  26696.     D Aug 96 TC
  26697. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  26698. Dev.CD Jan 96 SDKV
  26699. 60727X
  26700. Aug 96
  26701. e runs on 68k and PowerPC processors; it supports three run-time models: Classic 68k, CFM-68k and PowerPC CFM.  Color QuickDraw is required for Appearance, so it requires a 68020 or better processor.
  26702. See the ReadMe.
  26703. J"Appearance
  26704. Contextual Menu ManagerK
  26705. Mar 98L
  26706. Apr 98OHDev.CD Apr 98 SDK1:Development Kits (Disc 1):Appearance & CMM SDK 1.0.2:W
  26707. MakeMake 2.0d38
  26708. ,Summary: MakeMake is an MPW tool which generates correct, complete makefiles.
  26709. Features: Automatically generates complete included-file dependencies for C, C++, Pascal, Asm, and Rez sources. The makefiles are self-maintaining and easily modified or updated. Handles builds of almost any complexity.  
  26710. Makemake
  26711. Makemake manualK
  26712. Vol IIIL
  26713. Aug 92OIDev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:MakeMake 2.0d38:PTDev.CD May 00 TC
  26714.  - Tool Chest
  26715.  - Development Kits
  26716.  - MPW Related
  26717.  - MakeMake 2.0d38V
  26718. 61742X
  26719. May 00^
  26720. --set theItem to choose file -- uncomment to test in an AS editor
  26721.     tell application "Finder"
  26722.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:MakeMake 2.0d38:"
  26723.         activate
  26724.     end tell
  26725. on error errMsg number errNum
  26726.     --enter statements to perform when no records are found such as...
  26727.     display dialog "Sorry, the item you selected could not be found."
  26728.     return
  26729. end try
  26730. end try
  26731. xSummary: Driver Installer is a quick and dirty application to install drivers in an INIT or cdev file during the development cycle of the drivers.
  26732. When developing drivers we sometimes need to go into ResEdit a thousand times to copy DRVR and DATA resources to a file containing an INIT resource. This program automates copying resources and setting attributes a little bit.  
  26733. JGAbout Driver Installer
  26734. About Driver Installer.txt
  26735. Installer for DriversK
  26736. Vol IVO5Dev.CD May 00 TC:Tool Chest:Devices:Driver Installer:P=Dev.CD May 00 TC
  26737.  - Tool Chest
  26738.  - Devices
  26739.  - Driver Installer:Sample Code:P
  26740. Dev.CD May 00 TC
  26741.  - Sample CodeV
  26742. 60684X
  26743. May 00^
  26744. # one step (such as when moving from location to location). This SDK contains a complete Location Manager Module with source, and documentation on other ways developers can integrate ALM support into their products.
  26745. Contains a new version of ALM (2.0.1) for developer use.
  26746. 58937X
  26747. 1e    No Change
  26748.  information about the Power Mac G4 
  26749. summary
  26750. allows
  26751. developer
  26752. monitor
  26753. summary
  26754. makes
  26755. survey
  26756. people
  26757. electron
  26758. summary
  26759. training
  26760. stack
  26761. gives
  26762. general
  26763. overview
  26764. summary
  26765. allows
  26766. hypertalk
  26767. scripter
  26768. display
  26769. summary
  26770. supplementing
  26771. documentation
  26772. summary
  26773. validator
  26774. utility
  26775. testing
  26776. sierra/i
  26777. summary
  26778. simple
  26779. macintosh
  26780. application
  26781. supports
  26782. summary
  26783. network
  26784. software
  26785. installer
  26786. insta
  26787. sun's
  26788. sunsoft
  26789. supersedes
  26790. suport
  26791. supplement
  26792. supplementing
  26793. supplied
  26794. supply
  26795. supportN
  26796. block
  26797. device
  26798. driver
  26799. raster
  26800. ratesA
  26801. quickdraw
  26802. hardware
  26803. acceleration
  26804. rawip
  26805. rawmode
  26806. readerZ
  26807. reality
  26808. receives
  26809. reconfiguration
  26810. recordable\
  26811. redistribution
  26812. reference
  26813. region
  26814. registration
  26815. registry
  26816. release
  26817. rename
  26818. renderer
  26819. rendering
  26820. replace
  26821. reports
  26822. resedit
  26823. resedit
  26824. 2.1.1
  26825. disassembly
  26826. disassembler
  26827. viewer
  26828. edito
  26829. resolution
  26830. resource
  26831. resourcesY
  26832. return
  26833. return
  26834. investment
  26835. business
  26836. processes
  26837. interactive
  26838. media
  26839. rgbforecolor
  26840. ringQ
  26841. riser
  26842. robustness
  26843. router
  26844. routing
  26845. runtime
  26846. sample
  26847. sample
  26848. traffic
  26849. light
  26850. saving
  26851. scanner
  26852. scomP
  26853. screen
  26854. script\
  26855. scriptable\
  26856. strategyj
  26857. stream
  26858. streamedit
  26859. streaming
  26860. streamlined
  26861. streamnop
  26862. streamnop
  26863. sample
  26864. streams
  26865. module
  26866. designed
  26867. streams
  26868. strengths
  26869. stress
  26870. strictlyo
  26871. stride
  26872. string
  26873. stringing
  26874. strings
  26875. stringservices
  26876. strip
  26877. stripped
  26878. stripunits
  26879. strlist
  26880. strlog
  26881. stroke
  26882. stroll
  26883. strong
  26884. stronger
  26885. bstitutions
  26886. subtle
  26887. succeed
  26888. success
  26889. successfulf
  26890. successfullyx
  26891. suchQ
  26892. suffer
  26893. suggestions
  26894. suitj
  26895. suitability
  26896. suiteN
  26897. suited
  26898. suitesm
  26899. summarizationb
  26900. summarize
  26901. summarizes
  26902. summarizing
  26903. All Packages
  26904. F    PowerTalkO
  26905. Dev.CD Apr 95
  26906. Dev.CD Jan 95P
  26907. Dev.CD Apr 95
  26908. Dev.CD Jan 9V
  26909. 61875X
  26910. Apr 95
  26911. p--set theItem to choose file -- uncomment to test in an AS editor
  26912.     tell application "Finder"
  26913.         open item "Dev.CD Apr 95
  26914. Dev.CD Jan 95"
  26915.         activate
  26916.     end tell
  26917. on error errMsg number errNum
  26918.     --enter statements to perform when no records are found such as...
  26919.     display dialog "Sorry, the item you selected could not be found."
  26920.     return
  26921. end try
  26922. All Packages
  26923. F    PowerTalkO
  26924. Dev.CD Apr 95
  26925. Dev.CD Jan 95P
  26926. Dev.CD Apr 95
  26927. Dev.CD Jan 9V
  26928. 61876X
  26929. Apr 95
  26930. p--set theItem to choose file -- uncomment to test in an AS editor
  26931.     tell application "Finder"
  26932.         open item "Dev.CD Apr 95
  26933. Dev.CD Jan 95"
  26934.         activate
  26935.     end tell
  26936. on error errMsg number errNum
  26937.     --enter statements to perform when no records are found such as...
  26938.     display dialog "Sorry, the item you selected could not be found."
  26939.     return
  26940. end try
  26941. All Packages
  26942. manager
  26943. pccardnetworksample
  26944. pccts
  26945. pccts
  26946. sound
  26947. input
  26948. driver
  26949. pdlog
  26950. pdlog
  26951. expand
  26952. viewer
  26953. peoplesoft/apple
  26954. peoplesoft/apple
  26955. white
  26956. paper
  26957. peoplesurveyor
  26958. peoplesurveyor
  26959. 2.1.2
  26960. performa
  26961. performa
  26962. 7.1p2
  26963. performa
  26964. 7.1p5
  26965. performa
  26966. 7.1p6
  26967. performance
  26968. performance
  26969. tools
  26970. pgpuam
  26971. photoshop
  26972. picker
  26973. pippin
  26974. pippin
  26975. technical
  26976. notes
  26977. player
  26978. playmovie
  26979. playtune
  26980. plug-ins
  26981. plugins
  26982. popupfuncs
  26983. popupfuncs
  26984. 2.6.1
  26985. porting
  26986. porting
  26987. objective-c
  26988. posers
  26989. postscript
  26990. postscript
  26991. output
  26992. filters
  26993. postscript
  26994. utilities
  26995. helper
  26996. helper
  26997. helper
  26998. justify
  26999. mappings
  27000. processorC
  27001. profile
  27002. profilerx
  27003. profilerenamer
  27004. progguide
  27005. progguide
  27006. apple
  27007. scanners
  27008. program
  27009. programmer's
  27010. programmer's
  27011. 1.4.2
  27012. progresswindoid-c
  27013. project
  27014. projectdrag
  27015. projectdrag
  27016. 1.1b8
  27017. projects
  27018. publications
  27019. spooler
  27020. patch
  27021. 1.0.2
  27022. qteffects
  27023. qteffects
  27024. explode
  27025. qtsimpleapplet
  27026. qtstreamingapplet
  27027. qttestapplet
  27028. qttojavaimage
  27029. quadra
  27030. qualified
  27031. source
  27032. stack
  27033. standardsv
  27034. strip
  27035. stylew
  27036. success
  27037. suitesm
  27038. super
  27039. survey
  27040. switch
  27041. synchronization
  27042. systemx
  27043. technicalS
  27044. terminology^
  27045. tester
  27046. textedit
  27047. toolbox
  27048. toolkits
  27049. tools]
  27050. All Packages
  27051. System 7.5 Update 1.0O
  27052. Dev.CD Jan 96 SSWP
  27053. Dev.CD Jan 96 SSV
  27054. 62235X
  27055. Jan 96
  27056. f--set theItem to choose file -- uncomment to test in an AS editor
  27057.     tell application "Finder"
  27058.         open item "Dev.CD Jan 96 SSW"
  27059.         activate
  27060.     end tell
  27061. on error errMsg number errNum
  27062.     --enter statements to perform when no records are found such as...
  27063.     display dialog "Sorry, the item you selected could not be found."
  27064.     return
  27065. end try
  27066. All Packages
  27067. System 7.5 Update 1.0O
  27068. Dev.CD Jan 96 SSWP
  27069. Dev.CD Jan 96 SSV
  27070. 62236X
  27071. Jan 96
  27072. f--set theItem to choose file -- uncomment to test in an AS editor
  27073.     tell application "Finder"
  27074.         open item "Dev.CD Jan 96 SSW"
  27075.         activate
  27076.     end tell
  27077. on error errMsg number errNum
  27078.     --enter statements to perform when no records are found such as...
  27079.     display dialog "Sorry, the item you selected could not be found."
  27080.     return
  27081. end try
  27082. All Packages
  27083. System 7.5 Update 1.0V
  27084. 62237X
  27085. All Packages
  27086. Japanese Language KitOEDev.CD May 94
  27087. Dev.CD Feb 94
  27088. Dev.CD Oct 93
  27089. Dev.CD Jun 93
  27090. Dev.CD May 93PDDev.CD May 94
  27091. Dev.CD Feb 94
  27092. Dev.CD Oct 93
  27093. Dev.CD Jun 93
  27094. Dev.CD May 9V
  27095. 61676X
  27096. May 94
  27097. --set theItem to choose file -- uncomment to test in an AS editor
  27098.     tell application "Finder"
  27099.         open item "Dev.CD May 94
  27100. Dev.CD Feb 94
  27101. Dev.CD Oct 93
  27102. Dev.CD Jun 93
  27103. Dev.CD May 93"
  27104.         activate
  27105.     end tell
  27106. on error errMsg number errNum
  27107.     --enter statements to perform when no records are found such as...
  27108.     display dialog "Sorry, the item you selected could not be found."
  27109.     return
  27110. end try
  27111. D!All Packages
  27112. Tool Chest Edition
  27113. Japanese Language Kit v1.2
  27114.     signed to take advantage of OpenGL.
  27115. What's New in OpenGL
  27116.  1.1.2:
  27117.  Internal texture format hint is now supported
  27118.  Better AGP texture management
  27119.  Added support for Velocity Engine
  27120.  Support for the EXT_texture_env_add extension
  27121.  Lots of performance optimizations
  27122. 58078X
  27123. 1e    No Change
  27124. sers -
  27125. compatible Indian language sites on the web.
  27126. The Indian Language Kit includes Apple TrueType fonts that display and print high-quality Devanagari, Gurmukhi and Gujarati characters at any size. Documents can be printed on both QuickDraw and PostScript printers. If you use a QuickDraw GX application with the kit you will be able to access additional advanced typography features supported by Apple QuickDraw GX technology.
  27127. The kit comes with a selection of keyboard layouts accompanied by a r
  27128. !eference card. The default INSCRIPT layout, developed in India to address the special needs of Indian languages, permits all the Indian scripts to be typed in a common way. For users who prefer a phonetic Romanized input option, a QWERTY keyboard layout is also provided for each language.
  27129. Install 1
  27130. Install 2K
  27131. May 97O7Dev.CD May 00 TC:Language Kits:Indian Language Kit 1.0:P<Dev.CD May 00 TC
  27132.  - Language Kits
  27133.  - Indian Language Kit 1.0."
  27134.     return
  27135. end try
  27136. end try
  27137. 61475X
  27138. May 00^
  27139. --set theItem to choose file -- uncomment to test in an AS editor
  27140.     tell application "Finder"
  27141.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:CallHyper 1.0:"
  27142.         activate
  27143.     end tell
  27144. on error errMsg number errNum
  27145.     --enter statements to perform when no records are found such as...
  27146.     display dialog "Sorry, the item you selected could not be found."
  27147.     return
  27148. end try
  27149. e    No Changeq
  27150. Dev.CD May 00 TC
  27151. mD!All Packages
  27152. Mac OS SDK Edition
  27153. CarbonLib 1.0.2 SDK
  27154. Carbon 1.0.2 SDK for Mac OS is now available to all developers. This SDK provides all the files needed to begin Carbon development. CarbonLib 1.0.2 supports Mac OS 8.1 and greater.
  27155. CarbonLib_1.0.2_SDK.smi
  27156. Apr 00
  27157.  Mac OS 8.1 and greater
  27158. Carbon,  CarbonLib
  27159. http://developer.apple.com/sdk
  27160. -AboutBox.c
  27161. AboutBox.h
  27162. CIconButtons.c
  27163. CIconButtons.h
  27164. History.c
  27165. History.h
  27166. HTMLSample
  27167. HTMLSample Help:
  27168. HTMLSample Pages:
  27169. HTMLSample.c
  27170. HTMLSample.h
  27171. HTMLSample.prj
  27172. HTMLSample.r
  27173. HTMLSample.rsrc
  27174. MakeFile
  27175. Re- C/F Registration Request
  27176. ReadMe
  27177. RenderingWindow.c
  27178. RenderingWindow.h
  27179. SampleUtils.c
  27180. SampleUtils.h
  27181. s guide is to be used in conjunction with AIX developer guides from IBM. Information on how to obtain the IBM AIX developer guides and tools can be found on IBM's Web site (www.ibm.com
  27182. s) or by contacting an IBM representative. Specific information on relevant IBM AIX guides is found at the beginning of each section.
  27183. Issues:  This document is to be used as a reference when developing for AIX for the Apple Network Server. It only describes the differences between AIX for the Apple Network Server and IBM's AIX. It is not intended to fully document AIX.
  27184. Network Server Dev. GuideK
  27185. Jun 96N.AIX, Network Server, Symbiotic, client, servers, which include a
  27186.    fast Powe
  27187. A simple utility to test if a driver support asynchronous reads
  27188. Shows how to walk the driver table and relate a volume to a disk driver.J
  27189. Sample Code.imgK
  27190. Aug 97N&async, asynchronous, driver unit tableO
  27191. Dev.CD May 00 TC:Sample Code:P
  27192. Dev.CD May 00 TC
  27193.  - Sample CodeV
  27194. 61449X
  27195. May 00^
  27196. r--set theItem to choose file -- uncomment to test in an AS editor
  27197.     tell application "Finder"
  27198.         open item "Dev.CD May 00 TC:Sample Code:"
  27199.         activate
  27200.     end tell
  27201. on error errMsg number errNum
  27202.     --enter statements to perform when no records are found such as...
  27203.     display dialog "Sorry, the item you selected could not be found."
  27204.     return
  27205. end try
  27206. e    No Changef$async
  27207. asynchronous
  27208. driver unit tableq
  27209. Dev.CD May 00 TC
  27210. SD!All Packages
  27211. Tool Chest Edition
  27212. AsyncDriverSample1.0b4
  27213. large
  27214. collection
  27215. tools
  27216. scripts
  27217. libraries
  27218. examples
  27219. larger
  27220. ication and we provide a universal Drag.h file for you to include.  You do not need to include the DragLib file with your application as long as you start your Macintosh with the Macintosh Drag and Drop version 1.1 file in your extension folder.  The extension will provide the DragLib code fragment that your application will link with at run time.
  27221. You may license Macintosh Drag and Drop 1.1 and include it with your products.  Macintosh Drag and Drop 1.1 includes the Macintosh Drag and Dro
  27222. p file, the Clipping Extension file, and the Dragging Enabler file.  You may not license any other files in the Developer
  27223. s Kit.  Please call Apple Software Licensing at (408) 974 4667 for information.
  27224. Issues:
  27225. Macintosh Drag and Drop is incompatible with the graphics acceleration of the 8
  27226. 24 GC video card.  With this card and the 8
  27227. 24 GC control panel installed, Macintosh Drag and Drop may leave bits on the screen while dragging on the 8
  27228. s display.  Remove the 8
  27229. 24 GC control panel to 
  27230. --set theItem to choose file -- uncomment to test in an AS editor
  27231.     tell application "Finder"
  27232.         open item "Dev.CD Apr 94
  27233. Dev.CD Jan 94
  27234. Dev.CD Oct 93
  27235. Dev.CD Jul 93"
  27236.         activate
  27237.     end tell
  27238. on error errMsg number errNum
  27239.     --enter statements to perform when no records are found such as...
  27240.     display dialog "Sorry, the item you selected could not be found."
  27241.     return
  27242. end try
  27243. hubbard
  27244. hugeg
  27245. humanj
  27246. hundreds
  27247. huxham
  27248. hybrid
  27249. hypercardc
  27250. hyperdam
  27251. hypertalk
  27252. hypertext[
  27253. e    No Changeq
  27254. Dev.CD May 00 TC
  27255. D!All Packages
  27256. Mac OS SDK Edition
  27257. MRJ 2.1.4 Web Install
  27258.  About Mac OS Runtime for Java 2.1.4
  27259. Mac OS Runtime for Java (MRJ) 2.1.4 is an upgrade to MRJ 2.1.3.  It fixes two severe bugs that affected Java applications, but not applets.
  27260.  In some Java applications, windows would occasionally disappear or become non-functional. 
  27261.  Quitting a Java application would occasionally cause another application to quit, or a file opened by another application to close. This would happen only when the second application had been launched, or the file openem "Dev.CD Jan 96 SSW"
  27262.         activate
  27263.     end tell
  27264. on error errMsg number errNum
  27265.     --enter statements to perform when no records are found such as...
  27266.     display dialog "Sorry, the item you selected could not be found."
  27267.     return
  27268. end try
  27269. All Packages
  27270. F    QuickTimeO
  27271. Dev.CD Jan 96 SSWP
  27272. Dev.CD Jan 96 SSV
  27273. 59552X
  27274. Jan 96
  27275. rldScript technology. It can even be used to view ISCII-1
  27276. 1.0.2d
  27277. 1.0.3
  27278. 1.0.4e
  27279. 1.0.6
  27280. 1.0b2
  27281. 1.0b3n
  27282. 1.0b5
  27283. 1.0d6T
  27284. 1.0fc1
  27285. 1.1.1
  27286. 1.1.3
  27287. 1.1.4
  27288. 1.1b1
  27289. 1.1b8
  27290. 1.2.1Q
  27291. 1.2.3
  27292. 1.3.4
  27293. 1.3b5
  27294. 1.4.1f4
  27295. 1.4.2_
  27296. 1.4.9
  27297. 1.4d5
  27298. b--set theItem to choose file -- uncomment to test in an AS editor
  27299.     tell application "Finder"
  27300.         open item "Dev.CD Jul 95"
  27301.         activate
  27302.     end tell
  27303. on error errMsg number errNum
  27304.     --enter statements to perform when no records are found such as...
  27305.     display dialog "Sorry, the item you selected could not be found."
  27306.     return
  27307. end try
  27308. tem you selected could not be found."
  27309.     return
  27310. end try
  27311. e    No Changef
  27312. Apple Guide
  27313. Help Systemsq
  27314. Dev.CD Apr 00 SDK1
  27315. 1D!All Packages
  27316. Mac OS SDK Edition
  27317. Apple Help SDK 1.0
  27318. The contents of this SDK enable developers to create html based help files that can be used with the Apple Help on Mac OS 8.6 or later systems.  The SDK contains the Apple Help documentation, the tools necessary to create Sherlock type indexes, example help files and a tutorial.
  27319. This is the initial release of the Apple Help SDK and is compatible with Mac OS 8.6 and later systems.
  27320. Apple Help SDK.smiK
  27321. Oct 99M
  27322. Mac OS 8.6 or later systems
  27323. notes
  27324. novell
  27325. nubus
  27326. number
  27327. number
  27328. formatting
  27329. object
  27330. object
  27331. object-oriented
  27332. objective-c
  27333. objects
  27334. objectsupportlib
  27335. off-screen
  27336. opaque
  27337. opaque
  27338. types
  27339. firmware
  27340. systems
  27341. transport
  27342. transport
  27343. debug
  27344. transport
  27345. module
  27346. opendoc
  27347. openfirmware
  27348. opengl
  27349. opening
  27350. opening
  27351. files
  27352. openstep
  27353. opentransport
  27354. optimization
  27355. option
  27356. option
  27357. management
  27358. ordered
  27359. ordered
  27360. collection
  27361. 62172X
  27362. May 00^
  27363. r--set theItem to choose file -- uncomment to test in an AS editor
  27364.     tell application "Finder"
  27365.         open item "Dev.CD May 00 TC:Sample Code:"
  27366.         activate
  27367.     end tell
  27368. on error errMsg number errNum
  27369.     --enter statements to perform when no records are found such as...
  27370.     display dialog "Sorry, the item you selected could not be found."
  27371.     return
  27372. end try
  27373. e    No Changeq
  27374. Dev.CD May 00 TC
  27375. D!All Packages
  27376. Tool Chest Edition
  27377. Snippets - Processes
  27378. (** = new, * = revised)
  27379. 7.0fo:  An After Dark module which displays the processes currently running on the Macintosh. Shows how to use the Process Manager and uses True Type fonts.
  27380. Just Finder:  Handy little application for font workers -- run this and when it's done, the only foreground process you have left is the Finder, which means you can work freely within the Fonts folder.  Shows how to kill processes safely, which isn't as easy as it looks even though we have other snippets to do
  27381. v file is a file that provides support for one or more network connections.) These calls include a hierarchical display call and specific user-interface calls for configuration of AURP adevs.
  27382. Apple Internet Router: Developing an AURP adev File
  27383. ------------------------------------
  27384. This document provides information needed to develop an AURP adev. Included are the AURP calls to and from the atlk resource; some clues about the adev resource calls from the Apple Internet Router management app
  27385. lication, Router Manager; and hints on using the XTI (X/Open Transport Interface) Shell sample code. The XTI Shell sample code provides a base for writing an AURP adev over XTI and explicit instructions on how to modify it to implement your link.
  27386. Apple Internet Router: Extending IP Tunnel and DialUp
  27387. --------------------------------------
  27388. This document provides information needed to enhance the AppleTalk/IP Wide Area Extension (IP Tunnel adev) and the DialUp adev to support your MacTCP mde
  27389. 61680X
  27390. May 00^
  27391. --set theItem to choose file -- uncomment to test in an AS editor
  27392.     tell application "Finder"
  27393.         open item "Dev.CD May 00 TC:Tool Chest:OS Utilities:jGNE Helper:"
  27394.         activate
  27395.     end tell
  27396. on error errMsg number errNum
  27397.     --enter statements to perform when no records are found such as...
  27398.     display dialog "Sorry, the item you selected could not be found."
  27399.     return
  27400. end try
  27401. e    No Changef6GetNextEvent WaitNextEvent filter jGNE INIT 68K helperq
  27402. Dev.CD May 00 TC
  27403. D!All Packages
  27404. Tool Chest Edition
  27405. F    JISAppletI
  27406. This demo program shows how to display any QuickTime content within a java.awt.Applet where the content is read using a java.io.InputStreamJ
  27407. Sample Code.imgK
  27408. Feb 00
  27409. C:Sample Code:V
  27410. 61681X
  27411. 1e    No Change
  27412.  00 RL Disk 1
  27413.  - Utilities
  27414.  - HyperCard Player
  27415.  - HyperCard Player 2.4ts to perform when no records are found such as...
  27416.     display dialog "Sorry, the item you selected could not be found."
  27417.     return
  27418. end try
  27419. ssword
  27420. MSAppleScript
  27421.  extension, Script Editor (to utilize recording and scripting features)N9AppleScript, Apple events, recordable, scriptable, script    its host if specific or all screen content matches a pre-measured checksum.
  27422.   vuCollect 1.0b1
  27423.     This folder contains a combination MPW Tool/Script that is designed
  27424.     to collect information on a target machine and format it so that there
  27425.     is only 1 descriptor per line.  For more information, see the
  27426.     "vuCollect ReadMe" file.
  27427.   VUMarF
  27428. k 1.0b1
  27429.     VUMark is an MPW script that will mark all of the VU tasks in a file
  27430.     for you.  For more information on VUMark, see the "Controls.lib Reference"
  27431.     document.
  27432. Virtual User tools.imgK
  27433. Vol VL
  27434. Feb 94M1ShimmerMate must be launched from the same volumeOCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD May 00 TC
  27435.  - Tool Chest
  27436.  - Testing & Debugging
  27437.  - Virtual User tools?
  27438. address
  27439. resolution
  27440. protocol
  27441. protocol
  27442. mapping
  27443. AppleScriptO
  27444. Dev.CD Jan 95P
  27445. Dev.CD Jan 9V
  27446. 61427to test in an AS editor
  27447.     tell application "Finder"
  27448.         open item "Dev.CD Apr 94
  27449. Dev.CD Jan 94
  27450. Dev.CD Oct 93
  27451. Dev.CD Jul 93"
  27452.         activate
  27453.     end tell
  27454. on error errMsg number errNum
  27455.     --enter statements to perform when no records are found such as...
  27456.     display dialog "Sorry, the item you selected could not be found."
  27457.     return
  27458. end try
  27459. igning or modifying a domestic software package for distribution in Japan.  It also provides information on subjects including document translation and  establishing business partners in Japan.
  27460. Localization for JapanK
  27461. Aug 92M
  27462. Adobe Acrobat ReaderO&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  27463.  - Programs & MarketingV
  27464. 57975X
  27465. May 98^
  27466. #ping blayback are supported : normal and palindrome looping.  Palindrome loop involves playing forwards, then backwards then forwards again.  You can perform this operation on the single active movie or on multiple movies.
  27467. IP is not supported).
  27468. VU3.0.1d3.smiK
  27469. Dec 97L
  27470. Feb 00MIVU External Tool communications require targets with System 7.0 or later.NEVU, Virtual User, VirtualUser, Testing, Automation, Automated TestingOEDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:PMDev.CD May 00 TC
  27471.  - Tool Chest
  27472.  - Testing & Debugging
  27473.  - Virtual User 3.0.1d3V
  27474. develop
  27475. issue
  27476. develop
  27477. issue
  27478. develop
  27479. issue
  27480. develop
  27481. issue
  27482. develop
  27483. issue
  27484. develop
  27485. issue
  27486. develop
  27487. issue
  27488. develop
  27489. issue
  27490. develop
  27491. issue
  27492. develop
  27493. issue
  27494. develop
  27495. issue
  27496. develop
  27497. issue
  27498. develop
  27499. issue
  27500. develop
  27501. issue
  27502. develop
  27503. issue
  27504. develop
  27505. issue
  27506. develop
  27507. issue
  27508. develop
  27509. issue
  27510. develop
  27511. issue
  27512. develop
  27513. issue
  27514. develop
  27515. issue
  27516. helpq
  27517. imaging[
  27518. internationals
  27519. issue
  27520. VU Tutorial & Scripts
  27521. Summary: The Virtual User 1.1 Tutorial provides a quick introduction to the capabilities of the Virtual User script language.
  27522. Features: Using a step by step approach, the tutorial guides readers through the process of creating several scripts that test a sample application.
  27523. Virtual User tools.imgK
  27524. Aug 92M
  27525. Apple DocViewer applicationN
  27526. VU, Virtual UserOCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD May 00 TC
  27527.  - Tool Chest
  27528.  - Testing & Debugging
  27529.  - Virtual User toolsV
  27530. 62571X
  27531. May 00^
  27532. --set theItem to choose file -- uncomment to test in an AS editor
  27533.     tell application "Finder"
  27534.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  27535.         activate
  27536.     end tell
  27537. on error errMsg number errNum
  27538.     --enter statements to perform when no records are found such as...
  27539.     display dialog "Sorry, the item you selected could not be found."
  27540.     return
  27541. end try
  27542. end try
  27543. music
  27544. ry:  DiskFiller is a little utility that allows users to instantly fill any mounted disk.  This is incredibly useful for testing low-disk-space conditions.  You no longer have to duplicate file after file to fill your hard disk.
  27545.   It creates a file on the root level of the filled disk called "Filler".  To free the space, the user can throw away the "Filler" file.
  27546. Features:  Allows user to specify disk to fill, and how much space (in bytes or in kbytes) to leave free.  This way you caBOn test various amounts of low disk space.
  27547. Issues:  Only tested under System 7.
  27548. Stress testing tools.imgK
  27549. Apr 94N
  27550. Utility, Tool, Low Disk SpaceOEDev.CD May 00 TC:Tool Chest:Testing & Debugging:Stress testing tools:PMDev.CD May 00 TC
  27551.  - Tool Chest
  27552.  - Testing & Debugging
  27553.  - Stress testing toolsds are found such as...
  27554.     display dialog "Sorry, the item you selected could not be found."
  27555.     return
  27556. end try
  27557. All Packages
  27558. QuickDraw GXO
  27559. Dev.CD Jun 97 SSWV
  27560. 59535X
  27561. atabase
  27562. moved
  27563. package
  27564. xe    No Changef+Chinese Language Kit Traditional Simplifiedq
  27565. Dev.CD May 00 TC
  27566. All Packages
  27567. Chinese Language KitOQDev.CD May 97 TC
  27568. Dev.CD Nov 96 TC
  27569. Dev.CD Aug 96 TC
  27570. Dev.CD Feb 96 TC
  27571. Dev.CD Feb 95PPDev.CD May 97 TC
  27572. Dev.CD Nov 96 TC
  27573. Dev.CD Aug 96 TC
  27574. Dev.CD Feb 96 TC
  27575. Dev.CD Feb 9V
  27576. 61488X
  27577. May 97
  27578. --set theItem to choose file -- uncomment to test in an AS editor
  27579.     tell application "Finder"
  27580.         open item "Dev.CD May 97 TC
  27581. Dev.CD Nov 96 TC
  27582. Dev.CD Aug 96 TC
  27583. Dev.CD Feb 96 TC
  27584. Dev.CD Feb 95"
  27585.         activate
  27586.     end tell
  27587. on error errMsg number errNum
  27588.     --enter statements to perform when no records are found such as...
  27589.     display dialog "Sorry, the item you selected could not be found."
  27590.     return
  27591. end try
  27592. All Packages
  27593. Chinese Language KitO
  27594. Dev.CD May 94
  27595. Dev.CD Feb 94P
  27596. Dev.CD May 94
  27597. Dev.CD Feb 9V
  27598. 61489X
  27599. May 94
  27600. rightsj
  27601. rigorously
  27602. rinaldi1
  27603. ripple
  27604. risc-based
  27605. sample
  27606. demonstrates
  27607. write
  27608. application
  27609. sample
  27610. demonstrates
  27611. easiest
  27612. transpo
  27613. sample
  27614. demonstrates
  27615. mapper
  27616. sample
  27617. demonstrates
  27618. no-copy
  27619. receives
  27620. under
  27621. sample
  27622. includes
  27623. source
  27624. libraries
  27625. which
  27626. provide
  27627. sample
  27628. basic
  27629. implementation
  27630. sprite
  27631. sample
  27632. demonstration
  27633. soundsprocket
  27634. sample
  27635. quick
  27636. demonstration
  27637. implement
  27638. sample
  27639. simple
  27640. server
  27641. demonstrat
  27642. sample
  27643. designed
  27644. simple
  27645. drawsprocket
  27646. sample
  27647. designed
  27648. proper
  27649. sample
  27650. shows
  27651. implementation
  27652. netsprocket
  27653. sample
  27654. shows
  27655. basic
  27656. implementations
  27657. drawsprocket
  27658. sample
  27659. shows
  27660. transport
  27661. sample
  27662. shows
  27663. network
  27664. setup
  27665. library
  27666. r--set theItem to choose file -- uncomment to test in an AS editor
  27667.     tell application "Finder"
  27668.         open item "Dev.CD May 00 TC:Sample Code:"
  27669.         activate
  27670.     end tell
  27671. on error errMsg number errNum
  27672.     --enter statements to perform when no records are found such as...
  27673.     display dialog "Sorry, the item you selected could not be found."
  27674.     return
  27675. end try
  27676. includes
  27677. draft
  27678. specifications
  27679. summary
  27680. package
  27681. apple
  27682. summary
  27683. package
  27684. provides
  27685. summary
  27686. package
  27687. provides
  27688. english
  27689. error
  27690. messages
  27691. ummary
  27692. sample
  27693. illustrates
  27694. determine
  27695. summary
  27696. sample
  27697. demonstrates
  27698. compress
  27699. decompr
  27700. summary
  27701. sample
  27702. demonstrates
  27703. write
  27704. simple
  27705. summary
  27706. sample
  27707. extracts
  27708. finder
  27709. strings
  27710. summary
  27711. support
  27712. quicktake
  27713. quicktake
  27714. Summary:
  27715. Collection of QuickTime Developer Documentation for Video, sound, music, 3D, and virtual reality for Macintosh and Windows.
  27716. Features:
  27717. Go to the QuickTime Site Updates page for a summary of recent changes.
  27718. QuickTime, video, sound, 3D, virtual reality, QuickTime 3, graphics
  27719. A2images:
  27720. qtdevdocs:
  27721. quicktime.html
  27722. techpubsfind.htm
  27723. Jan 00L
  27724. Feb 00M
  27725. web browserNCQuickTime, video, sound, 3D, virtual reality, QuickTime 3, graphicsO9Dev.CD Mar 00 RL Disk 2:Technical Publications:quicktime:P>Dev.CD Mar 00 RL Disk 2
  27726.  - Technical Publications
  27727.  - quicktime
  27728. automaticallyZ
  27729. automating
  27730. auxiliary
  27731. availableR
  27732. ayala
  27733. All Packages
  27734. F    PowerTalkO
  27735. Dev.CD Apr 95
  27736. Dev.CD Jan 95P
  27737. Dev.CD Apr 95
  27738. Dev.CD Jan 9V
  27739. 61870X
  27740. Apr 95
  27741. p--set theItem to choose file -- uncomment to test in an AS editor
  27742.     tell application "Finder"
  27743.         open item "Dev.CD Apr 95
  27744. Dev.CD Jan 95"
  27745.         activate
  27746.     end tell
  27747. on error errMsg number errNum
  27748.     --enter statements to perform when no records are found such as...
  27749.     display dialog "Sorry, the item you selected could not be found."
  27750.     return
  27751. end try
  27752. All Packages
  27753. F    PowerTalkO
  27754. Dev.CD Apr 95
  27755. Dev.CD Jan 95P
  27756. Dev.CD Apr 95
  27757. Dev.CD Jan 9V
  27758. 61871X
  27759. Apr 95
  27760. p--set theItem to choose file -- uncomment to test in an AS editor
  27761.     tell application "Finder"
  27762.         open item "Dev.CD Apr 95
  27763. Dev.CD Jan 95"
  27764.         activate
  27765.     end tell
  27766. on error errMsg number errNum
  27767.     --enter statements to perform when no records are found such as...
  27768.     display dialog "Sorry, the item you selected could not be found."
  27769.     return
  27770. end try
  27771. All Packages
  27772. healthj
  27773. heaps
  27774. heart
  27775. heartbeat
  27776. heavily
  27777. heavy
  27778. hebreu
  27779. hebrew
  27780. hecht
  27781. hedgingj
  27782. height
  27783. helper
  27784. helpful
  27785. helpsZ
  27786. heralds
  27787. herej
  27788. here's
  27789. hersey
  27790. hidden
  27791. hierarchical
  27792. hifi-color
  27793. highg
  27794. high-end
  27795. high-leveld
  27796. high-performance
  27797. high-quality
  27798. higher
  27799. highlighting
  27800. highlightsj
  27801. highly-successful
  27802. CreatePictFileIeThis demo program shows how to create a PICT and PICT file from drawing operations into a QDGraphics J
  27803. Sample Code.imgK
  27804. Feb 00
  27805. - Common
  27806.     - Sun Compliant Java Runtime Environment 1.1
  27807.     - QuickTime 3 
  27808.     - QTJava.zip
  27809.     - QTJava media samples
  27810. - Mac OS:
  27811.     - System 8 or later
  27812.     - Macintosh Runtime for Java (MRJ) 2.1
  27813. - Windows 95, 98, or NT::
  27814.     - JRE/JDK from Sun Microsystems, Inc. recommended
  27815. QuickTime, Java, MRJO
  27816. Dev.CD May 00 TC:Sample Code:P
  27817. Dev.CD May 00 TC
  27818.  - Sample CodeV
  27819. 61522X
  27820. throughput
  27821. throw
  27822. throws
  27823. thumb
  27824. thumbs
  27825. thunder
  27826. ticks
  27827. tietz
  27828. tighter
  27829. times
  27830. time-based
  27831. timers
  27832. 62149X
  27833. Feb 99^
  27834. --set theItem to choose file -- uncomment to test in an AS editor
  27835.     tell application "Finder"
  27836.         open item "Dev.CD Feb 99 TC:What's New?:Sherlock Plug-ins:"
  27837.         activate
  27838.     end tell
  27839. on error errMsg number errNum
  27840.     --enter statements to perform when no records are found such as...
  27841.     display dialog "Sorry, the item you selected could not be found."
  27842.     return
  27843. end try
  27844. e    No Changef
  27845. engine
  27846. Internet
  27847. Sherlockq
  27848. Dev.CD Feb 99 TC
  27849. D!All Packages
  27850. Tool Chest Edition
  27851. ShimmerMate 2.0.1
  27852. nSummary: This latest version of ShimmerMate names both the Owner's Name and Macintosh Name resources which are found in the Sharing Setup Control Panel (System 7.x systems only).
  27853. Features: Names both the Owner's Name and Macintosh Name resources which are found in the Sharing Setup Control Panel
  27854. Issues: These libraries and tools are not supported Apple products.
  27855. Virtual User tools.imgK
  27856. Jan 93nge
  27857. stify
  27858. mappings
  27859. njunc
  27860. 61513X
  27861. Nov 99^
  27862. --set theItem to choose file -- uncomment to test in an AS editor
  27863.     tell application "Finder"
  27864.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:
  27865.  Other Platforms:Convert
  27866. Projects 1.0b5:"
  27867.         activate
  27868.     end tell
  27869. on error errMsg number errNum
  27870.     --enter statements to perform when no records are found such as...
  27871.     display dialog "Sorry, the item you selected could not be found."
  27872.     return
  27873. end try
  27874. Deletedq
  27875. Dev.CD Nov 99 TC
  27876. All Packages
  27877. CPU SE 406O
  27878. Dev.CD Jul 95P
  27879. Dev.CD Jul 9V
  27880. 61514X
  27881. Jul 95
  27882. b--set theItem to choose file -- uncomment to test in an AS editor
  27883.     tell application "Finder"
  27884.         open item "Dev.CD Jul 95"
  27885.         activate
  27886.     end tell
  27887. on error errMsg number errNum
  27888.     --enter statements to perform when no records are found such as...
  27889.     display dialog "Sorry, the item you selected could not be found."
  27890.     return
  27891. end try
  27892. All Packages
  27893. CPU SE 406O
  27894. Dev.CD Jul 95V
  27895. 61515X
  27896. 61794X
  27897. Jan 97^
  27898. --set theItem to choose file -- uncomment to test in an AS editor
  27899.     tell application "Finder"
  27900.         open item "Dev.CD Jan 97 SDK1:Development Kits (Disc 1):Interfaces&Libraries:RuntimeLibraries:ObjectSupportLib:"
  27901.         activate
  27902.     end tell
  27903. on error errMsg number errNum
  27904.     --enter statements to perform when no records are found such as...
  27905.     display dialog "Sorry, the item you selected could not be found."
  27906.     return
  27907. end try
  27908. Deletedq
  27909. Dev.CD Jan 97 SDK1
  27910. ,D!All Packages
  27911. Tool Chest Edition
  27912. OffScreenControlUpdateI
  27913. A simple code sample which demonstrates how to draw controls into an off-screen GWorld so you can draw them back to the screen without flicker. 
  27914. Works under Appearance.J
  27915. Sample Code.imgK
  27916. Aug 97N
  27917. appearance, gworld, off-screenO
  27918. Dev.CD May 00 TC:Sample Code:P
  27919. Dev.CD May 00 TC
  27920.  - Sample CodeV
  27921. 61795X
  27922. May 00^
  27923. #s. Finally, when CustomGetFile returns, we call DebugStr to let the user (you, the programmer, not end users -
  27924. summary
  27925. evenbetterbuserror
  27926. helps
  27927. catch
  27928. reneg@
  27929. summary
  27930. displays
  27931. indicator
  27932. your@
  27933. summary
  27934. lockvol
  27935. control
  27936. panel
  27937. device
  27938. summary
  27939. memory
  27940. monitor
  27941. software
  27942. utility
  27943. which
  27944. provides
  27945. summary
  27946. pccts
  27947. purdue
  27948. compiler-constructio
  27949. summary
  27950. monitor
  27951. iotracer
  27952. performance
  27953. tools
  27954. desi@
  27955. summary
  27956. application
  27957. summary
  27958. february
  27959. edition
  27960. apple
  27961. publications
  27962. summary
  27963. navigable
  27964. movie
  27965. toolkit
  27966. hypercard
  27967. stack
  27968. summary
  27969. scanner
  27970. development
  27971. contains
  27972. documentation
  27973. summary
  27974. developer's
  27975. package
  27976. includes
  27977. appleshar@
  27978. summary
  27979. folder
  27980. contains
  27981. documents
  27982. about
  27983. programming
  27984. summary
  27985. folder
  27986. contains
  27987. goodies
  27988. developer
  27989. tech@
  27990. summary
  27991. da/application
  27992. allows
  27993. examine
  27994. ample Code:P
  27995. Dev.CD May 00 TC
  27996.  - Sample CodeV
  27997. 60614X
  27998. An extension which enables developers to adopt the high-level toolbox APIs introduced in Mac OS 8 making it available on systems as far back as 7.1.
  27999. Includes:
  28000. Runtime software
  28001. Interfaces & Libraries
  28002. Documentation
  28003. Sample Code
  28004. Appearance Control Panel
  28005. Appearance Extension
  28006. Bug fixes
  28007. An extensive list of new functionality such as new control types, moderm primitives and the appearance manager.  These are aimed at developers who wish to adopt the new controls but don't wish to have multiple cod
  28008. ee paths.  The sole purpose is to speed up adoption of the appearance mgr to increase consistency of the Macintosh User Experience.
  28009. Appearance runs on 68k and PowerPC processors; it supports three run-time models: Classic 68k, CFM-68k and PowerPC CFM.  Color QuickDraw is required for Appearance, so it requires a 68020 or better processor.
  28010. See the ReadMe.
  28011. J"Appearance
  28012. Contextual Menu ManagerK
  28013. Mar 98L
  28014. Apr 98OHDev.CD Apr 98 SDK1:Development Kits (Disc 1):Appearance & CMM SDK 1.0.2:
  28015. nts to 7 on an extended keyboard
  28016. s lights repeatedly until the Shift and Caps Lock keys are pressed, or until it receives a Quit Application Apple event.
  28017. ModifyMouseAccl:  ModifyMouseAccl demonstrates the use of the CursorDeviceManager to adjust the mouse acceleration setting for the standard Apple mouse.  This quick sample obtains the CDM record associated with the standard mouse, saves the acceleration settings, then replaces the settings with some custom values defined in the program. 
  28018.  There is the option to specify a tablet like setting, or one which makes the mouse extremely sensitive to movement.  Set the define NOACCLCURVE to the desired value.  A discussion of the acceleration resource is provided in the Space Aliens ADB Tech Note.
  28019. Once the new values are set, the program makes the CursorDeviceSetAcceleration call, to have the Cursor Device Manager calculate the new acceleration curves to be used by the cursor draw routine.  After waving the mouse around to see 
  28020. QuickTime
  28021. Dev.CD May 00 TC
  28022. D!All Packages
  28023. Tool Chest Edition
  28024. SGCapture2DiskI
  28025. This code shows how to use the SGDrawable class to display video within a QTCanvas. It also shows how to use the Sequence Grabber to capture a the incoming video to a movie file.J
  28026. Sample Code.imgK
  28027. Feb 00
  28028. - Common
  28029.     - Sun Compliant Java Runtime Environment 1.1
  28030.     - QuickTime 3 
  28031.     - QTJava.zip
  28032.     - QTJava media samples
  28033. - Mac OS:
  28034.     - System 8 or later
  28035.     - Macintosh Runtime for Java (MRJ) 2.1
  28036. - Windows 95, 98, or NT::
  28037.     - JRE/JDK from Sun Microsystems, Inc. recommended
  28038. QuickTime, Java, MRJO
  28039. Dev.CD May 00 TC:Sample Code:P
  28040. Dev.CD May 00 TC
  28041.  - Sample CodeV
  28042. 62148X
  28043. May 00^
  28044. #listselect
  28045. listselect
  28046. memory
  28047. memory
  28048. management
  28049. menud
  28050. metrowerks
  28051. metrowerks
  28052. build
  28053. script
  28054. modulet
  28055. monitor`
  28056. multimediav
  28057. multimedia
  28058. standardsv
  28059. networkS
  28060. network
  28061. server
  28062. guideS
  28063. network
  28064. software
  28065. installer
  28066. sample
  28067. quick
  28068. demonstration
  28069. implement
  28070. sample
  28071. quick
  28072. demonstration
  28073. implement
  28074. sample
  28075. simple
  28076. server
  28077. demonstrat
  28078. sample
  28079. designed
  28080. simple
  28081. drawsprocket
  28082. sample
  28083. designed
  28084. proper
  28085. sample
  28086. shows
  28087. implementation
  28088. netsprocket
  28089. sample
  28090. shows
  28091. basic
  28092. implementations
  28093. drawsprocket
  28094. sample
  28095. shows
  28096. transport
  28097. sample
  28098. shows
  28099. network
  28100. setup
  28101. library
  28102. w--set theItem to choose file -- uncomment to test in an AS editor
  28103.     tell application "Finder"
  28104.         open item "Dev.CD Jun 97 SSW
  28105. Dev.CD Dec 96 SE"
  28106.         activate
  28107.     end tell
  28108. on error errMsg number errNum
  28109.     --enter statements to perform when no records are found such as...
  28110.     display dialog "Sorry, the item you selected could not be found."
  28111.     return
  28112. end try
  28113. q--set theItem to choose file -- uncomment to test in an AS editor
  28114.     tell application "Finder"
  28115.         open item "Dev CD Vol. V
  28116. Dev CD Vol. IV"
  28117.         activate
  28118.     end tell
  28119. on error errMsg number errNum
  28120.     --enter statements to perform when no records are found such as...
  28121.     display dialog "Sorry, the item you selected could not be found."
  28122.     return
  28123. end try
  28124. lay dialog "Sorry, the item you selected could not be found."
  28125.     return
  28126. end try
  28127. All Packages
  28128. System 7.5 Update 2.0O
  28129. Dev.CD Jul 96 SSWP
  28130. Dev.CD Jul 96 SSV
  28131. 61044X
  28132. Jul 96
  28133. f--set theItem to choose file -- uncomment to test in an AS editor
  28134.     tell application "Finder"
  28135.         open item "Dev.CD Jul 96 SSW"
  28136.         activate
  28137.     end tell
  28138. on error errMsg number errNum
  28139.     --enter statements to perform when no records are found such as...
  28140.     display dialog "Sorry, the item you selected could not be found."
  28141.     return
  28142. end try
  28143. All Packages
  28144. System 7.5 Update 2.0V
  28145. 61045X
  28146. problems
  28147. procdoggie
  28148. procdoggie
  28149. blown
  28150. application
  28151. demonstrates
  28152. procedure
  28153. procedures
  28154. proceed
  28155. processZ
  28156. processesp
  28157. processing
  28158. processord
  28159. processor-basedj
  28160. processorsd
  28161. prodos
  28162. produce
  28163. producer
  28164. producer/consumer
  28165. produces
  28166. produces
  28167. module
  28168. productf
  28169. pecific
  28170. 01/13/2000
  28171. 01730-0108
  28172. 01760
  28173. 1-12/96k
  28174. 1-bit
  28175. 1.0.0d3
  28176. 1.0.1h
  28177. 1.0.2h
  28178. 1.0.3e
  28179. 1.0.6
  28180. 1.0.8
  28181. 1.0a5
  28182. 1.0b1
  28183. 1.0b2
  28184. 1.0d1
  28185. 1.0d8
  28186. 1.1.1
  28187. 1.1.2
  28188. 1.1.3
  28189. 1.1.4
  28190. 1.1.6
  28191. XD!All Packages
  28192. Tool Chest Edition
  28193. f--set theItem to choose file -- uncomment to test in an AS editor
  28194.     tell application "Finder"
  28195.         open item "Dev.CD Jun 97 SSW"
  28196.         activate
  28197.     end tell
  28198. on error errMsg number errNum
  28199.     --enter statements to perform when no records are found such as...
  28200.     display dialog "Sorry, the item you selected could not be found."
  28201.     return
  28202. end try
  28203. All Packages
  28204. QuickDraw 3DO
  28205. Dev.CD Jun 97 SSWP
  28206. Dev.CD Jun 97 SSV
  28207. 60699X
  28208. Jun 97
  28209. f--set theItem to choose file -- uncomment to test in an AS editor
  28210.     tell application "Finder"
  28211.         open item "Dev.CD Jun 97 SSW"
  28212.         activate
  28213.     end tell
  28214. on error errMsg number errNum
  28215.     --enter statements to perform when no records are found such as...
  28216.     display dialog "Sorry, the item you selected could not be found."
  28217.     return
  28218. end try
  28219. All Packages
  28220. QuickDraw 3DO
  28221. Dev.CD Jun 97 SSWP
  28222. Dev.CD Jun 97 SSV
  28223. 60700X
  28224. Jun 97
  28225. program
  28226. shows
  28227. create
  28228. program
  28229. shows
  28230. customise
  28231. control
  28232. program
  28233. shows
  28234. define
  28235. mouseresponders
  28236. program
  28237. shows
  28238. display
  28239. quicktime
  28240. movie
  28241. program
  28242. shows
  28243. display
  28244. quicktime
  28245. content
  28246. program
  28247. shows
  28248. display
  28249. quicktime
  28250. drawing
  28251. program
  28252. shows
  28253. export
  28254. movie
  28255. using
  28256. construction
  28257. composited
  28258. program
  28259. shows
  28260. usage
  28261. graphicsimporter
  28262. developer
  28263. provides
  28264. technical
  28265. information
  28266. about
  28267. development
  28268. information
  28269. document
  28270. lists
  28271. selectors
  28272. known
  28273. creator
  28274. document
  28275. provides
  28276. preliminary
  28277. information
  28278. about
  28279. folder
  28280. contains
  28281. example
  28282. illustrating
  28283. folder
  28284. contains
  28285. apple
  28286. source
  28287. AO9Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleSearch:P>Dev.CD Apr 98 SDK1
  28288.  - Development Kits (Disc 1)
  28289.  - AppleSearchV
  28290. 61432X
  28291. Apr 98^
  28292. --set theItem to choose file -- uncomment to test in an AS editor
  28293.     tell application "Finder"
  28294.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleSearch:"
  28295.         activate
  28296.     end tell
  28297. on error errMsg number errNum
  28298.     --enter statements to perform when no records are found such as...
  28299.     display dialog "Sorry, the item you selected could not be found."
  28300.     return
  28301. end try
  28302. e    No Changeq
  28303. Dev.CD Apr 98 SDK1
  28304. BD!All Packages
  28305. Mac OS SDK Edition
  28306. AppleShare Client API SDK
  28307. The AppleShare Client API SDK consists of routines for creating and parsing AFP URLs and a set of routines for working with shared volumes.  This SDK provides developer documentation, header files, and libraries for taking advantage of the AppleShare Client API.
  28308. 61433X
  28309. 1e    No Change
  28310.   return
  28311. end try
  28312. All Packages
  28313. 62132X
  28314. May 00^
  28315. --set theItem to choose file -- uncomment to test in an AS editor
  28316.     tell application "Finder"
  28317.         open item "Dev.CD May 00 TC:Tool Chest:QuickDraw:Scrap Color 1.0:"
  28318.         activate
  28319.     end tell
  28320. on error errMsg number errNum
  28321.     --enter statements to perform when no records are found such as...
  28322.     display dialog "Sorry, the item you selected could not be found."
  28323.     return
  28324. end try
  28325. e    No Changeq
  28326. Dev.CD May 00 TC
  28327. All Packages
  28328. Scriptable Print SimpleTextI
  28329. This example was SimpleText 1.4d16. It's the same sample that's been shipping since 1996. This version has code to "Extend the Print Record" from Technote 1161 and code to allow for scriptable printing added.
  28330. Dec 99V
  28331. 62133X
  28332. 1e    No Change
  28333. userstartup
  28334. goodies
  28335. using
  28336. utilities
  28337. utility
  28338. v1.5.3
  28339. validator
  28340. validator
  28341. validator
  28342. documentation
  28343. validator
  28344. documentation
  28345. variable
  28346. variables
  28347. distributors
  28348. documentation
  28349. doubletrouble
  28350. doubletrouble
  28351. draggingsprites
  28352. drawing
  28353. drawsprocket
  28354. drawsprocket
  28355. drawsprockettest
  28356. drive
  28357. drive
  28358. utilities
  28359. driver
  28360. driver
  28361. installer
  28362. drivergestaltexplore
  28363. dronezone
  28364. 1.1.3
  28365. dropdisk
  28366. context
  28367. switch
  28368. goodies
  28369. utilities
  28370. aug-95
  28371. dukemovie
  28372. dumparpcache
  28373. dumpnetworksetup
  28374. opp's
  28375. palette
  28376. parserV
  28377. pascal
  28378. performance
  28379. photoshop
  28380. player
  28381. plugins
  28382. postscript
  28383. powerbook
  28384. primer
  28385. tion with the provided port scanner. The sample code demonstrates techniques to 1. register a driver name so that the default PC Card port scanner registers a custom driver name to use instead of the auto generated name based on the device, and 2. how to keep the default scanner from registering the network card as an Ethernet device.
  28386. The sample project was created with MetroWerks CodeWarrior 4.0 with the Universal Interfaces and Libraries v3.2, and the Open Transport 2.0.1 DDK
  28387. To use th
  28388. e sample, a PowerBook 2400, 3400, or G3 series is required. The sample was tested with SSW 8.5 and OT 2.0.1 and may work with SSW 7.6.1 and OT 1.1.2.
  28389. The sample ethernet driver only supports a single PC Card. The sample could be rewritten to support multiple Ethernet PC Cards. The purpose of the sample was to demonstrate port registration for non-Ethernet network PC Cards.  The sample does not demonstrate the loading of support additional port scanners which the card may require, such as 
  28390. All Packages
  28391. System 7 Tune-UpO
  28392. Dev.CD Apr 92
  28393. Dev.CD Mar 92P
  28394. Dev.CD Apr 92
  28395. Dev.CD Mar 9V
  28396. 62230X
  28397. Apr 92
  28398. p--set theItem to choose file -- uncomment to test in an AS editor
  28399.     tell application "Finder"
  28400.         open item "Dev.CD Apr 92
  28401. Dev.CD Mar 92"
  28402.         activate
  28403.     end tell
  28404. on error errMsg number errNum
  28405.     --enter statements to perform when no records are found such as...
  28406.     display dialog "Sorry, the item you selected could not be found."
  28407.     return
  28408. end try
  28409. All Packages
  28410. System 7 Tune-UpO
  28411. Dev.CD Apr 92P
  28412. Dev.CD Apr 9V
  28413. 62231X
  28414. Apr 92
  28415. b--set theItem to choose file -- uncomment to test in an AS editor
  28416.     tell application "Finder"
  28417.         open item "Dev.CD Apr 92"
  28418.         activate
  28419.     end tell
  28420. on error errMsg number errNum
  28421.     --enter statements to perform when no records are found such as...
  28422.     display dialog "Sorry, the item you selected could not be found."
  28423.     return
  28424. end try
  28425. D!All Packages
  28426. Tool Chest Edition
  28427. egards
  28428. e time.
  28429. FreqForEverChange:  This sample application shows how to play a sound and how to alter its frequency.
  28430. GiMeDaPalette w/Sound:  This is the original version of GiMeDaPalette with a change to make it possible to play a sound at the same time as the colors are being animated.
  28431. MeterTest:  This snippet demonstrates record metering through the use of SPBGetDeviceInfo() and SPBSetDeviceInfo() using the siLevelMeterOnOff selector.
  28432. MultiPlay:  This sample application shows how to play a 
  28433. sound several times in a row.
  28434. RecordToFile:  This app builds an AIFF file (actually it rebuilds a file which is selected).  Then it records to the file with the low level sound input calls.  When the recording is done, the code make sure that the AIFF header is correct and then plays the sound back with SndStartFilePlay.
  28435. Record sound to disk: Shows how to record sound asynchronously to disk and how to deal with errors gracefully.
  28436. SampleRateAvail:  This snippet checks for the number of s
  28437. >D!All Packages
  28438. Tool Chest Edition
  28439. OTCodeResource
  28440. This sample shows how to call Open Transport from a 68K code resource written in either Metrowerks CodeWarrior C or Symantec C for MPW. The sample creates a HyperCard XCMD which returns the default Ethernet address for the machine using Open Transport calls.
  28441. Sample Code.imgelected could not be found."
  28442.     return
  28443. end try
  28444. program
  28445. sample
  28446. demonstrate
  28447. apple
  28448. events
  28449. perty
  28450. propertylist
  28451. propositinj
  28452. protect
  28453. protected
  28454. proto
  28455. protocol
  28456. protocols
  28457. prototyping
  28458. prove
  28459. proves
  28460. provideZ
  28461. provideds
  28462. media
  28463. megamovies
  28464. memhell
  28465. memhell
  28466. 1.0a6
  28467. readme
  28468. memory
  28469. memory
  28470. management
  28471. menud
  28472. menuhints
  28473. menuhints
  28474. mergeitems
  28475. screen's
  28476. screen-based
  28477. screencompare
  28478. screendump
  28479. screens
  28480. screenshots
  28481. scripth
  28482. scriptability
  28483. scriptableN
  28484. scripted
  28485. scripter
  28486. scripters
  28487. scriptfile
  28488. scriptingh
  28489. scripts
  28490. scriptswitcher8
  28491. query
  28492. quick
  28493. quick
  28494. intro
  28495. quick
  28496. start
  28497. quickdraw
  28498. quickdraw
  28499. v1.5.2
  28500. quickdraw
  28501. update
  28502. quickdraw
  28503. first
  28504. quickdraw3d
  28505. quickdraw3drave
  28506. quickstart
  28507. quicktake
  28508. quicktake
  28509. documentation
  28510. quicktake
  28511. marketing
  28512. items
  28513. quicktake
  28514. first
  28515. quicktake/macintosh
  28516. quicktake/macintosh
  28517. image
  28518. quicktake/windows
  28519. quicktake/windows
  28520. r13u5
  28521. r14d5
  28522. rdocproc
  28523. rdocproc
  28524. registration
  28525. request
  28526. readV
  28527. Summary:  This is "jGNE Helper", formerly a monthly posting to the Usenet newsgroup alt.sources.mac. It provides an example for INIT programmers interested in filtering events before they are handed to applications calling GetNextEvent (which is called by WaitNextEvent).
  28528. The jGNE filter is the Apple-sanctioned method for filtering events. It is possible to patch event traps. It is sometimes even advisable. But since the jGNE filter is the sanctioned method, one ought to attempt to use it 
  28529. before patching traps.
  28530. For further info on the jGNE filter, consult your Technotes.
  28531. Issues:  Prospective users of this code should know that the plan of record for Copland does not include support for jGNEFilter. However, it is likely that Copland will include some form of global event filtering service. Carefully isolate your use of this code and you may be able to make the move to Copland without too much pain.
  28532. Mar 96MacTCP Token Ring MTU ToolV
  28533. 60506X
  28534. 1TU ToolV
  28535. 60506X
  28536. 1e    No Change
  28537. custom
  28538. choose
  28539. debugging
  28540. sample
  28541. 1.0b16
  28542. ctl's
  28543. currentimage
  28544. currentimage
  28545. currentprinter
  28546. currentprinter
  28547. custom
  28548. customenabler
  28549. customization
  28550. cvtccomments
  28551. builds
  28552. belizer
  28553. debug]
  28554. debug
  28555. extensions
  28556. debug
  28557. sound
  28558. manager
  28559. debuggingu
  28560. defect
  28561. defect
  28562. defprocs
  28563. demo_
  28564. design
  28565. design
  28566. reuse
  28567. designforrobustness
  28568. designforrobustness
  28569. detection
  28570. detectorsh
  28571. change
  28572. develop
  28573. develop
  28574. issue
  28575. develop
  28576. issue
  28577. develop
  28578. issue
  28579. develop
  28580. issue
  28581. develop
  28582. issue
  28583. develop
  28584. issue
  28585. develop
  28586. issue
  28587. macbinary-standard
  28588. maccalendar
  28589. macguide
  28590. macguide
  28591. machack
  28592. macincludes
  28593. macincludes
  28594. macincludes
  28595. macintosh
  28596. macintosh
  28597. cd-rom
  28598. setup
  28599. 5.3.2
  28600. macintosh
  28601. macintosh
  28602. macintosh
  28603. reference
  28604. macintosh
  28605. powerbook
  28606. 2400c
  28607. macos8
  28608. s8documentation
  28609. macosx
  28610. macsbug]
  28611. macsbug
  28612. macsbug
  28613. macsbug
  28614. debugging
  28615. guide
  28616. macsbug
  28617. resources]
  28618. macsbugapp
  28619. macsnmp
  28620. macsnmp
  28621. macsnmp
  28622. macsnmp
  28623. developer
  28624. 1.0.2
  28625. macsnmp
  28626. programmer's
  28627. guide
  28628. macsnmp
  28629. first
  28630. macsnmp
  28631. transport
  28632. 1.0.2
  28633. macsnmp
  28634. update
  28635. 1.1.1
  28636. mactcp
  28637. mactcp
  28638. mactcp
  28639. developer
  28640. tools
  28641. mactcp
  28642. mactcp
  28643. first
  28644. mactcp
  28645. mactype
  28646. mactype
  28647. datasheet
  28648. white
  28649. paper
  28650. video
  28651. videotape
  28652. tion "Finder"
  28653.         open item "Dev.CD Apr 00 SDK2:Development Kits:
  28654.  Obsolete/Unsupported:QuickDraw GX:"
  28655.         activate
  28656.     end tell
  28657. on error errMsg number errNum
  28658.     --enter statements to perform when no records are found such as...
  28659.     display dialog "Sorry, the item you selected could not be found."
  28660.     return
  28661. end try
  28662. e    No Changef
  28663. QuickDraw GX
  28664. Graphicsq
  28665. Dev.CD Apr 00 SDK2
  28666. All Packages
  28667. QuickDraw GXO Dev.CD Jan 96 SDK1
  28668. Dev.CD Jul 95P
  28669. Dev.CD Jan 96 SDK1
  28670. Dev.CD Jul 9V
  28671. 60711X
  28672. Jan 96
  28673. u--set theItem to choose file -- uncomment to test in an AS editor
  28674.     tell application "Finder"
  28675.         open item "Dev.CD Jan 96 SDK1
  28676. Dev.CD Jul 95"
  28677.         activate
  28678.     end tell
  28679. on error errMsg number errNum
  28680.     --enter statements to perform when no records are found such as...
  28681.     display dialog "Sorry, the item you selected could not be found."
  28682.     return
  28683. end try
  28684. e finder info.
  28685. DateThing:  A sample of how to write one of those date things as in the General control panel.
  28686. Dialog popups:  snippet to demonstrate the use of the system 7 popup control cdef in modal dialogs
  28687. DialogBits:  This sample application shows how to deal with many of the most commonly asked questions about the Dialog Manager.
  28688. DragWindow INIT:  DragWindow INIT is an INIT which allows you to drag a whole window under the Finder, not just the outline.
  28689. DragWindowGrid:  Shows how 
  28690. to write a replacement DragWindow routine that constrains the window to a grid.
  28691. FindSysFolder:  In this code, the FindSysFolder returns the real vRefNum and dirID of the current System Folder. It uses the Folder Manager, if possible, or falls back to SysEnvirons.
  28692. GetDragHiliteColor:  This shows how to obtain the color that the Drag Manager uses to hilite regions when ShowDragHilite is called. Please note this is only how it's done presently.  Since it is undocumented it can and will chan
  28693. init/control`
  28694. initialq
  28695. initialization
  28696. initialize
  28697. initiallyh
  28698. initiate
  28699. initiativesj
  28700. initport
  28701. initprojector
  28702. inline
  28703. innocuous
  28704. innovative
  28705. input
  28706. inputs
  28707. inputsprocket
  28708. inputstream
  28709. inputting
  28710. inquiry
  28711. insanely
  28712. inscript
  28713. insensitivity
  28714. insert
  28715. inserted
  28716. insertion
  28717. inside[
  28718. installx
  28719. installationZ
  28720. r--set theItem to choose file -- uncomment to test in an AS editor
  28721.     tell application "Finder"
  28722.         open item "Dev.CD May 00 TC:Sample Code:"
  28723.         activate
  28724.     end tell
  28725. on error errMsg number errNum
  28726.     --enter statements to perform when no records are found such as...
  28727.     display dialog "Sorry, the item you selected could not be found."
  28728.     return
  28729. end try
  28730. tem you selected could not be found."
  28731.     return
  28732. end try
  28733. All Packages
  28734. PPC EnablerO
  28735. Dev.CD Jul 95P
  28736. Dev.CD Jul 9V
  28737. 60660X
  28738. Jul 95
  28739. b--set theItem to choose file -- uncomment to test in an AS editor
  28740.     tell application "Finder"
  28741.         open item "Dev.CD Jul 95"
  28742.         activate
  28743.     end tell
  28744. on error errMsg number errNum
  28745.     --enter statements to perform when no records are found such as...
  28746.     display dialog "Sorry, the item you selected could not be found."
  28747.     return
  28748. end try
  28749. All Packages
  28750. PPC EnablerO
  28751. Dev.CD Jul 95P
  28752. Dev.CD Jul 9V
  28753. 60661X
  28754. Jul 95
  28755.  MacTCP mde
  28756. by Scott 
  28757.  Zimmerman.   How can you add Balloon Help to your custom Print dialog items? Zz will tell you all about it.
  28758. J(develop Issue  7:
  28759. develop Issue  7 code:K
  28760. Vol IIIL
  28761. Jun 95OBDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  7:PJDev.CD Mar 00 RL
  28762.  - Technical Documentation
  28763.  - develop
  28764.  - develop Issue  7d."
  28765.     return
  28766. end try
  28767. networking
  28768. newsi
  28769. notes
  28770. number
  28771. number
  28772. formatting
  28773. object-oriented
  28774. objectsupportlib
  28775. opaque
  28776. opaque
  28777. types
  28778. systems
  28779. transport
  28780. opentransport
  28781. optimizing
  28782. option
  28783. option
  28784. management
  28785. ordered
  28786. ordered
  28787. collection
  28788. ot/ppp
  28789. ot/ppp
  28790. transport
  28791. otfifo
  28792. otlifo
  28793. otlink
  28794. otoptionmanagment
  28795. ottcpwilldial
  28796. override
  28797. override
  28798. quickdraw
  28799. table
  28800. resource
  28801. --set theItem to choose file -- uncomment to test in an AS editor
  28802.     tell application "Finder"
  28803.         open item "Dev.CD Apr 94
  28804. Dev.CD Jan 94
  28805. Dev.CD Oct 93
  28806. Dev.CD Jul 93
  28807. Dev.CD Apr 93"
  28808.         activate
  28809.     end tell
  28810. on error errMsg number errNum
  28811.     --enter statements to perform when no records are found such as...
  28812.     display dialog "Sorry, the item you selected could not be found."
  28813.     return
  28814. end try
  28815. viiiv
  28816. --set theItem to choose file -- uncomment to test in an AS editor
  28817.     tell application "Finder"
  28818.         open item "Dev.CD May 00 TC:Tool Chest:Networking:SNMP:Network Management (SNMP):"
  28819.         activate
  28820.     end tell
  28821. on error errMsg number errNum
  28822.     --enter statements to perform when no records are found such as...
  28823.     display dialog "Sorry, the item you selected could not be found."
  28824.     return
  28825. end try
  28826. e causes of flicker in graphics and animation applications and presents a 
  28827. package for doing memory-efficient, flicker-free drawing with QuickDraw GX.
  28828. NURB Curves: A Guide for the Uninitiated by Philip J. Schneider. QuickDraw 3D includes NURB curves among its geometries, but you need to understand a little about the underlying NURB model to use them effectively. This intuitive treatment of NURB curves tells you what you need to know.
  28829. Using C++ Exceptions in C by Avi Rappoport. Exceptions in C++ provide a powerful and useful way to handle errors and other unexpe
  28830. particular@
  28831. pasmatit@
  28832. passed@
  28833. pbcatsearch@
  28834. percentage@
  28835. perfectly@
  28836. perform@
  28837. performas@
  28838. physical@
  28839. pinyin@
  28840. pixmaps@
  28841. plug-ins@
  28842. popups@
  28843. possible
  28844. possibly@
  28845. powerbooks@
  28846. pre-installed@
  28847. preemptive@
  28848. presented@
  28849. printdialogmagic@
  28850. printers/print@
  28851. problems@
  28852. product-specific@
  28853. production@
  28854. profile@
  28855. program's@
  28856. prohibited@
  28857. projectdrag@
  28858. properly@
  28859. provide
  28860. provided@
  28861. provides@
  28862. punctuation@
  28863. purposes@
  28864. quadra@
  28865. quickdraw
  28866. quickdraw
  28867. graphics
  28868. library
  28869. define
  28870. quickdraw
  28871. enables
  28872. computer
  28873. display
  28874. three-dimensio@
  28875. quickdraw's@
  28876. quitting@
  28877. rdip@
  28878. read-only@
  28879. recipes@
  28880. recordable@
  28881. reformatting@
  28882. region@
  28883. reliable@
  28884. report@
  28885. requiring@
  28886. learn
  28887. 62086X
  28888. Jul 93
  28889. b--set theItem to choose file -- uncomment to test in an AS editor
  28890.     tell application "Finder"
  28891.         open item "Dev.CD Jul 93"
  28892.         activate
  28893.     end tell
  28894. on error errMsg number errNum
  28895.     --enter statements to perform when no records are found such as...
  28896.     display dialog "Sorry, the item you selected could not be found."
  28897.     return
  28898. end try
  28899. All Packages
  28900. F    QuickTimeO
  28901. Dev.CD Jul 93P
  28902. Dev.CD Jul 9V
  28903. 62087X
  28904. Jul 93
  28905. b--set theItem to choose file -- uncomment to test in an AS editor
  28906.     tell application "Finder"
  28907.         open item "Dev.CD Jul 93"
  28908.         activate
  28909.     end tell
  28910. on error errMsg number errNum
  28911.     --enter statements to perform when no records are found such as...
  28912.     display dialog "Sorry, the item you selected could not be found."
  28913.     return
  28914. end try
  28915. All Packages
  28916. F    QuickTimeO
  28917. Dev.CD Jul 93
  28918. Dev.CD Apr 93P
  28919. Dev.CD Jul 93
  28920. Dev.CD Apr 9V
  28921. 62088X
  28922. Jul 93
  28923. D!All Packages
  28924. Tool Chest Edition
  28925. ChromaKeyMovie
  28926. Summary:  Chromakey Movie is a simple application which is designed to show alternative approaches to removing a color from a QuickTime movie while it is playing and allowing a separate image to be displayed in the removed regions. It demonstrates several features available in QuickTime and Color QuickDraw:
  28927. Color Quickdraw
  28928.    The use of GWorlds to store the current QuickTime movie frame, the background image and the composite (movie frame and background) image.
  28929.    Various arithmetic trae file -- uncomment to test in an AS editor
  28930.     tell application "Finder"
  28931.         open item "Dev.CD Jul 96 SSW"
  28932.         activate
  28933.     end tell
  28934. on error errMsg number errNum
  28935.     --enter statements to perform when no records are found such as...
  28936.     display dialog "Sorry, the item you selected could not be found."
  28937.     return
  28938. end try
  28939. All Packages
  28940. System 7.5 Update 2.0O
  28941. Dev.CD Jul 96 SSWP
  28942. Dev.CD Jul 96 SSV
  28943. 61042X
  28944. Jul 96
  28945. This sample demonstrates the easiest way to use Open Transport to download an HTTP URL from a web server.  The code from this sample is featured in the latest release (v1.3) of the book 
  28946. Inside Macintosh: Open Transport
  28947. Sample Code.imgK
  28948. Nov 97L
  28949. Sep 98M
  28950. Open Transport 1.1.1 or higherN9Open Transport, TCP, endpoint, download, fetch, get, HTTPO
  28951. Dev.CD May 00 TC:Sample Code:P
  28952. Dev.CD May 00 TC
  28953.  - Sample CodeV
  28954. 61821X
  28955. May 00^
  28956. r--set theItem to choose file -- uncomment to test in an AS editor
  28957.     tell application "Finder"
  28958.         open item "Dev.CD May 00 TC:Sample Code:"
  28959.         activate
  28960.     end tell
  28961. on error errMsg number errNum
  28962.     --enter statements to perform when no records are found such as...
  28963.     display dialog "Sorry, the item you selected could not be found."
  28964.     return
  28965. end try
  28966. e    No Changef3Open Transport
  28967. endpoint
  28968. download
  28969. fetch
  28970. HTTPq
  28971. Dev.CD May 00 TC
  28972. GD!All Packages
  28973. Tool Chest Edition
  28974. OTSimpleServerHTTP
  28975. ranger
  28976. rangingf
  28977. rankb
  28978. rapid
  28979. rappoport
  28980. rates
  28981. ratherg
  28982. rationale
  28983. rawip
  28984. re-direct
  28985. re-enabled
  28986. re-installed
  28987. re-mount
  28988. re-rolled
  28989. re-sizable
  28990. readB
  28991. Summary:  This package contains:
  28992.  current release of MacTCP  (v2.0.6) and MacTCP Admin (v2.0.6)
  28993.  TCP/IP Connection for Macintosh (v2.0.4)
  28994.  TCP/IP Administration for Macintosh (v2.0.4)
  28995. This folder also includes:
  28996.  MacTCP 2.0.6 Release Notes
  28997.  an updater for the MacTCP and MacTCP Admin control panels (from v2.0.4 to 2.0.6)
  28998.  MacTCP development tools and documentation
  28999. IMPORTANT NOTES
  29000.  This is one of the electronic distribution channels available for MacTCP documentation and developer to
  29001. ols.  These options replace the separate Developer Kits previously available for individual networking products.
  29002.  Only the MacTCP and MacTCP Admin control panels have changed to 2.0.6.  The Connection and Administration disks have not been re-rolled to use the new files.
  29003. The MacTCP 2.0.4 to 2.0.6 Patch is an update for MacTCP 2.0.4.  Since the MacTCP 2.0.4 to 2.0.6 Patch must be applied to an unmodified MacTCP 2.0.4, be sure to get or install a fresh copy from your original disks befor
  29004. 5300ramcard
  29005. picker@
  29006. popuptkl@
  29007. print@
  29008. print2@
  29009. profiles@
  29010. progresswindoid@
  29011. project
  29012. large
  29013. prog's
  29014. overview@
  29015. query@
  29016. quicktime@
  29017. qwertytunes
  29018. filing
  29019. about
  29020. sample@
  29021. transitions
  29022. themes@
  29023. trim@
  29024. type@
  29025. versions@
  29026. what's@
  29027. 1400@
  29028. actions@
  29029. appleglot
  29030. localization
  29031. internationalization
  29032. translation
  29033. glos@
  29034. applescript@
  29035. async
  29036. device@
  29037. carbon@
  29038. cftree@
  29039. color
  29040. picker
  29041. 2.1.1@
  29042. counters@
  29043. debugging@
  29044. dynamic@
  29045. finder
  29046. display
  29047. folder
  29048. launch@
  29049. games@
  29050. l 95V
  29051. 54042X
  29052. developmentf
  29053. developmentsj
  29054. devfeedback
  29055. devicej
  29056. deviceloop
  29057. Description Language (IDL) compiler as a first step in the development process. An MPW-hosted version of this compiler is now available.
  29058. SOMobjects runs on top of CFM, and thus is available for both 68K and native PowerPC Macintosh development. It is a foundation technology for OpenDoc.
  29059. SOMobjects
  29060.  for Mac OS version 2.0.8 contains several bug fixes over version 2.0.7.
  29061. Jan 96L
  29062. Oct 96
  29063. b--set theItem to choose file -- uncomment to test in an AS editor
  29064.     tell application "Finder"
  29065.         open item "Dev.CD Apr 93"
  29066.         activate
  29067.     end tell
  29068. on error errMsg number errNum
  29069.     --enter statements to perform when no records are found such as...
  29070.     display dialog "Sorry, the item you selected could not be found."
  29071.     return
  29072. end try
  29073. wtextcodec
  29074. drawtextcodec
  29075. example
  29076. drawtkl
  29077. drawtkl
  29078. drawtkl
  29079. tell application "Finder"
  29080.         open item "Dev.CD May 00 TC:What's New?:Sample Code:Processes:MPPeriodicalTest:"
  29081.         activate
  29082.     end tell
  29083. on error errMsg number errNum
  29084.     --enter statements to perform when no records are found such as...
  29085.     display dialog "Sorry, the item you selected could not be found."
  29086.     return
  29087. end try
  29088. New Packagef
  29089. MultiTasking
  29090. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  29091. Dev.CD May 00 TC
  29092. D!All Packages
  29093. Tool Chest Edition
  29094. MPW etc.
  29095. documentationandsamp
  29096. --set theItem to choose file -- uncomment to test in an AS editor
  29097.     tell application "Finder"
  29098.         open item "Dev.CD Apr 94
  29099. Dev.CD Jan 94
  29100. Dev.CD Oct 93
  29101. Dev.CD Jul 93
  29102. Dev.CD Apr 93"
  29103.         activate
  29104.     end tell
  29105. on error errMsg number errNum
  29106.     --enter statements to perform when no records are found such as...
  29107.     display dialog "Sorry, the item you selected could not be found."
  29108.     return
  29109. end try
  29110. patrick
  29111. pattern
  29112. patternsr
  29113. pause
  29114. pausegl
  29115. payoff
  29116. pballocate
  29117. pci-based
  29118. pci-pci
  29119. pci-thej
  29120. pcmcia
  29121. peering
  29122. viewer
  29123. utility
  29124. which
  29125. graphically
  29126. pending
  29127. penetrate
  29128. pentiumj
  29129. people
  29130. peoplesoft
  29131. Mask can used to fade a screen to a  lighter color.
  29132. Custom PicComments/Bottlenecks:  This sample groups a bunch of pictures together and takes them apart using PicComments and a QuickDraw bottleneck procedure.  It's an example of how to store and retrieve custom PicComments, among other things.
  29133.  Example of custom PicComment usage with unique identifiers. {-> CustomPicProc, CompositePictures <-}
  29134.  Example of a custom QuickDraw bottleneck procedure which works in both GrafPorts and CGraf
  29135. Ports. {-> DisassemblePictures <-}
  29136.  Example of finding the deepest device and placing  a window on it.
  29137. DeepScreen Picker:  This sample shows how to slam and center the Color Picker dialog onto the deepest device when 32 Bit QuickDraw is not available.
  29138. Direct Pixel Access:  This snippet shows one example of how to directly change the pixel values stored in a pixel image.
  29139. DirectSetEntries:  This sample demonstrates the use of DirectSetEntries to remap colors on a direct device.
  29140. DrawLin
  29141. adbreinit
  29142. adlibX
  29143. adlib
  29144. 2.6.5X
  29145. adlib
  29146. 3.0.1Y
  29147. adobeZ
  29148. adobe
  29149. acrobat
  29150. readerZ
  29151. advanced[
  29152. advanced
  29153. color
  29154. imaging
  29155. sample
  29156. applications\
  29157. tools]
  29158. terminology
  29159. 3/92^
  29160. aegizmos_
  29161. aegizmos
  29162. 1.4.2_
  29163. aetracker`
  29164. aetracker
  29165. aevta
  29166. dcmda
  29167. aliasc
  29168. alias
  29169. analysis
  29170. analyzerT
  29171. appearanced
  29172. appearance
  29173. 1.0.2d
  29174. appearance
  29175. 1.0.4e
  29176. applef
  29177. apple
  29178. cd-rom
  29179. handbookf
  29180. apple
  29181. color
  29182. onescanner
  29183. apple
  29184. detectors
  29185. apple
  29186. developer
  29187. archivei
  29188. apple
  29189. directions
  29190. 1995j
  29191. apple
  29192. directions
  29193. 1996k
  29194. apple
  29195. directions
  29196. 1997l
  29197. apple
  29198. event
  29199. registry
  29200. suitesm
  29201. enablerC
  29202. eventm
  29203. handbookf
  29204. imaging[
  29205. newsi
  29206. notesS
  29207. onescannerg
  29208. parserV
  29209. computing@
  29210. configure@
  29211. configuring@
  29212. construct@
  29213. contains
  29214. transport
  29215. software
  29216. development
  29217. context@
  29218. control@
  29219. converts@
  29220. coordinates@
  29221. correlate@
  29222. couldn't@
  29223. crash@
  29224. creates@
  29225. creation@
  29226. cursordevices@
  29227. customizable@
  29228. da/application@
  29229. dcmd@
  29230. debugging@
  29231. delays@
  29232. demonstates@
  29233. demonstrates
  29234. switch
  29235. private
  29236. stack
  29237. correctly@
  29238. demonstrating@
  29239. descriptors@
  29240. entire@
  29241. everyone@
  29242. examples@
  29243. expands@
  29244. extending@
  29245. features
  29246. features
  29247. includes
  29248. demonstration
  29249. documentation
  29250. complete@
  29251. filter@
  29252. first-person@
  29253. years
  29254. multimedia
  29255. developers
  29256. regarded
  29257. equilibrium's
  29258. four@
  29259. fully@
  29260. generator@
  29261. goodies@
  29262. grabber@
  29263. graphics@
  29264. group@
  29265. groups@
  29266. gunther@
  29267. hands@
  29268. health@
  29269. held@
  29270. hints@
  29271. Summary: PC Card Manager v3.0 SDK is a comprehensive development environment which describes how the Personal Computer Memory Card International Association (PCMCIA) expansion card interface is implemented in PowerBook Hooper.
  29272. PC Card Manager v3.0 SDK is the future architecture for upcoming PowerBook Hooper products. Developers wanting to produce PC cards for 190, 5300 and 1400 series PowerBooks should refer to PC Card Manager v2.0 SDK.
  29273. Some of the support offered by PC Card Manager v3.0Bo SDK:
  29274. System Interfaces
  29275. Power PC library
  29276. Updated documentation available in an Adobe Acrobat file
  29277. Sample code 
  29278. AnotherCustomEnabler:
  29279. CIncludes:
  29280. CustomEnabler:
  29281. DispNameReg:
  29282. Documentation:
  29283. Interfaces&Libraries
  29284. Libraries:
  29285. release Notes
  29286. RIncludes:
  29287. TupleDumper:K
  29288. Jul 96L
  29289. Mar 97M$Requires a minimum of  System 7.5.3.N PCCard, Hooper, PowerBook, CometONDev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:W
  29290. modeled
  29291. modeless
  29292. modeling
  29293. models@
  29294. modified@
  29295. morefiles@
  29296. mosaic@
  29297. motorola@
  29298. mounts@
  29299. mouseresponders@
  29300. mueller@
  29301. multiple-buffering/p@
  29302. namingtable@
  29303. ndrv@
  29304. needed@
  29305. netscape@
  29306. network@
  29307. network-aware@
  29308. fcode
  29309. tokenizer
  29310. board
  29311. fcode
  29312. driver
  29313. development@
  29314. newsletter@
  29315. nice@
  29316. nine@
  29317. node@
  29318. notation@
  29319. apple
  29320. guide
  29321. intended
  29322. those
  29323. developers
  29324. nothing@
  29325. notification@
  29326. nsarray@
  29327. object-bases@
  29328. olson@
  29329. on-line@
  29330. once@
  29331. open@
  29332. opening@
  29333. opf-opendoc@
  29334. opportunity@
  29335. optional@
  29336. oracle@
  29337. originally@
  29338. os-only@
  29339. otserverlimits@
  29340. outline@
  29341. overall@
  29342. packages@
  29343. panoramas@
  29344. parsons@
  29345. quitting@
  29346. read-only@
  29347. recipes@
  29348. region@
  29349. reliable@
  29350. report@
  29351. summary
  29352. contains
  29353. information
  29354. describing
  29355. summary
  29356. folder
  29357. contains
  29358. summary
  29359. folder
  29360. contains
  29361. european
  29362. distributors
  29363. summary
  29364. folder
  29365. contains
  29366. number
  29367. postscript
  29368. utilitie
  29369. summary
  29370. folder
  29371. contains
  29372. variety
  29373. hypercard
  29374. summary
  29375. folder
  29376. contains
  29377. complete
  29378. information
  29379. developR
  29380. 16384p
  29381. 16x16
  29382. 17000
  29383. 1992-1995
  29384. 1994w
  29385. 1995j
  29386. accelerated
  29387. power
  29388. macintosh
  29389. artwork
  29390. program
  29391. 1996R
  29392. 1999j
  29393. 2-335
  29394. 2-341
  29395. 2-364
  29396. 2-byte
  29397. 2-way
  29398. program
  29399. shows
  29400. quicktime's
  29401. visual
  29402. effect
  29403. program
  29404. shows
  29405. sgdrawable
  29406. class
  29407. program
  29408. shows
  29409. tuneplayer
  29410. program
  29411. shows
  29412. construction
  29413. composited
  29414. program
  29415. shows
  29416. introspection
  29417. movie
  29418. program
  29419. shows
  29420. usage
  29421. graphicsimporter
  29422. program
  29423. shows
  29424. usage
  29425. graphicsimporterdra
  29426. program
  29427. shows
  29428. usage
  29429. qtimagedrawer
  29430. shows
  29431. quicktime
  29432. effects
  29433. architectur
  29434. developer
  29435. describes
  29436. macintosh
  29437. powerbook
  29438. 2400c
  29439. developer
  29440. provides
  29441. technical
  29442. information
  29443. about
  29444. development
  29445. information
  29446. archive
  29447. contains
  29448. hundreds
  29449. samples
  29450. image
  29451. contains
  29452. debug
  29453. version
  29454. 2.5.2
  29455. which
  29456.  2.1 and System 7N
  29457. Alias, HyperCard, System 7ncluded.
  29458. This sample code accompanies "TN 1174: Optimization Strategies for the Mac OS".
  29459. The Cacheline Optimizer evaluates cacheline usage.  Given a stride value, it will simulate the cache utilization for the L1 and L2 caches on an iMac, as well as giving an approximate idea of the TLB usage.  It gives the percentage utilization as well as how many iterations before you will begin to evict data from the cache.
  29460. CBuffFileStream demonstrates the  implementation of a buffered file system on top of B
  29461. the Mac OS file system.
  29462. Sample Code.imgK
  29463. Nov 99M0Optimization Strategies for the Mac OS Technote.N4Optimization, buffered file system, cache, cachelineO
  29464. Dev.CD May 00 TC:Sample Code:P
  29465. Dev.CD May 00 TC
  29466.  - Sample Code - Tool Chest
  29467.  - Development Kits
  29468.  Other Platforms
  29469.  - Convert
  29470. Projects 1.0b5uideK
  29471. Nov 95M
  29472. Adobe Acrobat Reader.OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  29473.  - Programs & Marketing
  29474.  - Market & Distribution Guidespalette
  29475. codeN
  29476. living
  29477. lock/unlock
  29478. locking
  29479. loggingY
  29480. logicz
  29481. login
  29482. 61921X
  29483. Jan 96
  29484. f--set theItem to choose file -- uncomment to test in an AS editor
  29485.     tell application "Finder"
  29486.         open item "Dev.CD Jan 96 SSW"
  29487.         activate
  29488.     end tell
  29489. on error errMsg number errNum
  29490.     --enter statements to perform when no records are found such as...
  29491.     display dialog "Sorry, the item you selected could not be found."
  29492.     return
  29493. end try
  29494. All Packages
  29495. QuickDraw 3DO
  29496. Dev.CD Jan 96 SSWP
  29497. Dev.CD Jan 96 SSV
  29498. 61922X
  29499. Jan 96
  29500. f--set theItem to choose file -- uncomment to test in an AS editor
  29501.     tell application "Finder"
  29502.         open item "Dev.CD Jan 96 SSW"
  29503.         activate
  29504.     end tell
  29505. on error errMsg number errNum
  29506.     --enter statements to perform when no records are found such as...
  29507.     display dialog "Sorry, the item you selected could not be found."
  29508.     return
  29509. end try
  29510. All Packages
  29511. QuickDraw 3DO
  29512. Dev.CD Jan 96 SSWP
  29513. Dev.CD Jan 96 SSV
  29514. 61923X
  29515. Jan 96
  29516. d additional type displays.
  29517. e    No Change
  29518. --set theItem to choose file -- uncomment to test in an AS editor
  29519.     tell application "Finder"
  29520.         open item "Dev.CD May 97 TC
  29521. Dev.CD Nov 96 TC
  29522. Dev.CD Aug 96 TC"
  29523.         activate
  29524.     end tell
  29525. on error errMsg number errNum
  29526.     --enter statements to perform when no records are found such as...
  29527.     display dialog "Sorry, the item you selected could not be found."
  29528.     return
  29529. end try
  29530. tements to perform when no records are found such as...
  29531.     display dialog "Sorry, the item you selected could not be found."
  29532.     return
  29533. end try
  29534. e    No Changef
  29535. Open Transport debugoEftp://ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/q
  29536. Dev.CD Apr 00 SDK1
  29537. 3D!All Packages
  29538. Mac OS SDK Edition
  29539. Open Transport/PPP SDKI;Contains Open Transport PPP Software Development Kit (SDK).J8CurrentImage.GIF
  29540. OpenTptPPP.h
  29541. OT/PPP Client Dev Note 1.0K
  29542. Apr 98M
  29543. Open TransportN
  29544. OT/PPP SDKOBDev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:d
  29545. ped in the wilderness with
  29546. 62540X
  29547. Mar 00^    RL Disk 1
  29548. --set theItem to choose file -- uncomment to test in an AS editor
  29549.     tell application "Finder"
  29550.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:Text Encoding Converter 1.5:"
  29551.         activate
  29552.     end tell
  29553. on error errMsg number errNum
  29554.     --enter statements to perform when no records are found such as...
  29555.     display dialog "Sorry, the item you selected could not be found."
  29556.     return
  29557. end try
  29558. e    No ChangefCText Encoding Converter
  29559. Unicode
  29560. charset
  29561. character encoding
  29562. MIMEq
  29563. Dev.CD Mar 00 RL Disk 1
  29564. D!All Packages
  29565. Tool Chest Edition
  29566. THooks
  29567. 5Summary: Ever wanted to patch a trap from a high-level language?  Now you can!  THooks is a C++ class which makes it easy to head-patch Macintosh traps from the comfort and safety of a high level language.  The THooks class takes care of the messy details; leaving you free to concentrate on your own program.
  29568. 62541X
  29569. 1e    No Change
  29570. first@
  29571. archive@
  29572. color
  29573. picker
  29574. colorpopupmenus
  29575. colorpopupmenus
  29576. colorpopupmenus
  29577. colorpopupmenus
  29578. colorpopupmenus
  29579. colorpopupmenus
  29580. colorscreen
  29581. colorscreen
  29582. colorsync
  29583. colorsync
  29584. colorsync
  29585. export
  29586. colorsync
  29587. filter
  29588. colorsync
  29589. import
  29590. colorsync
  29591. plugins
  29592. readme
  29593. combowalker
  29594. common
  29595. commtoolbox
  29596. commtoolbox
  29597. commtoolbox
  29598. roadmap
  29599. communications
  29600. communications
  29601. comparedirtext
  29602. comparelastrevision
  29603. compbasedmediabroadc
  29604. compbasedmediabroadc
  29605. compilable
  29606. compiler
  29607. compiler
  29608. stuff
  29609. component
  29610. compresspictfile
  29611. concordia
  29612. concordia
  29613. concordia
  29614. conferencing
  29615. config
  29616. config&interleave
  29617. configuration
  29618. connect
  29619. connect
  29620. connection
  29621. connectivity
  29622. contacts
  29623. content
  29624. It's a tool for scripting the StuffIt Engine
  29625. , a library distributed by Aladdin Systems, Inc. as part of their StuffIt
  29626.  family of products, which are the de facto standard for data compression under Mac OS. (This is not an endorsement.)
  29627. It's also a C code sample which shows how easy it is to make a scriptable application for a specific use. It doesn't use the object model and it doesn't have a huge feature set. (Its functionality fills a specific need in Developer Relations, namely aiding
  29628.  an AppleScript called SeedBuilder to make uniform seed archives and segments.) This is a drawback in at least one sense, but also an advantage in another in that it may demystify scriptable applications for some number of developers by exposing scripting support in terms they already understand.
  29629. It's a tool for scripting the StuffIt Engine
  29630. , a library distributed by Aladdin Systems, Inc. as part of their StuffIt
  29631.  family of products, which are the de facto standard for data compression un
  29632.     E| non-Apple operating systems and/or third-party applications designed for execution on such systems is strictly prohibited. 
  29633. Jz100% View Files:
  29634. 7/96 Apple Grayscale Appearance
  29635. Linked Files:
  29636. Transitions To Mac OS 8 Themes
  29637. Updated Grayscale AppearanceK
  29638. Apr 96L
  29639. Sep 96M6SimpleText 1.2 or later, Acrobat Exchange 2.0 or laterO[Dev.CD Mar 00 RL Disk 1:Technical Documentation:Human Interface:Apple Grayscale Appearance:PcDev.CD Mar 00 RL Disk 1
  29640.  - Technical Documentation
  29641.  - Human Interface
  29642.  - Apple Grayscale Appearancerocket
  29643. joystick
  29644. gamepad
  29645. gaming
  29646. blanking
  29647. screen
  29648. display
  29649. buffering
  29650. games
  29651. sprocket
  29652. gaming
  29653. networking
  29654. games
  29655. multiprocessing
  29656. preemptive task
  29657. multitasking
  29658. threads
  29659. threading
  29660. Icon Services
  29661. Icon Utilities
  29662. 'icns'
  29663. icon family
  29664. icon resources
  29665. IconRef
  29666. icon plotting
  29667. Navigation Services
  29668. Standard File
  29669. file management
  29670. file 
  29671. navigation
  29672. opening files
  29673. saving files
  29674. Network Services Location
  29675. file preview
  29676. Apple Help
  29677. Apple Guide
  29678. user assist
  29679. assembler
  29680. assemblers
  29681. assembly
  29682. assembly-language
  29683. assembly-level
  29684. assigned
  29685. assignments
  29686. assist
  29687. assistancex
  29688. assistantj
  29689. assistants
  29690. assists
  29691. assocated
  29692. associatedQ
  29693. associationz
  29694. assume
  29695. assumed
  29696. assumption
  29697. assure
  29698. asynch
  29699. asynchronous
  29700. asynchronous
  29701. background
  29702. networking
  29703. macintosh
  29704. harry
  29705. asynchronously
  29706. asyncpb
  29707. asyncronous
  29708. based
  29709. batch
  29710. batch
  29711. processing
  29712. bi-directional
  29713. blanking
  29714. blitters
  29715. block
  29716. bridge
  29717. broadcast
  29718. browse
  29719. browse
  29720. internet
  29721. services
  29722. browser
  29723. buffered
  29724. buffered
  29725. system
  29726. buffering
  29727. reports
  29728. builder
  29729. built-in
  29730. bundle
  29731. bundle
  29732. services
  29733. burned-in
  29734. burned-in
  29735. address
  29736. business
  29737. business
  29738. processes
  29739. button
  29740. buttons
  29741. traditional
  29742. simplified
  29743. ciconhandle
  29744. classes
  29745. client
  29746. clouseau
  29747. color
  29748. color
  29749. depth
  29750. color
  29751. color
  29752. picker
  29753. 2.1.1
  29754. colorsync
  29755. colorsync
  29756. photoshop
  29757. plug-ins
  29758. colour
  29759. colour
  29760. table
  29761. compare
  29762. component
  29763. compression
  29764. computer
  29765. computer
  29766. based
  29767. media
  29768. conditional
  29769. ke 100.d
  29770. ~--set theItem to choose file -- uncomment to test in an AS editor
  29771.     tell application "Finder"
  29772.         open item "Dev.CD Apr 94
  29773. Dev.CD Jan 94
  29774. Dev.CD Oct 93"
  29775.         activate
  29776.     end tell
  29777. on error errMsg number errNum
  29778.     --enter statements to perform when no records are found such as...
  29779.     display dialog "Sorry, the item you selected could not be found."
  29780.     return
  29781. end try
  29782. manager
  29783. workings
  29784. workss
  29785. world's
  29786. worlds
  29787. worldscript
  29788. worldwide
  29789. worldwrite
  29790. worry
  29791. would
  29792. wouldn't
  29793. wprocasm
  29794. wrapcommenttext
  29795. wrapper
  29796. wringer
  29797. writec
  29798. writer
  29799. writers
  29800. writes
  29801. writingw
  29802. updated
  29803. 1/25/2000
  29804. updater
  29805. updatese
  29806. updatingb
  29807. upgrade
  29808. upgraded
  29809. upgrader
  29810. upgrades
  29811. upload
  29812. upload
  29813. given
  29814. upper
  29815. Ww Language Kit 1.0.1:P>Dev.CD May 00 TC
  29816.  - Language Kits
  29817.  - Hebrew Language Kit 1.0.1V
  29818. 57905X
  29819. May 00^
  29820. #hether opening a TCP/IP provider will cause a modem to dial.  If the Network Setup library is not available, the sample will read the "TCP/IP Preferences" file directly.
  29821. Sample Code.imgK
  29822. Dec 98N0network, setup, configuration, AppleTalk, TCP/IPO
  29823. Dev.CD May 00 TC:Sample Code:P
  29824. Dev.CD May 00 TC
  29825.  - Sample CodeV
  29826. 56845X
  29827. May 00^
  29828. #de:nge
  29829. loadable
  29830. loadable
  29831. bundle
  29832. loader
  29833. loading
  29834. locales
  29835. localizationy
  29836. localized
  29837. se file -- uncomment to test in an AS editor
  29838.     tell application "Finder"
  29839.         open item "Dev.CD Jun 97 SSW"
  29840.         activate
  29841.     end tell
  29842. on error errMsg number errNum
  29843.     --enter statements to perform when no records are found such as...
  29844.     display dialog "Sorry, the item you selected could not be found."
  29845.     return
  29846. end try
  29847. All Packages
  29848. QuickDraw GXO
  29849. Dev.CD Jun 97 SSWP
  29850. Dev.CD Jun 97 SSV
  29851. 60782X
  29852. Jun 97
  29853. f--set theItem to choose file -- uncomment to test in an AS editor
  29854.     tell application "Finder"
  29855.         open item "Dev.CD Jun 97 SSW"
  29856.         activate
  29857.     end tell
  29858. on error errMsg number errNum
  29859.     --enter statements to perform when no records are found such as...
  29860.     display dialog "Sorry, the item you selected could not be found."
  29861.     return
  29862. end try
  29863. All Packages
  29864. QuickDraw GXO
  29865. Dev.CD Jun 97 SSWV
  29866. 60783X
  29867. Aug 96
  29868. e--set theItem to choose file -- uncomment to test in an AS editor
  29869.     tell application "Finder"
  29870.         open item "Dev.CD Aug 96 TC"
  29871.         activate
  29872.     end tell
  29873. on error errMsg number errNum
  29874.     --enter statements to perform when no records are found such as...
  29875.     display dialog "Sorry, the item you selected could not be found."
  29876.     return
  29877. end try
  29878. All Packages
  29879. QuickDraw GXO
  29880. Dev.CD Aug 96 TCP
  29881. Dev.CD Aug 96 TV
  29882. 62007X
  29883. Aug 96
  29884. e--set theItem to choose file -- uncomment to test in an AS editor
  29885.     tell application "Finder"
  29886.         open item "Dev.CD Aug 96 TC"
  29887.         activate
  29888.     end tell
  29889. on error errMsg number errNum
  29890.     --enter statements to perform when no records are found such as...
  29891.     display dialog "Sorry, the item you selected could not be found."
  29892.     return
  29893. end try
  29894. All Packages
  29895. QuickDraw GXO
  29896. Dev.CD Aug 96 TCP
  29897. Dev.CD Aug 96 TV
  29898. 62008X
  29899. Aug 96
  29900. witch
  29901. switching
  29902. symbiotic
  29903. synchronization
  29904. summary
  29905. da/application
  29906. allows
  29907. examine
  29908. summary
  29909. functional
  29910. opentransport
  29911. sample
  29912. imple
  29913. summary
  29914. graphical
  29915. representation
  29916. maximum
  29917. summary
  29918. definition
  29919. procedure
  29920. source
  29921. summary
  29922. series
  29923. tools
  29924. source
  29925. allow
  29926. three
  29927. tools
  29928. written
  29929. hardwar
  29930. summary
  29931. simple
  29932. window
  29933. based
  29934. debugger
  29935. kernel
  29936. summary
  29937. which
  29938. plays
  29939. sounds
  29940. summary
  29941. helper
  29942. formerly
  29943. monthly
  29944. posting
  29945. summary
  29946. definition
  29947. binhex
  29948. protocol
  29949. summary
  29950. developer
  29951. edition
  29952. quickview
  29953. devel
  29954. summary
  29955. electronic
  29956. version
  29957. develop
  29958. magazine
  29959. summary
  29960. prgram
  29961. guide
  29962. macintosh
  29963. power
  29964. All Packages
  29965. System Enabler 003 (LC III)OEDev.CD Apr 94
  29966. Dev.CD Jan 94
  29967. Dev.CD Oct 93
  29968. Dev.CD Jul 93
  29969. Dev.CD Apr 93PDDev.CD Apr 94
  29970. Dev.CD Jan 94
  29971. Dev.CD Oct 93
  29972. Dev.CD Jul 93
  29973. Dev.CD Apr 9V
  29974. 62325X
  29975. Apr 94
  29976. --set theItem to choose file -- uncomment to test in an AS editor
  29977.     tell application "Finder"
  29978.         open item "Dev.CD Apr 94
  29979. Dev.CD Jan 94
  29980. Dev.CD Oct 93
  29981. Dev.CD Jul 93
  29982. Dev.CD Apr 93"
  29983.         activate
  29984.     end tell
  29985. on error errMsg number errNum
  29986.     --enter statements to perform when no records are found such as...
  29987.     display dialog "Sorry, the item you selected could not be found."
  29988.     return
  29989. end try
  29990. All Packages
  29991. System Enabler 003 (LC III)OEDev.CD Apr 94
  29992. Dev.CD Jan 94
  29993. Dev.CD Oct 93
  29994. Dev.CD Jul 93
  29995. Dev.CD Apr 93PDDev.CD Apr 94
  29996. Dev.CD Jan 94
  29997. Dev.CD Oct 93
  29998. Dev.CD Jul 93
  29999. Dev.CD Apr 9V
  30000. 62326X
  30001. Apr 94
  30002. navigation
  30003. services
  30004. documents
  30005. mtiEi]B
  30006. {M{nH
  30007. nro`v6Z
  30008. nrruq'
  30009. b--set theItem to choose file -- uncomment to test in an AS editor
  30010.     tell application "Finder"
  30011.         open item "Dev.CD Oct 94"
  30012.         activate
  30013.     end tell
  30014. on error errMsg number errNum
  30015.     --enter statements to perform when no records are found such as...
  30016.     display dialog "Sorry, the item you selected could not be found."
  30017.     return
  30018. end try
  30019. deviceloop
  30020.  display dialog "Sorry, the item you selected could not be found."
  30021.     return
  30022. end try
  30023. e    No Changef
  30024. Network Managementq
  30025. Dev.CD May 00 TC
  30026. D!All Packages
  30027. Mac OS SDK Edition
  30028. SOMobjects
  30029.  for Mac OS
  30030. appleev
  30031. summary
  30032. application
  30033. exercises
  30034. copybits
  30035. copymask
  30036. summary
  30037. brochure
  30038. serves
  30039. foundation
  30040. explaining
  30041. summary
  30042. sample
  30043. demonstrates
  30044. palette
  30045. language
  30046. language
  30047. analysis
  30048. language
  30049. updater
  30050. language
  30051. updater
  30052. f/macos8
  30053. languages
  30054. laserwriter
  30055. laserwriter
  30056. laserwriter
  30057. 8.5.1gm
  30058. leaks
  30059. leaks
  30060. learning
  30061. learning
  30062. drive
  30063. verilog
  30064. libraryu
  30065. listmania
  30066. navigator
  30067. newsi
  30068. notesS
  30069. onescannerg
  30070. opp's
  30071. palette
  30072. parserV
  30073. performance
  30074. photoshop
  30075. player
  30076. plugins
  30077. postscript
  30078. primer
  30079. unlocking
  30080. unmangling
  30081. unmodified
  30082. unmount
  30083. unmount/mount
  30084. unmounted
  30085. unmounted/mounted
  30086. unmounting
  30087. unmountit
  30088. unresolved
  30089. unsupported
  30090. until
  30091. unusual
  30092. unversal
  30093. unwrapcommenttext
  30094. up-to-dateZ
  30095. upcoming
  30096. updateQ
  30097. update-based
  30098. updatedo
  30099. updated
  30100. 1/25/2000
  30101. updater
  30102. updatese
  30103. updatingb
  30104. upgrade
  30105. upgraded
  30106. upgrader
  30107. upgrades
  30108. upload
  30109. larkspur
  30110. laser
  30111. laserwriterj
  30112. laserwriteriisc
  30113. laserwriters
  30114. lasso
  30115. lastly
  30116. late-breaking
  30117. laterX
  30118. laterappleh
  30119. latestN
  30120. latest
  30121. specification
  30122. profiles
  30123. latitude
  30124. latter
  30125. launchB
  30126. launchapplication
  30127. launched
  30128. launcher
  30129. launches
  30130. launchingj
  30131. launchwithdoc
  30132. layouts
  30133. ldefproc0
  30134. leading
  30135. leading-edge
  30136. leadsj
  30137. leaks
  30138. learn
  30139. unmountprojector
  30140. unsupported
  30141. unsupported
  30142. libraries
  30143. untitled
  30144. untitled
  30145. 1.4mb
  30146. format
  30147. pdatedo
  30148. updated
  30149. documentation
  30150. updated
  30151. grayscale
  30152. appearanceo
  30153. updater
  30154. updates
  30155. updates
  30156. patches
  30157. updating
  30158. updating
  30159. drivers
  30160. upgrader
  30161. upgrader
  30162. 1.2.3
  30163. engines
  30164. upgrading
  30165. upgrading
  30166. bbedit
  30167. driver
  30168. software
  30169. locator
  30170. useful
  30171. useful
  30172. addmenu
  30173. script
  30174. manual
  30175. user's
  30176. usersy
  30177. userstartup
  30178. userstartup
  30179. goodies
  30180. using
  30181. utilities
  30182. utilities
  30183. utilities
  30184. utility
  30185. v1.5.2
  30186. v1.5.3
  30187. validator
  30188. validator
  30189. validator
  30190. documentation
  30191. validator
  30192. documentation
  30193. variable
  30194. variables
  30195. version
  30196. version
  30197. history
  30198. version
  30199. history
  30200. 61687X
  30201. Jan 99^
  30202. --set theItem to choose file -- uncomment to test in an AS editor
  30203.     tell application "Finder"
  30204.         open item "Dev.CD Jan 99 SDK1:Development Kits:Keychain SDK 1.0.1:"
  30205.         activate
  30206.     end tell
  30207. on error errMsg number errNum
  30208.     --enter statements to perform when no records are found such as...
  30209.     display dialog "Sorry, the item you selected could not be found."
  30210.     return
  30211. end try
  30212. Deletedf-keychain
  30213. password storage
  30214. passphrase
  30215. passwordq
  30216. Dev.CD Jan 99 SDK1
  30217. D!All Packages
  30218. Tool Chest Edition
  30219. KibitzI
  30220. Summary: Sample network chess application.
  30221. Features: Allows two users to play chess over the network via Apple Events.  Robust 7.0 sample application.
  30222. MPW 3.2, System 7
  30223. This package is System 7.0 compatible.J
  30224. Sample Code.imgK
  30225. Jan 92O
  30226. Dev.CD May 00 TC:Sample Code:P
  30227. Dev.CD May 00 TC
  30228.  - Sample CodeV
  30229. 61688X
  30230. May 00^
  30231. #erBook 2400cK
  30232. Aug 97M
  30233. Acrobat ReaderOGDev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:nge
  30234. dumpsy
  30235. dumpsrec
  30236. dumpster
  30237. duplicate
  30238. duplicated
  30239. duringZ
  30240. dutch
  30241. dykstra-erickson
  30242. dylan
  30243. dynamic
  30244. dynamically
  30245. dynamics
  30246. dynamo
  30247. quickdraw
  30248. viewer
  30249. thompson
  30250. easy-to-use
  30251. eaxmple
  30252. edgar
  30253. editX
  30254. edit-related
  30255. editable
  30256. editing
  30257. editionj
  30258. editorN
  30259. editor'sj
  30260. editors
  30261. edittext
  30262. edittextcdev
  30263. educationalj
  30264. effect
  30265. 62164X
  30266. May 00^
  30267. r--set theItem to choose file -- uncomment to test in an AS editor
  30268.     tell application "Finder"
  30269.         open item "Dev.CD May 00 TC:Sample Code:"
  30270.         activate
  30271.     end tell
  30272. on error errMsg number errNum
  30273.     --enter statements to perform when no records are found such as...
  30274.     display dialog "Sorry, the item you selected could not be found."
  30275.     return
  30276. end try
  30277. e    No Changeq
  30278. Dev.CD May 00 TC
  30279. D!All Packages
  30280. Tool Chest Edition
  30281. Snippets - Devices
  30282. (** = new, * = revised)
  30283. Audio CD:  An MPW Tool that allows you to start, stop, pause, and continue audio CD tracks.
  30284. CD Tracker:  Pascal snippet that gets info on Audio CD tracks
  30285. CDROMDriveCheck:  An MPW C tool that checks to see which SCSI IDs are AppleCD SC drives.  It makes a status call(97) to the AppleCD SC driver (only works with this driver).
  30286. CDTool:  An MPW Tool that controls a CD drive
  30287. Disable Power Off Key:  Extension demonstrating how to disable power key for turning off mac
  30288. seamlessly
  30289. searchb
  30290. searched
  30291. searchesh
  30292. searchingh
  30293. searchproc
  30294. secondly
  30295. secret
  30296. secretary
  30297. secrets
  30298. sectionj
  30299. sectionreport
  30300. sections
  30301. sectors
  30302. secure
  30303. securely
  30304. security
  30305. sedit
  30306. return
  30307. return
  30308. investment
  30309. business
  30310. processes
  30311. interactive
  30312. media
  30313. reverb
  30314. rgbforecolor
  30315. rhapsody
  30316. rhapsody
  30317. yellow
  30318. openstep
  30319. rhapsody
  30320. pages
  30321. ringQ
  30322. riser
  30323. robustness
  30324. rotation
  30325. router
  30326. routing
  30327. rules
  30328. runtime
  30329. sample
  30330. sample
  30331. sample
  30332. games
  30333. graphics
  30334. animation
  30335. sample
  30336. traffic
  30337. light
  30338. saving
  30339. scanner
  30340. scomP
  30341. screen
  30342. script\
  30343. scriptable\
  30344. goodies
  30345. graphics
  30346. grayscaleo
  30347. groupdrawing
  30348. guidep
  30349. e    No Changef
  30350. QuickTime
  30351. Dev.CD May 00 TC
  30352. All Packages
  30353. QuickDraw 3DO
  30354. Dev.CD Jan 96 SSWP
  30355. Dev.CD Jan 96 SSV
  30356. 61919X
  30357. Jan 96
  30358. f--set theItem to choose file -- uncomment to test in an AS editor
  30359.     tell application "Finder"
  30360.         open item "Dev.CD Jan 96 SSW"
  30361.         activate
  30362.     end tell
  30363. on error errMsg number errNum
  30364.     --enter statements to perform when no records are found such as...
  30365.     display dialog "Sorry, the item you selected could not be found."
  30366.     return
  30367. end try
  30368. All Packages
  30369. QuickDraw 3DO
  30370. Dev.CD Jan 96 SSWP
  30371. Dev.CD Jan 96 SSV
  30372. 61920X
  30373. Jan 96
  30374. f--set theItem to choose file -- uncomment to test in an AS editor
  30375.     tell application "Finder"
  30376.         open item "Dev.CD Jan 96 SSW"
  30377.         activate
  30378.     end tell
  30379. on error errMsg number errNum
  30380.     --enter statements to perform when no records are found such as...
  30381.     display dialog "Sorry, the item you selected could not be found."
  30382.     return
  30383. end try
  30384. All Packages
  30385.     Cbrously tested.  Use caution when using any version of ResEdit to which you have added this editor.
  30386. J-CODE editor for ResEdit 2.1
  30387. CODE editor NotesK
  30388. Nov 93NGResEdit 2.1 2.1.1 Code Disassembly Disassembler Viewer Editor RSSC HEXAOmDev.CD May 00 TC:Tool Chest:Developer Utilities:ResEdit 2.1.3:ResEdit Extensions:CODE Editor for ResEdit 2.1:P{Dev.CD May 00 TC
  30389.  - Tool Chest
  30390.  - Developer Utilities
  30391.  - ResEdit 2.1.3
  30392.  - ResEdit Extensions
  30393.  - CODE Editor for ResEdit 2.1mple
  30394. pages
  30395. htmlsample
  30396. htmlsample
  30397. htmlsample
  30398. human
  30399. human
  30400. interface
  30401. guidelines
  30402. human
  30403. interface
  30404. notes
  30405. humaninterfacetoolbo
  30406. hypercard
  30407. hypercard
  30408. update
  30409. installer
  30410. hypercard
  30411. toolkit
  30412. 1.0b2
  30413. hypercard
  30414. mactcp
  30415. toolkit
  30416. hypercard
  30417. player
  30418. hypercard
  30419. serial
  30420. toolkit
  30421. hypercard
  30422. video
  30423. toolkit
  30424. hytime
  30425. ideas
  30426. opportunities
  30427. O/Dev.CD Mar 00 RL Disk 2:Technical Publications:P1Dev.CD Mar 00 RL Disk 2
  30428.  - Technical Publicationscreator/file
  30429. crimes
  30430. criteria
  30431. critical
  30432. critically
  30433. critieria
  30434. cropping
  30435. cross-industry
  30436. cross-platformj
  30437. crucial
  30438. cryptic
  30439. cryptographic
  30440. culturej
  30441. cunningham
  30442. curbow
  30443. curious
  30444. current
  30445. current
  30446. release
  30447. mactcp
  30448. v2.0.6
  30449. mactcp
  30450. admin
  30451. v2.0.6
  30452. currently
  30453. cursive
  30454. cursor
  30455. cursordevice
  30456. cursordevicemanager
  30457. customchoose
  30458. customenabler
  30459. customer
  30460. customer's
  30461. customersj
  30462. customise
  30463. handles
  30464. xcmdsn
  30465. xfcnc
  30466. xfcns
  30467. 1.3.6
  30468. 1.0a13
  30469. zaptcp
  30470. zaptcp
  30471. 1.2.1
  30472. zoneranger
  30473. zoneranger
  30474. zoomed
  30475. zoomed
  30476. video
  30477. driver
  30478. zzportlist
  30479. zzportlist
  30480. 1-12/96k
  30481. 1-bit
  30482. 1.0.0d3
  30483. 1.0.1h
  30484. 1.0.2h
  30485. 1.0.3e
  30486. 1.0.6
  30487. 1.0.8
  30488. 1.0a5
  30489. 1.0b1
  30490. 1.0b2
  30491. 1.0d1
  30492. 1.0d8
  30493. 1.1.1
  30494. 1.1.2
  30495. 1.1.3
  30496. 1.1.4
  30497. 1.1.6
  30498. package
  30499. compatible
  30500. ive Adoption of OpenDoc; Business Feature: Launching a New Product
  30501. The Pop Rocket Story; Developer Outlook: Working With Composers in Multimedia.
  30502. Listings: The Internet Page.
  30503. August 1995 Apple Directions Articles
  30504. News Section: Strategy Mosaic (Strategy 1999, part 2); News (Power PC Performas; Newton DILs); Editor's Note (Global Mac Expansion); IndustryWatch (Cool Developments).
  30505. Technology:  CD Highlights; Human Interface (Information); Apple Color LaserWr
  30506. iter 12/600 PS; OpenDoc Human Interface FAQs.
  30507. Market Research Monthly (Apple Cross-Platform Strategy); Marketing Feature (Saving Packaging Costs & the Environment); Developer Outlook (Benefits of AppleScript).
  30508. July 1995 Apple Directions Articles
  30509. News Section: Strategy Mosaic (Strategy 1999, part 1); News (Power Macintosh 9500; Denali; QuickTime VR & Apple Media Kit; Newton European Developer Programs; New Printers; QuickDraw 3D Beta); Editor's Note (WWDC Highlights).
  30510. Technology:  CD Hi
  30511. 61726X
  30512. Apr 00^
  30513. --set theItem to choose file -- uncomment to test in an AS editor
  30514.     tell application "Finder"
  30515.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Macintosh Drag and Drop:"
  30516.         activate
  30517.     end tell
  30518. on error errMsg number errNum
  30519.     --enter statements to perform when no records are found such as...
  30520.     display dialog "Sorry, the item you selected could not be found."
  30521.     return
  30522. end try
  30523. e    No Changeq
  30524. Dev.CD Apr 00 SDK1
  30525. D!All Packages
  30526. Mac OS SDK Edition
  30527. Macintosh Easy Open 1.1.1
  30528.      open item "Dev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:NuBusTester:"
  30529.         activate
  30530.     end tell
  30531. on error errMsg number errNum
  30532.     --enter statements to perform when no records are found such as...
  30533.     display dialog "Sorry, the item you selected could not be found."
  30534.     return
  30535. end try
  30536. e    No Changeq
  30537. Dev.CD May 00 TC
  30538. +D!All Packages
  30539. Tool Chest Edition
  30540. Object Pascal to C++ Tipsibility opens up a world of new possibilities, a
  30541. MPDelayUntilTestI?This is an application to test/demo the MT/MP MPDelayUntil API.J:MPDelayUntilTest
  30542. MPDelayUntilTest.c
  30543. MPDelayUntilTest.
  30544. Pro2K
  30545. May 00M
  30546. Mac OS 8.6+, MP 2.0N
  30547. MultiTasking, MultiProcessingODDev.CD May 00 TC:What's New?:Sample Code:Processes:MPDelayUntilTest:PODev.CD May 00 TC
  30548.  - What's New?
  30549.  - Sample Code
  30550.  - Processes
  30551.  - MPDelayUntilTestV
  30552. 61760X
  30553. May 00^
  30554. --set theItem to choose file -- uncomment to test in an AS editor
  30555.     tell application "Finder"
  30556.         open item "Dev.CD May 00 TC:What's New?:Sample Code:Processes:MPDelayUntilTest:"
  30557.         activate
  30558.     end tell
  30559. on error errMsg number errNum
  30560.     --enter statements to perform when no records are found such as...
  30561.     display dialog "Sorry, the item you selected could not be found."
  30562.     return
  30563. end try
  30564. New Packagef
  30565. MultiTasking
  30566. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  30567. Dev.CD May 00 TC
  30568. D!All Packages
  30569. Tool Chest Edition
  30570. MPHelloWorld (Pascal)
  30571. All Packages
  30572. All Packages
  30573. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  30574. Dev.CD Jan 94
  30575. Dev.CD Oct 93
  30576. Dev.CD Jul 93
  30577. Dev.CD Apr 93PDDev.CD Apr 94
  30578. Dev.CD Jan 94
  30579. Dev.CD Oct 93
  30580. Dev.CD Jul 93
  30581. Dev.CD Apr 9V
  30582. 62496X
  30583. Apr 94
  30584. --set theItem to choose file -- uncomment to test in an AS editor
  30585.     tell application "Finder"
  30586.         open item "Dev.CD Apr 94
  30587. Dev.CD Jan 94
  30588. Dev.CD Oct 93
  30589. Dev.CD Jul 93
  30590. Dev.CD Apr 93"
  30591.         activate
  30592.     end tell
  30593. on error errMsg number errNum
  30594.     --enter statements to perform when no records are found such as...
  30595.     display dialog "Sorry, the item you selected could not be found."
  30596.     return
  30597. end try
  30598. All Packages
  30599. System Enabler 403 (LC 520)O)Dev.CD Apr 94
  30600. Dev.CD Jan 94
  30601. Dev.CD Oct 93P(Dev.CD Apr 94
  30602. Dev.CD Jan 94
  30603. Dev.CD Oct 9V
  30604. 62497X
  30605. Apr 94
  30606. editorN
  30607. editor'sj
  30608. editors
  30609. educationalj
  30610. effect
  30611. ployj
  30612. emptied
  30613. emulator
  30614. enableq
  30615. the hierarchical lists described in Issue 18 (and other custom list types) in PowerPlant, CodeWarrior
  30616. s object-oriented framework.
  30617. Balance of Power:  Introducing PowerPC Assembly Language by Dave Evans.  You won
  30618. t often need to write it, but you
  30619. ll surely have to read it and debug it. Get the basics here.
  30620. MPW Tips and Tricks:  Launching MPW Faster Than a Speeding Turtle by Tim Maroney.  The first installment of a new column to help you get the most out of MPW. This time: speeding up MPW
  30621. s launching.
  30622. Print Hints:  Writing QuickDraw GX Drivers With Custom I/O and Buffering by Dave Hersey.  Here
  30623. s what you
  30624. ll need to know to write a QuickDraw GX driver that uses custom I/O or buffering schemes.
  30625. Somewhere in QuickTime:  Choosing the Right Codec by John Wang.  Compressor/decompressor components vary widely in their capabilities and limitations. Learn how to pick the right one.
  30626. The Art of Human Computing:  Finger-Coded Binary by Tobias Engler.  Trapped in the wilderness with
  30627. 601 Processor Upgrade EnablerO
  30628. Dev.CD Jul 95P
  30629. Dev.CD Jul 9V
  30630. 61372X
  30631. Jul 95
  30632. b--set theItem to choose file -- uncomment to test in an AS editor
  30633.     tell application "Finder"
  30634.         open item "Dev.CD Jul 95"
  30635.         activate
  30636.     end tell
  30637. on error errMsg number errNum
  30638.     --enter statements to perform when no records are found such as...
  30639.     display dialog "Sorry, the item you selected could not be found."
  30640.     return
  30641. end try
  30642. All Packages
  30643. 601 Processor Upgrade EnablerO
  30644. Dev.CD Jul 95P
  30645. Dev.CD Jul 9V
  30646. 61373X
  30647. Jul 95
  30648. b--set theItem to choose file -- uncomment to test in an AS editor
  30649.     tell application "Finder"
  30650.         open item "Dev.CD Jul 95"
  30651.         activate
  30652.     end tell
  30653. on error errMsg number errNum
  30654.     --enter statements to perform when no records are found such as...
  30655.     display dialog "Sorry, the item you selected could not be found."
  30656.     return
  30657. end try
  30658. All Packages
  30659. 601 Processor Upgrade EnablerO
  30660. Dev.CD Jul 95P
  30661. Dev.CD Jul 9V
  30662. 61374X
  30663. ccur when copying these individual bands and to provide one possible solution.
  30664. CalcCMask & CalcMask:  This snippet shows how to use both CalcCMask and CalcMask to create a mask given a source bitmap image. This is similar to the lasso tool found in many drawing apps.
  30665. ClutWind:  Displays a window that shows the colors in the color table associated with the device the window is on top of.
  30666. CollectPictColors:  This application demonstrates two methods of collecting colors used by Pict resou
  30667. rces: the Picture Utilities package and Jon Zap's KnowsPict application. Each method gives different results.
  30668. Color Marquee:  The proverbial marching ants, this time in red!
  30669. Color Picker:  This app provides a quick example of how to change palette colors using the Color Picker Package. The program simply creates a palette, attaches it to a window, then calls color picker routines whenever a user clicks in the window to change a color
  30670. ColorizePict:  Snippet to illustrate how to use CopyB
  30671.     Dd System 7.0 and are fully explained in the Technical Note "Toolbox - TB 37 - Pending Update Perils".
  30672. Sample Code.imgK
  30673. Jan 96O
  30674. Dev.CD May 00 TC:Sample Code:P
  30675. Dev.CD May 00 TC
  30676.  - Sample Code        open item "Dev.CD Jul 96 SSW"
  30677.         activate
  30678.     end tell
  30679. on error errMsg number errNum
  30680.     --enter statements to perform when no records are found such as...
  30681.     display dialog "Sorry, the item you selected could not be found."
  30682.     return
  30683. end try
  30684. All Packages
  30685. System 7.5 Update 2.0O
  30686. Dev.CD Jul 96 SSWP
  30687. Dev.CD Jul 96 SSV
  30688. 61034X
  30689. Jul 96
  30690. f--set theItem to choose file -- uncomment to test in an AS editor
  30691.     tell application "Finder"
  30692.         open item "Dev.CD Jul 96 SSW"
  30693.         activate
  30694.     end tell
  30695. on error errMsg number errNum
  30696.     --enter statements to perform when no records are found such as...
  30697.     display dialog "Sorry, the item you selected could not be found."
  30698.     return
  30699. end try
  30700. All Packages
  30701. System 7.5 Update 2.0V
  30702. 61035X
  30703. Dev.CD May 00 TC:Sample Code:P
  30704. Dev.CD May 00 TC
  30705.  - Sample CodeV
  30706. 61639X
  30707. May 00^
  30708. r--set theItem to choose file -- uncomment to test in an AS editor
  30709.     tell application "Finder"
  30710.         open item "Dev.CD May 00 TC:Sample Code:"
  30711.         activate
  30712.     end tell
  30713. on error errMsg number errNum
  30714.     --enter statements to perform when no records are found such as...
  30715.     display dialog "Sorry, the item you selected could not be found."
  30716.     return
  30717. end try
  30718. Movedf+hide MenuBar corners desktop Finder GrayRgnq
  30719. Dev.CD May 00 TC
  30720. D!All Packages
  30721. Tool Chest Edition
  30722. HITEC (super front end to VU)
  30723.     rNum
  30724.     --enter statements to perform when no records are found such as...
  30725.     display dialog "Sorry, the item you selected could not be found."
  30726.     return
  30727. end try
  30728. e    No Changef5Open Transport
  30729. no-copy receives
  30730. OTBuffer
  30731. OTBufferInfoq
  30732. Dev.CD May 00 TC
  30733. )D!All Packages
  30734. Tool Chest Edition
  30735. NuBus Tester: Stalking the Wild Defect by Dave Evans.  A tour through the dangerously t
  30736. reusable
  30737. reusej
  30738. reusing
  30739. reuter
  30740. revealed
  30741. revert
  30742. revised[
  30743. revisionw
  30744. revisited
  30745. revolution
  30746. rewrite
  30747. rewritten
  30748. rgbforecolor
  30749. rhapsody
  30750. rhapsody
  30751. developer
  30752. documentation
  30753. rhapsody
  30754. pages
  30755. ricardo
  30756. richard
  30757. richery
  30758. rightZ
  30759. corporate
  30760. corporation
  30761. correct
  30762. corrects
  30763. correlate
  30764. correspondence
  30765. corresponding
  30766. corresponds
  30767. corruption
  30768. cosmetic
  30769. costly
  30770. costsj
  30771. couldX
  30772. Object Pascal, assembler, Rez, and Fortran source files.  See the file "PopupFuncs Notes.c" for details.
  30773. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  If you have questions or problems, the authors encourage you to contact them as follows:
  30774. Postal:    Bare Bones Software, Inc.
  30775.       P.O. Box 108
  30776.       Bedford, MA  01730-0108
  30777. Phone:    +1 508 651 3561
  30778. Fax:      +1 508 651 7584
  30779. WWW:      htC`tp://www.tiac.net/biz/bbsw/
  30780. Internet:    bbsw@netcom.com
  30781. CIS:    73051,3255
  30782. eWorld:    BareBones
  30783. JY!NOT AN APPLE PRODUCT!
  30784. PopupFuncs 2.6.1 Installer
  30785. PopupFuncs Notes.c
  30786. Source Masher
  30787. xPop 
  30788. Sep 95L
  30789. Jan 96OADev.CD May 00 TC:Tool Chest:Developer Utilities:PopupFuncs 2.6.1:PIDev.CD May 00 TC
  30790.  - Tool Chest
  30791.  - Developer Utilities
  30792.  - PopupFuncs 2.6.1m you selected could not be found."
  30793.     return
  30794. end try
  30795. All Packages
  30796. System Enabler 111 (PB 160/180)O
  30797. Dev.CD Apr 93V
  30798. 54950X
  30799. b--set theItem to choose file -- uncomment to test in an AS editor
  30800.     tell application "Finder"
  30801.         open item "Dev.CD Jul 95"
  30802.         activate
  30803.     end tell
  30804. on error errMsg number errNum
  30805.     --enter statements to perform when no records are found such as...
  30806.     display dialog "Sorry, the item you selected could not be found."
  30807.     return
  30808. end try
  30809.  few of which are explored in this article. 
  30810. 64-Bit Integer Math on 680x0 Machines  by Dale Semchishen.  There
  30811. s a 64-bit library built into the Toolbox on the Power Macintosh, and there
  30812. s also one built into QuickDraw GX. Finally, here
  30813. s a library that will work on any Macintosh, using built-in routines if available.
  30814. GRAPHICAL TRUFFLES:  Dynamic Display Dilemmas  by Kent Miller and Cameron Esfahani.  How your application can live copacetically with the Display Manager.
  30815. MPW TIPS AND TRI
  30816. CKS:  Scripted Text Editing  by Tim Maroney.  An overview of MPW
  30817. s powerful, scriptable text editing capabilities. 
  30818. ACCORDING TO SCRIPT:  Attaching and Embedding Scripts by Cal Simone.  Integrating scripts in your application can have a big payoff for your users.
  30819. PRINT HINTS:  The Top 10 Printing Crimes Revisited by Dave Polaschek.  Despite our best efforts, developers continue to commit printing crimes. We
  30820. re not giving up.
  30821. BALANCE OF POWER:  Sleuthing Through Your Code  by Dave Evans.
  30822. anti-viral
  30823. antlr
  30824. app'sp
  30825. appearo
  30826. appearanced
  30827. appeared
  30828. appearing
  30829. appendages
  30830. appendditl
  30831. appendix
  30832. appendixesw
  30833. appleO
  30834. De    No Changef#Open Transport
  30835. mapper
  30836. MapperRefq
  30837. Dev.CD May 00 TC
  30838. ED!All Packages
  30839. Tool Chest Edition
  30840. OTPingSampleIgThis sample is a quick demonstration of how to implement ping on top of the Open Transport native APIs.J
  30841. Sample Code.imgK
  30842. Sep 96L
  30843. Jun 98M#Any machine running Open Transport.N%open transport, ot, ping, icmp, rawipO
  30844. Dev.CD May 00 TC:Sample Code:P
  30845. Dev.CD May 00 TC
  30846.  - Sample CodeV
  30847. 61820X
  30848. May 00^
  30849. r--set theItem to choose file -- uncomment to test in an AS editor
  30850.     tell application "Finder"
  30851.         open item "Dev.CD May 00 TC:Sample Code:"
  30852.         activate
  30853.     end tell
  30854. on error errMsg number errNum
  30855.     --enter statements to perform when no records are found such as...
  30856.     display dialog "Sorry, the item you selected could not be found."
  30857.     return
  30858. end try
  30859. e    No Changef!open transport
  30860. rawipq
  30861. Dev.CD May 00 TC
  30862. FD!All Packages
  30863. Tool Chest Edition
  30864. OTSimpleDownloadHTTPnd try
  30865. All Packages
  30866. System 7.5 Update 2.0V
  30867. 59807X
  30868. 61437X
  30869. May 00^
  30870. --set theItem to choose file -- uncomment to test in an AS editor
  30871.     tell application "Finder"
  30872.         open item "Dev.CD May 00 TC:Tool Chest:Networking:AppleTalk and PPP:"
  30873.         activate
  30874.     end tell
  30875. on error errMsg number errNum
  30876.     --enter statements to perform when no records are found such as...
  30877.     display dialog "Sorry, the item you selected could not be found."
  30878.     return
  30879. end try
  30880. e    No Changeq
  30881. Dev.CD May 00 TC
  30882. GD!All Packages
  30883. Mac OS SDK Edition
  30884.  folder contains:
  30885.  the current release of AppleTalk Connection for Macintosh (version 1.1),
  30886.  the current release of AppleTalk Administration for Macintosh (version 1.1)
  30887. IMPORTANT NOTES
  30888. AppleTalk Connection installs the version 1.1.2 of the
  30889. Apple Shared Library Manager. Do not use AppleTalk Connection version 1.1 or AppleTalk Administration version 1.1 with an older version of Apple Shared Library Manager.
  30890. AppleTalk Connection relies on the latest release of MacSNMP vease of MacSNMP v
  30891. b--set theItem to choose file -- uncomment to test in an AS editor
  30892.     tell application "Finder"
  30893.         open item "Dev.CD Jan 94"
  30894.         activate
  30895.     end tell
  30896. on error errMsg number errNum
  30897.     --enter statements to perform when no records are found such as...
  30898.     display dialog "Sorry, the item you selected could not be found."
  30899.     return
  30900. end try
  30901. ndPlay:  This application records the sound into two buffers and as one buffer is recording the other buffer is played using SndPlay.
  30902. BufCallback:  This code demonstrates the use of a call back routine with the sound!
  30903. optimizing
  30904. option
  30905. option
  30906. management
  30907. ordered
  30908. ordered
  30909. collection
  30910. Mar 92L
  30911. Nov 94O9Dev.CD May 00 TC:Tool Chest:Networking:AppleTalk and PPP:PADev.CD May 00 TC
  30912.  - Tool Chest
  30913.  - Networking
  30914.  - AppleTalk and PPPCD Jan 94
  30915. Dev.CD Oct 93
  30916. Dev.CD Jul 93
  30917. Dev.CD Apr 9V
  30918. 61233X
  30919. Apr 94
  30920. --set theItem to choose file -- uncomment to test in an AS editor
  30921.     tell application "Finder"
  30922.         open item "Dev.CD Apr 94
  30923. Dev.CD Jan 94
  30924. Dev.CD Oct 93
  30925. Dev.CD Jul 93
  30926. Dev.CD Apr 93"
  30927.         activate
  30928.     end tell
  30929. on error errMsg number errNum
  30930.     --enter statements to perform when no records are found such as...
  30931.     display dialog "Sorry, the item you selected could not be found."
  30932.     return
  30933. end try
  30934. All Packages
  30935. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  30936. Dev.CD Jan 94
  30937. Dev.CD Oct 93
  30938. Dev.CD Jul 93
  30939. Dev.CD Apr 93PDDev.CD Apr 94
  30940. Dev.CD Jan 94
  30941. Dev.CD Oct 93
  30942. Dev.CD Jul 93
  30943. Dev.CD Apr 9V
  30944. 61234X
  30945. Apr 94
  30946. All Packages
  30947. F    PowerTalkV
  30948. 51898X
  30949. |PLDev.CD May 00 TC
  30950.  - Tool Chest
  30951.  - OS Utilities
  30952.  - Gestalt Selectors List 4.3   tell application "Finder"
  30953.         open item "Dev.CD May 00 TC:Sample Code:"
  30954.         activate
  30955.     end tell
  30956. on error errMsg number errNum
  30957.     --enter statements to perform when no records are found such as...
  30958.     display dialog "Sorry, the item you selected could not be found."
  30959.     return
  30960. end try
  30961. suchQ
  30962. suffer
  30963. suffix
  30964. suggested
  30965. suggestions
  30966. suitj
  30967. suitability
  30968. wereo
  30969. what_
  30970. aegizmos_
  30971. appear
  30972. where
  30973. location
  30974. memory
  30975. This demo program shows how to display any QuickTime content within a java.awt display space using the QTCanvas. It also demonstrates the use of the different resize options of the QTCanvas (with the QTCanvas' alignment set to centre it in the display space).
  30976. Sample Code.imgK
  30977. Feb 00
  30978. - Common
  30979.     - Sun Compliant Java Runtime Environment 1.1
  30980.     - QuickTime 3 
  30981.     - QTJava.zip
  30982.     - QTJava media samples
  30983. - Mac OS:
  30984.     - System 8 or later
  30985.     - Macintosh Runtime for Java (MRJ) 2.1
  30986. - Windows 95, 98, or NT::
  30987.     - JRE/JDK from Sun Microsystems, Inc. recommended
  30988. QuickTime, Java, MRJO
  30989. Dev.CD May 00 TC:Sample Code:P
  30990. Dev.CD May 00 TC
  30991.  - Sample Code
  30992. installer
  30993. 4.0.8
  30994. installer
  30995. drivers
  30996. installer
  30997. licensing
  30998. installer
  30999. 1.2.3
  31000. installing
  31001. installing
  31002. opendoc
  31003. simple
  31004. sample
  31005. which
  31006. demonstrates
  31007. setdeskcpa
  31008. simpleapp
  31009. simplechooser
  31010. simpleinit
  31011. simpler
  31012. simplest
  31013. simpletexto
  31014. simplified
  31015. simplifies
  31016. simplify
  31017. simply
  31018. simulate
  31019. simulates
  31020. simulation
  31021. simulator
  31022. simultaneous
  31023. simultaneously
  31024. since
  31025. singlep
  31026. single-link
  31027. sitei
  31028. wdefs
  31029. we'll
  31030. Help XFCN 1.4
  31031. Summary:  This XFCN allows the HyperTalk scripter to display Help Balloons in a stack.  A demonstration stack, source code, and complete documentation is provided.
  31032.   A simple way to display Help Balloons for objects on a card.  Great way to aid your stack user.  Balloon location and content is controlled by XFCN parameters.  Various options allow you to alter the balloon shape and its hotrect.
  31033. Features:  This is version 1.4.  The developer CD has 1.2d1.  New features include supporting baB?lloon text in a STR# resource and a fix to stop "Write to NIL".
  31034. JEbuildXCMD
  31035. Help XFCN RN 1.4
  31036. helpLab
  31037. makefileHelp
  31038. makeout
  31039. object
  31040. sourceK
  31041. Vol VIIL
  31042. Aug 93M
  31043. HyperCard 2.1, System 7N
  31044. HyperCard, Help, BalloonsO[Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:PiDev.CD May 00 TC
  31045.  - Tool Chest
  31046.  - Development Kits
  31047.  - HyperCard Related
  31048.  - XCMDs & XFCNs
  31049.  - Help XFCN 1.4V
  31050. 61637X
  31051. 1vel 2 printers can accept JPEG-compressed image data direct
  31052. 61754X
  31053. May 00^
  31054. r--set theItem to choose file -- uncomment to test in an AS editor
  31055.     tell application "Finder"
  31056.         open item "Dev.CD May 00 TC:Sample Code:"
  31057.         activate
  31058.     end tell
  31059. on error errMsg number errNum
  31060.     --enter statements to perform when no records are found such as...
  31061.     display dialog "Sorry, the item you selected could not be found."
  31062.     return
  31063. end try
  31064. e    No Changef(File Manager
  31065. Desktop Manager
  31066. Sample Codeq
  31067. Dev.CD May 00 TC
  31068. D!All Packages
  31069. Tool Chest Edition
  31070. MoreFinderEvents
  31071.     e Code:P
  31072. Dev.CD May 00 TC
  31073.  - Sample Code   tell application "Finder"
  31074.         open item "Dev.CD Jan 96 SSW"
  31075.         activate
  31076.     end tell
  31077. on error errMsg number errNum
  31078.     --enter statements to perform when no records are found such as...
  31079.     display dialog "Sorry, the item you selected could not be found."
  31080.     return
  31081. end try
  31082. All Packages
  31083. QuickDraw 3DO
  31084. Dev.CD Jan 96 SSWP
  31085. Dev.CD Jan 96 SSV
  31086. 59447X
  31087. Jan 96
  31088. he grayscale appearance specif
  31089. --set theItem to choose file -- uncomment to test in an AS editor
  31090.     tell application "Finder"
  31091.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Euro Distributors/Localizers:"
  31092.         activate
  31093.     end tell
  31094. on error errMsg number errNum
  31095.     --enter statements to perform when no records are found such as...
  31096.     display dialog "Sorry, the item you selected could not be found."
  31097.     return
  31098. end try
  31099.  generates a log file with all the subsection inBzformation that passes through this filter. The log file has a .dsc suffix and is written to your Job Documentation Folder.
  31100. J8Headers and Stub Libraries:
  31101. SampleFilter:
  31102. SectionReport:K
  31103. Dec 99M
  31104. LaserWriter 8.7N
  31105. Printing, PostScript, FilterORDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Printing:PostScript Output Filters:P]Dev.CD Mar 00 RL Disk 1
  31106.  - What's New
  31107.  - Sample Code
  31108.  - Printing
  31109.  - PostScript Output Filters
  31110. --set theItem to choose file -- uncomment to test in an AS editor
  31111.     tell application "Finder"
  31112.         open item "Dev.CD Apr 94
  31113. Dev.CD Jan 94
  31114. Dev.CD Oct 93
  31115. Dev.CD Jul 93
  31116. Dev.CD Apr 93"
  31117.         activate
  31118.     end tell
  31119. on error errMsg number errNum
  31120.     --enter statements to perform when no records are found such as...
  31121.     display dialog "Sorry, the item you selected could not be found."
  31122.     return
  31123. end try
  31124. managerN
  31125. administration
  31126. appletalk
  31127. administration
  31128. 1.0.2
  31129. appletalk
  31130. connection
  31131. appletalk
  31132. connection
  31133. 1.0.2
  31134. goodies
  31135. gopher
  31136. gotcha
  31137. gotchas
  31138. gough
  31139. gourdol
  31140. governed
  31141. CD May 00 TC:Sample Code:"
  31142.         activate
  31143.     end tell
  31144. on error errMsg number errNum
  31145.     --enter statements to perform when no records are found such as...
  31146.     display dialog "Sorry, the item you selected could not be found."
  31147.     return
  31148. end try
  31149. Updatedf
  31150. Sample
  31151. DTSo0http://developer.apple.com/samplecode/index.htmlq
  31152. Dev.CD May 00 TC
  31153. }D!All Packages
  31154. Tool Chest Edition
  31155. Scrap Color 1.0
  31156.     cation demonstrating the use of the AppleTalk Data Stream Protocol (ADSP).
  31157. AFP C++:  A C++ class that provides an interface to the Appletalk Filing Protocols (AFP) as documented in Chapter 13 of Inside AppleTalk.  Each of the classes' methods corresponds to an AFP call.
  31158. AppleTalk Libraries:  A set of AppleTalk librariesthat features Name Binding Protocol,  Zone Information Protocol,  AppleTalk Filing Protocol, and more
  31159. All Packages
  31160. System 7.5 Update 2.0O
  31161. Dev.CD Jul 96 SSWP
  31162. Dev.CD Jul 96 SSV
  31163. 62276X
  31164. Jul 96
  31165. f--set theItem to choose file -- uncomment to test in an AS editor
  31166.     tell application "Finder"
  31167.         open item "Dev.CD Jul 96 SSW"
  31168.         activate
  31169.     end tell
  31170. on error errMsg number errNum
  31171.     --enter statements to perform when no records are found such as...
  31172.     display dialog "Sorry, the item you selected could not be found."
  31173.     return
  31174. end try
  31175. All Packages
  31176. System 7.5 Update 2.0O
  31177. Dev.CD Jul 96 SSWP
  31178. Dev.CD Jul 96 SSV
  31179. 62277X
  31180. Jul 96
  31181. f--set theItem to choose file -- uncomment to test in an AS editor
  31182.     tell application "Finder"
  31183.         open item "Dev.CD Jul 96 SSW"
  31184.         activate
  31185.     end tell
  31186. on error errMsg number errNum
  31187.     --enter statements to perform when no records are found such as...
  31188.     display dialog "Sorry, the item you selected could not be found."
  31189.     return
  31190. end try
  31191. All Packages
  31192. System 7.5 Update 2.0V
  31193. 62278X
  31194. All Packages
  31195. QuickDraw 3DO
  31196. Dev.CD Jan 96 SSWP
  31197. Dev.CD Jan 96 SSV
  31198. 61924X
  31199. Jan 96
  31200. f--set theItem to choose file -- uncomment to test in an AS editor
  31201.     tell application "Finder"
  31202.         open item "Dev.CD Jan 96 SSW"
  31203.         activate
  31204.     end tell
  31205. on error errMsg number errNum
  31206.     --enter statements to perform when no records are found such as...
  31207.     display dialog "Sorry, the item you selected could not be found."
  31208.     return
  31209. end try
  31210. All Packages
  31211. QuickDraw 3DO
  31212. Dev.CD Jan 96 SSWP
  31213. Dev.CD Jan 96 SSV
  31214. 61925X
  31215. Jan 96
  31216. f--set theItem to choose file -- uncomment to test in an AS editor
  31217.     tell application "Finder"
  31218.         open item "Dev.CD Jan 96 SSW"
  31219.         activate
  31220.     end tell
  31221. on error errMsg number errNum
  31222.     --enter statements to perform when no records are found such as...
  31223.     display dialog "Sorry, the item you selected could not be found."
  31224.     return
  31225. end try
  31226. All Packages
  31227. QuickDraw 3DO
  31228. Dev.CD Jan 96 SSWV
  31229. 61926X
  31230. nubus
  31231. number
  31232. number
  31233. formatting
  31234. resedit
  31235. localization
  31236. object
  31237. object
  31238. disassembly
  31239. ultraslimfast
  31240. dumpobj
  31241. object-orientedY
  31242. objective-c
  31243. objects
  31244. ctsupportlib
  31245. macodbc
  31246. database
  31247. connectivity
  31248. drivers
  31249. network
  31250. middlewar
  31251. off-screen
  31252. opaque
  31253. choose
  31254. folder
  31255. navigation
  31256. services
  31257. transport
  31258. cache
  31259. delete
  31260. query
  31261. transport
  31262. resource
  31263. codewarrior
  31264. ethern
  31265. transport
  31266. debug
  31267. transport
  31268. kernel
  31269. strlog
  31270. debug
  31271. streams
  31272. transport
  31273. appletalk
  31274. rawmode
  31275. nbplookup
  31276. otlookup
  31277. transport
  31278. mapper
  31279. mapperref
  31280. transport
  31281. netstat
  31282. display
  31283. cache
  31284. logical
  31285. physic
  31286. transport
  31287. networking
  31288. appletalk
  31289. tcp/ip
  31290. Dev.CD May 00 TC:Sample Code:P
  31291. Dev.CD May 00 TC
  31292.  - Sample CodeV
  31293. 62545X
  31294. May 00^
  31295. r--set theItem to choose file -- uncomment to test in an AS editor
  31296.     tell application "Finder"
  31297.         open item "Dev.CD May 00 TC:Sample Code:"
  31298.         activate
  31299.     end tell
  31300. on error errMsg number errNum
  31301.     --enter statements to perform when no records are found such as...
  31302.     display dialog "Sorry, the item you selected could not be found."
  31303.     return
  31304. end try
  31305. e    No Changef
  31306. QuickTime
  31307. Dev.CD May 00 TC
  31308. D(All Packages
  31309. Reference Library Edition
  31310. Toolbox Assistant
  31311.     v.CD Apr 94
  31312. Dev.CD Jan 94
  31313. Dev.CD Oct 93
  31314. Dev.CD Jul 93
  31315. Dev.CD Apr 9V
  31316. 58565X
  31317. Apr 94
  31318.     tell application "Finder"
  31319.         open item "Dev.CD Nov 96 TC"
  31320.         activate
  31321.     end tell
  31322. on error errMsg number errNum
  31323.     --enter statements to perform when no records are found such as...
  31324.     display dialog "Sorry, the item you selected could not be found."
  31325.     return
  31326. end try
  31327. All Packages
  31328. 62179X
  31329. May 00^
  31330. r--set theItem to choose file -- uncomment to test in an AS editor
  31331.     tell application "Finder"
  31332.         open item "Dev.CD May 00 TC:Sample Code:"
  31333.         activate
  31334.     end tell
  31335. on error errMsg number errNum
  31336.     --enter statements to perform when no records are found such as...
  31337.     display dialog "Sorry, the item you selected could not be found."
  31338.     return
  31339. end try
  31340. e    No Changeq
  31341. Dev.CD May 00 TC
  31342. D!All Packages
  31343. Tool Chest Edition
  31344. SNMP Development
  31345. Summary:  Contains documentation, header files and test utilities to enable developers to write SNMP agents.  Support for the SNMP network management protocol.  How to write an SNMP management agent for your application or service. Not just for networking but for all applications.
  31346. Issues:  Redistribution license required from Apple if you want to ship the MacSNMP. No license required to ship SNMP agents by themselves
  31347. 1e    No Change
  31348. color
  31349. controls
  31350. window
  31351. table
  31352. 62536X
  31353. Mar 00^    RL Disk 2
  31354. --set theItem to choose file -- uncomment to test in an AS editor
  31355.     tell application "Finder"
  31356.         open item "Dev.CD Mar 00 RL Disk 2:Technical Publications:quicktime:"
  31357.         activate
  31358.     end tell
  31359. on error errMsg number errNum
  31360.     --enter statements to perform when no records are found such as...
  31361.     display dialog "Sorry, the item you selected could not be found."
  31362.     return
  31363. end try
  31364. e    No Changef=QuickTime
  31365. video
  31366. sound
  31367. virtual reality
  31368. QuickTime 3
  31369. graphics
  31370. /A<http://developer.apple.com/techpubs/quicktime/quicktime.html
  31371. Dev.CD Mar 00 RL Disk 2
  31372. D(All Packages
  31373. Reference Library Edition
  31374. F Technical Publications: Rhapsody
  31375. ideas
  31376. opportunities
  31377. Jul 98M
  31378. Acrobat Reader 3.0N]traversing related tables, referential integrity rules, validation and reformatting, databaseO/Dev.CD Apr 00 SDK1:Interactive Media Resources:P1Dev.CD Apr 00 SDK1
  31379.  - Interactive Media Resources
  31380. JTObject
  31381. Read ME 2.0
  31382. Readme 2.1.1
  31383. SetupProj
  31384. Source
  31385. StdFileSaver
  31386. wDev registration infoK
  31387. Vol VIIIL
  31388. Nov 96M*MPW with SC. Can only be compiled for 68K.N!printers drivers sample code pictO:Dev.CD May 00 TC:Tool Chest:Printing:STD File Saver 2.1.1:PBDev.CD May 00 TC
  31389.  - Tool Chest
  31390.  - Printing
  31391.  - STD File Saver 2.1.1V
  31392. 62198X
  31393. May 00^
  31394. --set theItem to choose file -- uncomment to test in an AS editor
  31395.     tell application "Finder"
  31396.         open item "Dev.CD May 00 TC:Tool Chest:Printing:STD File Saver 2.1.1:"
  31397.         activate
  31398.     end tell
  31399. on error errMsg number errNum
  31400.     --enter statements to perform when no records are found such as...
  31401.     display dialog "Sorry, the item you selected could not be found."
  31402.     return
  31403. end try
  31404. e    No Changef!printers drivers sample code pictq
  31405. Dev.CD May 00 TC
  31406. StopXPP dcmdI
  31407. Summary: The StopXPP dcmd attempts to close all open ASP (and thus AFP) sessions with an asyncronous closeAll call to the .XPP driver.J
  31408. Networks.imger.J
  31409. Networks.img Change
  31410. gly, which can greatly improve printing speed. Here
  31411. s what you need to know to take advantage of this ability.
  31412. The New Device Drivers: Memory Matters by Martin Minow. Using PrepareMemoryForIO to set up memory for data transfers to or from other devices is a complex 
  31413.  but very important 
  31414.  process. This walkthrough points out traps and pitfalls along the way.
  31415. JEdevelop Issue 24:
  31416. develop Issue 24 code:
  31417. develop Issue 24 references:K
  31418. Dec 95L
  31419. Dec 95OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 24:PQDev.CD Mar 00 RL Disk 1
  31420.  - Technical Documentation
  31421.  - Develop
  31422.  - develop Issue 24
  31423. drivers
  31424. dumpobj
  31425. duplication
  31426. content
  31427. development
  31428. entertainment
  31429. consumer
  31430. electronics
  31431. graphics
  31432. guest
  31433. guidep
  31434. handles
  31435. handwriting
  31436. hardwareA
  31437. Jan 94
  31438. Mar 92nge
  31439. summary
  31440. chromakey
  31441. movie
  31442. simple
  31443. application
  31444. which
  31445. summary
  31446. color
  31447. locator
  31448. enables
  31449. anything
  31450. summary
  31451. contains
  31452. documentation
  31453. header
  31454. files
  31455. utiliti
  31456. summary
  31457. contains
  31458. documentation
  31459. header
  31460. files
  31461. tools
  31462.     display dialog "Sorry, the item you selected could not be found."
  31463.     return
  31464. end try
  31465. set-top
  31466. setadbinfo
  31467. setdeskcpat
  31468. setdialogdefaultitem
  31469. setenv
  31470. setgworld
  31471. setindstring
  31472. setmarkers
  31473. setmfsize
  31474. setpdimc
  31475. setproject
  31476. setprojector
  31477. setsoundinput
  31478. setting
  31479. address
  31480. burned-in
  31481. address
  31482. getenetaddr@
  31483. finder
  31484. display
  31485. folder
  31486. launch@
  31487. games@
  31488. 6J)Development:
  31489. Japanese:
  31490. Recipes:
  31491. Apr 96L
  31492. Jan 97OCDev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:PHDev.CD Jan 97 SDK2
  31493.  - Development Kits (Disc 2)
  31494.  - OpenDoc InternationalV
  31495. 61805X
  31496. Jan 97^
  31497. --set theItem to choose file -- uncomment to test in an AS editor
  31498.     tell application "Finder"
  31499.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:"
  31500.         activate
  31501.     end tell
  31502. on error errMsg number errNum
  31503.     --enter statements to perform when no records are found such as...
  31504.     display dialog "Sorry, the item you selected could not be found."
  31505.     return
  31506. end try
  31507. Deletedq
  31508. Dev.CD Jan 97 SDK2
  31509. 7D!All Packages
  31510. Tool Chest Edition
  31511. OpenFWBridgeFixJul97
  31512.     nd is multi-interface generator.
  31513. Features: 
  31514. * Multi-interface generator
  31515. * More simply to use
  31516. * New version of the XTND query that read query document
  31517. * An XCMD that can read query document
  31518. * A complete set of tool to exploit the Data Access Manager
  31519. 61768X
  31520. Apr 00^
  31521. --set theItem to choose file -- uncomment to test in an AS editor
  31522.     tell application "Finder"
  31523.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:MRJ:MRJ 2.1.4 Web Install:"
  31524.         activate
  31525.     end tell
  31526. on error errMsg number errNum
  31527.     --enter statements to perform when no records are found such as...
  31528.     display dialog "Sorry, the item you selected could not be found."
  31529.     return
  31530. end try
  31531. e    No Changef)MRJ
  31532. MRJ 2.1
  31533. MRJ 2.1.2
  31534. MRJ 2.1.3
  31535. MRJ 2.1.4q
  31536. Dev.CD Apr 00 SDK1
  31537. D.All Packages
  31538. Tool Chest Edition
  31539. New & RevisedF
  31540. MRJ 2.2 Debug 
  31541.     : Disinfectant is a free anti-viral utility for the Mac. 
  31542. Features: Disinfectant detects and removes known Mac viruses.  J
  31543. DisinfectantK
  31544. Vol IIIL
  31545. Sep 97M&Mac 512K or later, System 6.0 or laterO.Dev.CD Dec 99 RL:Utilities:Disinfectant 3.7.1:P3Dev.CD Dec 99 RL
  31546.  - Utilities
  31547.  - Disinfectant 3.7.1V
  31548. 60342X
  31549. Dec 99^
  31550. # found."
  31551.     return
  31552. end try
  31553. All Packages
  31554. F    QuickTimeV
  31555. 59562X
  31556. l chan
  31557. chestA
  31558. version
  31559. video
  31560. viewY
  31561. viewer
  31562. virtual
  31563. virtualuser
  31564. visigenic
  31565. volume
  31566. volumes
  31567. vtwinb
  31568. virtual
  31569. virtual
  31570. virtualuser
  31571. filetool
  31572. memor
  31573. virtual
  31574. virtualuser
  31575. testing
  31576. automation
  31577. automated
  31578. vu-meter
  31579. vumeter
  31580. vumeter
  31581. sound
  31582. level
  31583. meters
  31584. sample
  31585. volume
  31586. waitnextevent
  31587. wannabe
  31588. waste
  31589. waste
  31590. textedit
  31591. replacement
  31592. webobjects
  31593. webobjects
  31594. categories
  31595. posers
  31596. robustness
  31597. testing
  31598. webobjects
  31599. objective-c
  31600. webobjects
  31601. webobjects
  31602. server
  31603. objects
  31604. window
  31605. windows
  31606. wombat
  31607. workstation
  31608. world
  31609. wrapper
  31610. oto Beginning or End:  You can hop to the beginning or end of the active movie or for all movies. This can be particularly useful when putting multiple movies in synch.
  31611. Bit Depth switching:  Changing the monitor bit depths from black&white, 4, 16, 256 colors in any order and in any combination.  Switching occurs during a set interval time.
  31612. Heap Scrambling:  During movie play, you can invoke heap scrambling.  This involves moving memory around every time a toolbox call uses the memory man
  31613. ager.  This can involve scrambling the system heap or application heap.
  31614. SysBeep interrupt:  The CPU can invoke a SysBeep call during a set interval time (in ticks).  When a movie is currently open, a SysBeep will result only as a menubar flash.  However, if a movie is without a sound track or a movie is closed, the SysBeep will beep normally.
  31615. Define Window Type:  Rather than using just the standard "square" window shape, MegaMovies uses a special WDEF resource for displaying various wind
  31616. punctuation
  31617. punjabi
  31618. puntuation
  31619. purchase
  31620. purdue
  31621. purevoice
  31622. purge
  31623. purged
  31624. purposed
  31625. purposeful
  31626. qdesign's
  31627. qdgraphics
  31628. qtcanvas
  31629. qtimagedrawer
  31630. quadraV
  31631. quadrasV
  31632. quadratic
  31633. qualcomm's
  31634. qualifiedh
  31635. quality
  31636. quandary
  31637. quantitiesg
  31638. quarterj
  31639. queries
  31640. query
  31641. querys
  31642. questionZ
  31643. questionaire
  31644. questionaires
  31645. questionnaire
  31646. questions
  31647. queue
  31648. quick
  31649. quickdrawN
  31650. quickdraw
  31651. dimension
  31652. macintosh
  31653. graphics
  31654. pablo
  31655. introduction
  31656. introduction
  31657. quicktime
  31658. introspection
  31659. investmentsj
  31660. involved
  31661. involvesp
  31662. involving
  31663. iostreams
  31664. iotracer
  31665. 61486X
  31666. Aug 97^
  31667. --set theItem to choose file -- uncomment to test in an AS editor
  31668.     tell application "Finder"
  31669.         open item "Dev.CD Aug 97 TC:Language Kits:Chinese Handwriting Kit 1.0:"
  31670.         activate
  31671.     end tell
  31672. on error errMsg number errNum
  31673.     --enter statements to perform when no records are found such as...
  31674.     display dialog "Sorry, the item you selected could not be found."
  31675.     return
  31676. end try
  31677. e    No Changef5Chinese
  31678. handwriting
  31679. input
  31680. keyboard
  31681. tablet
  31682. Dev.CD Aug 97 TC
  31683. xD!All Packages
  31684. Tool Chest Edition
  31685. Chinese Language KitI*Installer for the Chinese Language Kit 2.0J
  31686. CLK 2.0 GMc1K
  31687. Feb 95L
  31688. May 98N+Chinese Language Kit Traditional SimplifiedO9Dev.CD May 00 TC:Language Kits:Chinese Language Kits 2.0:P>Dev.CD May 00 TC
  31689.  - Language Kits
  31690.  - Chinese Language Kits 2.0V
  31691. 61487X
  31692. May 00^
  31693. released
  31694. releasesj
  31695. relevanti
  31696. --set theItem to choose file -- uncomment to test in an AS editor
  31697.     tell application "Finder"
  31698.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:"
  31699.         activate
  31700.     end tell
  31701. on error errMsg number errNum
  31702.     --enter statements to perform when no records are found such as...
  31703.     display dialog "Sorry, the item you selected could not be found."
  31704.     return
  31705. end try
  31706. tom window, control and menu definitions that will likely conflict with the Appea
  31707. rance Manager when that application is run under Copland. These custom elements will likely not be able to switch to the different themes in Copland and instead they will visually remain as they were coded. To aid in the transition to Copland, Apple is providing the Apple Grayscale Appearance For System 7.5 specification for creating a grayscale appearance in System 7.5 products that is consistent with the default grayscale theme in Copland.  While coding to the grayscale appearance specif
  31708. Dev.CD Jan 94P
  31709. Dev.CD Jan 9V
  31710. 62062X
  31711. Jan 94
  31712. b--set theItem to choose file -- uncomment to test in an AS editor
  31713.     tell application "Finder"
  31714.         open item "Dev.CD Jan 94"
  31715.         activate
  31716.     end tell
  31717. on error errMsg number errNum
  31718.     --enter statements to perform when no records are found such as...
  31719.     display dialog "Sorry, the item you selected could not be found."
  31720.     return
  31721. end try
  31722. All Packages
  31723. F    QuickTimeOsDev.CD Jan 94
  31724. Dev.CD Oct 93
  31725. Dev.CD Jul 93
  31726. Dev.CD Apr 93
  31727. Dev.CD Mar 93
  31728. Dev.CD Feb 93
  31729. Dev.CD Jan 93
  31730. Dev.CD Nov/Dec 92PrDev.CD Jan 94
  31731. Dev.CD Oct 93
  31732. Dev.CD Jul 93
  31733. Dev.CD Apr 93
  31734. Dev.CD Mar 93
  31735. Dev.CD Feb 93
  31736. Dev.CD Jan 93
  31737. Dev.CD Nov/Dec 9V
  31738. 62063X
  31739. Jan 94
  31740. networking
  31741. audio
  31742. features
  31743. newgworld
  31744. tokenizer
  31745. newgworld
  31746. performance
  31747. photoshop
  31748. player
  31749. plugins
  31750. postscript
  31751. powerbook
  31752. primer
  31753. object
  31754. disassembly
  31755. ultraslimfast
  31756. dumpobj
  31757. object-orientedY
  31758. objective-c
  31759. objects
  31760. objectsupportlib
  31761. macodbc
  31762. database
  31763. connectivity
  31764. drivers
  31765. network
  31766. middlewar
  31767. off-screen
  31768. opaque
  31769. choose
  31770. folder
  31771. navigation
  31772. services
  31773. transport
  31774. cache
  31775. delete
  31776. query
  31777. transport
  31778. resource
  31779. codewarrior
  31780. ethern
  31781. transport
  31782. debug
  31783. transport
  31784. kernel
  31785. strlog
  31786. debug
  31787. streams
  31788. transport
  31789. appletalk
  31790. rawmode
  31791. nbplookup
  31792. otlookup
  31793. transport
  31794. mapper
  31795. mapperref
  31796. transport
  31797. netstat
  31798. display
  31799. cache
  31800. logical
  31801. physic
  31802. transport
  31803. networking
  31804. appletalk
  31805. tcp/ip
  31806. M.System 6.0.5 or greater, MacPlus or later CPU.NuA/ROSE, MCP, Macintosh Coprocessor Platform, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token Ringe Kits or applications which depend on WorldScript technology should install these pieces as they improve the stability and performance of your system.  QuickDraw
  31807.  GX and Power Macintosh users should upgrade to these pieces as they provide important improvements over previous versions.  The files in this WorldScript updater are take
  31808. n from the Arabic Language Kit 1.0.1, Hebrew Language Kit 1.0.1 and the Cyrillic Language Kit 1.0.  You do not need this if you are running one of these kits and do not simultaneously have Japanese or Chinese installed.
  31809. See the document "WorldScript
  31810.  Updater Read Me" for details.
  31811. JT009-4303 (WS
  31812.  Updater)
  31813. WorldScript Updater 1.1 Install:
  31814. WorldScript
  31815.  Updater Read MeK
  31816. Feb 96L
  31817. Oct 96O7Dev.CD Aug 97 TC:Language Kits:WorldScript Updater 1.1:p
  31818. primer
  31819. tup:nge
  31820. idn't
  31821. --set theItem to choose file -- uncomment to test in an AS editor
  31822.     tell application "Finder"
  31823.         open item "Dev.CD Mar 00 RL Disk 2:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:"
  31824.         activate
  31825.     end tell
  31826. on error errMsg number errNum
  31827.     --enter statements to perform when no records are found such as...
  31828.     display dialog "Sorry, the item you selected could not be found."
  31829.     return
  31830. end try
  31831. e tool produces Rez source text for all of 
  31832. your dialog and menu resources. You can then edit and compile this file under MPW or CodeWarrior or anything else which compiles '.r' files.
  31833. Issues: This tool is provided by a third party. It and its source code have been placed in the public domain. See the READ ME for more info.
  31834. Balloonify.c
  31835. Balloonify.h
  31836. Balloony
  31837. Balloony.r
  31838. Balloony.RESOURCES
  31839. Balloony.
  31840. BalloonyHelp.r
  31841. BalloonyRes.h
  31842. main.c
  31843. Read Me
  31844. Sample OutputK
  31845. Dec 97O-Dev.CD May 00 TC:Tool Chest:Toolbox:Balloony:
  31846. suitesm
  31847. super
  31848. survey
  31849. 2.0b6
  31850. switch
  31851. switch
  31852. stack
  31853. synccatch
  31854. synchronization
  31855. synthesis
  31856. sysconfig
  31857. sysconfig
  31858. 1.5b16
  31859. systemx
  31860. finder
  31861. display
  31862. folder
  31863. launch@
  31864. games@
  31865. end try
  31866. 61786X
  31867. May 00^
  31868. r--set theItem to choose file -- uncomment to test in an AS editor
  31869.     tell application "Finder"
  31870.         open item "Dev.CD May 00 TC:Sample Code:"
  31871.         activate
  31872.     end tell
  31873. on error errMsg number errNum
  31874.     --enter statements to perform when no records are found such as...
  31875.     display dialog "Sorry, the item you selected could not be found."
  31876.     return
  31877. end try
  31878. Movedf
  31879. C++ OpenTransportq
  31880. Dev.CD May 00 TC
  31881. $D!All Packages
  31882. Tool Chest Edition
  31883. mary:  The DMZ program demonstrates NBP Lookup calls under both Open Transport and Classic AppleTalk to obtain a list of all NBP entities by zone.  User can specify the lookup for specific objects and types.  Program also demonstrates how one sends AppleTalk Echo protocol packets to a specified system, and to receive the return Echo protocol response.
  31884. DMZ checks for the presence of Open Transport and uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.k calls are used.
  31885. 61424X
  31886. Nov 99^
  31887. --set theItem to choose file -- uncomment to test in an AS editor
  31888.     tell application "Finder"
  31889.         open item "Dev.CD Nov 99 TC:Tool Chest:Localization:AppleGlot 2.3:"
  31890.         activate
  31891.     end tell
  31892. on error errMsg number errNum
  31893.     --enter statements to perform when no records are found such as...
  31894.     display dialog "Sorry, the item you selected could not be found."
  31895.     return
  31896. end try
  31897. DeletedfBAppleGlot Localization Internationalization Translation Glossariesq
  31898. Dev.CD Nov 99 TC
  31899. :D!All Packages
  31900. Tool Chest Edition
  31901. AppleGlot 2.4b6
  31902.     -set theItem to choose file -- uncomment to test in an AS editor
  31903.     tell application "Finder"
  31904.         open item "Dev.CD Oct 94"
  31905.         activate
  31906.     end tell
  31907. on error errMsg number errNum
  31908.     --enter statements to perform when no records are found such as...
  31909.     display dialog "Sorry, the item you selected could not be found."
  31910.     return
  31911. end try
  31912. All Packages
  31913. System UpdateV
  31914. 61273X
  31915. indexb
  31916. indian
  31917. information
  31918. inline
  31919. input
  31920. inputsprocket
  31921. inputsprocket
  31922. drawsprocket
  31923. soundsprocket
  31924. sound
  31925. inputsprocket
  31926. needs
  31927. elements
  31928. buttons
  31929. inputsprocket
  31930. joystick
  31931. keyboard
  31932. mouse
  31933. inside
  31934. inside
  31935. inside
  31936. macintosh
  31937. installer
  31938. instance
  31939. instrumentation
  31940. instrumentation
  31941. performance
  31942. analysis
  31943. integrity
  31944. interactive
  31945. interface
  31946. interfaces
  31947. iostreams
  31948. cd-rom
  31949. device
  31950. driver
  31951. inputsprocket
  31952. powerplant
  31953. items
  31954. japanese
  31955. after
  31956. wombat
  31957. joystick
  31958. 03-information
  31959. registrati
  31960. 03/95j
  31961. 03/96k
  31962. 03/97l
  31963. 04-indexR
  31964. 04-index
  31965. courses
  31966. 04/95j
  31967. 04/96k
  31968. 04/97l
  31969. 05-self-pacedR
  31970. 05-self-paced
  31971. products
  31972. 05/95j
  31973. 05/96k
  31974. 05/97l
  31975. 06-on-lineR
  31976. 06-on-line
  31977. topics
  31978. 06/95j
  31979. 06/96k
  31980. 06/97l
  31981. 07-macR
  31982. 07-mac
  31983. 07/95j
  31984. 07/96k
  31985. 07/97l
  31986. 08-objectR
  31987. 08-object
  31988. orientedR
  31989. 08/95j
  31990. 08/96k
  31991. 08/97l
  31992. 09-multimediaR
  31993. 09-multimedia
  31994. graphicsR
  31995. 09/95j
  31996. 09/96k
  31997. 09/97l
  31998. 1.0.1
  31999. 1.0.1
  32000. 1.0.2
  32001. updater
  32002. 1.0.1b1c2
  32003. 1.0.1tc7
  32004. 1.0.2t
  32005. 1.0a13
  32006. 1.0a6
  32007. 1.0b1]
  32008. 1.0b16
  32009. 1.0b2
  32010. 1.0b3]
  32011. 1.0b4]
  32012. 1.0d13
  32013. 1.0d2
  32014. adbreinit
  32015. adbreinit
  32016. noteW
  32017. adbreinit
  32018. advanced[
  32019. advanced
  32020. color
  32021. imaging[
  32022. advanced
  32023. color
  32024. imaging
  32025. coercion
  32026. init]
  32027. aegizmos]
  32028. b--set theItem to choose file -- uncomment to test in an AS editor
  32029.     tell application "Finder"
  32030.         open item "Dev.CD Oct 94"
  32031.         activate
  32032.     end tell
  32033. on error errMsg number errNum
  32034.     --enter statements to perform when no records are found such as...
  32035.     display dialog "Sorry, the item you selected could not be found."
  32036.     return
  32037. end try
  32038. :Testing & Debugging:Hardware tools:Apple II Monitor dcmd (xx):"
  32039.         activate
  32040.     end tell
  32041. on error errMsg number errNum
  32042.     --enter statements to perform when no records are found such as...
  32043.     display dialog "Sorry, the item you selected could not be found."
  32044.     return
  32045. end try
  32046. Deletedq
  32047. Dev.CD Nov 99 TC
  32048. 3D!All Packages
  32049. Tool Chest Edition
  32050. Apple International Glossaries
  32051.     tables
  32052. O8Dev.CD Mar 00 RL Disk 2:Technical Publications:hardware:P=Dev.CD Mar 00 RL Disk 2
  32053.  - Technical Publications
  32054.  - hardware
  32055. compressimage
  32056. compressionP
  32057. 61770X
  32058. May 00^
  32059. Revised
  32060. --set theItem to choose file -- uncomment to test in an AS editor
  32061.     tell application "Finder"
  32062.         open item "Dev.CD May 00 TC:What's New?:Development Kits:Mac OS:MRJ 2.2 Redistribution SDK:"
  32063.         activate
  32064.     end tell
  32065. on error errMsg number errNum
  32066.     --enter statements to perform when no records are found such as...
  32067.     display dialog "Sorry, the item you selected could not be found."
  32068.     return
  32069. end try
  32070. Updatedf"MRJ
  32071. MRJ SDK
  32072. MRJ 2.2
  32073. Redistributiono
  32074. http://developer.apple.com/sdkq
  32075. Dev.CD May 00 TC
  32076. D!All Packages
  32077. Tool Chest Edition
  32078. MrPlus 1.0I
  32079. MrPlus is a performance analysis tool for PowerPC applications. It generates data relating to performance analysis and will also rearrange code blocks for optimum performance.J
  32080. MPW etc.imgK
  32081. Nov 97M
  32082. Power Macintosh systemN
  32083. performance analysisO6Dev.CD May 00 TC:Tool Chest:Development Kits:MPW etc.:P>Dev.CD May 00 TC
  32084.  - Tool Chest
  32085.  - Development Kits
  32086.  - MPW etc.V
  32087. 61771X
  32088. May 00^
  32089. s how to replace the 68K bus error vector
  32090. very useful for testing.
  32091. DebuggerPresence:  This is a small snippet of code that can be used to to detect if macsbug is installed or not. NOTE:  This code is intended to only work with version 6.2 of macsbug.  You should refer to your Low Level Debugger's manual for more information.
  32092. Fill Memory:  This is a debugging aid.  It fills its memory partition and verifies that it does not get changed. This allows you verify that your application does no
  32093. t write into the memory space of other applications.
  32094. Gestalt dcmd:  This dcmd (debugger command for MacsBug) allows you to 
  32095.  Gestalt when you're in MacsBug. You can either ask for a particular selector (ie. evnt) or ask for all (no arguments). The response is either a string (when the selector is known) or the numeric value returned by Gestalt.
  32096. Heap Purge dcmd:  Simulates TMON
  32097. s heap purge in MacsBug.
  32098. Time Manager Debugging:  Add this resource file to your MacsBug  "Debugger Prefs" 
  32099. e    No Changef
  32100. pre-mixer component
  32101. vu-meterq
  32102. Dev.CD May 00 TC
  32103. D!All Packages
  32104. Tool Chest Edition
  32105. SoundApp
  32106. Summary:  SoundApp is a sample application for demonstrating the Sound Manager.  It comes in two parts: SoundApp.c and SoundUnit.c.  SoundApp.c handles the application's management of memory, errors, user interface, etc.  It requires the use of the SoundUnit.c to handle all of the sound routines.  SoundUnit code handles the Sound Manager part of the application.  You can use this stand-alone unit in your own application.
  32107. Features:  Code involving the Sound Manager, asynchronous sound, useBnr interface, extensive toolbox usage, memory, resources and files
  32108. Issues:  Use freely and distribute widely!
  32109. Example sounds
  32110. README
  32111. SoundApp (68K)
  32112. SoundApp (68K).SYM
  32113. SoundApp (68K).
  32114. SoundApp (PPC)
  32115. SoundApp (PPC).xSYM
  32116. SoundApp (PPC).
  32117. SoundApp.c
  32118. SoundApp.make
  32119. SoundApp.r
  32120. SoundApp.rsrc
  32121. SoundAppSnds.r
  32122. SoundUnit.c
  32123. SoundUnit.hK
  32124. Jun 95L
  32125. Apr 97
  32126. otlink
  32127. lisez-moi
  32128. lispj
  32129. listd
  32130. buttons
  32131. devices
  32132. directional
  32133. elements
  32134. x-axes
  32135. listedx
  32136. listen
  32137. listen/accept
  32138. listeners
  32139. listening
  32140. listindialog
  32141. listinga
  32142. listingsj
  32143. lists
  32144. literature
  32145. little
  32146. little-known
  32147. living
  32148. locations
  32149. locator
  32150. lock/unlock
  32151. locking
  32152. loggingY
  32153. logicz
  32154. login
  32155. b--set theItem to choose file -- uncomment to test in an AS editor
  32156.     tell application "Finder"
  32157.         open item "Dev.CD Oct 94"
  32158.         activate
  32159.     end tell
  32160. on error errMsg number errNum
  32161.     --enter statements to perform when no records are found such as...
  32162.     display dialog "Sorry, the item you selected could not be found."
  32163.     return
  32164. end try
  32165. ev.CD Apr 00 SDK1
  32166.  - Development Kits
  32167.  - Mac OS
  32168.  - Apple Location ManagerV
  32169. 60186X
  32170. Apr 00^
  32171. --set theItem to choose file -- uncomment to test in an AS editor
  32172.     tell application "Finder"
  32173.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Apple Location Manager:"
  32174.         activate
  32175.     end tell
  32176. on error errMsg number errNum
  32177.     --enter statements to perform when no records are found such as...
  32178.     display dialog "Sorry, the item you selected could not be found."
  32179.     return
  32180. end try
  32181. e    No ChangefGLocation
  32182. Configuration
  32183. Setting
  32184. Preference
  32185. Switch
  32186. Module
  32187. Environmentq
  32188. Dev.CD Apr 00 SDK1
  32189. This sample demonstrates a variety of uses of Open Transport
  32190. s option management routines.  The code from this sample is featured in the latest release (v1.2) of the book 
  32191. Inside Macintosh: Open Transport
  32192. .JwGetSetOptions-68K
  32193. GetSetOptions-68K.
  32194. GetSetOptions-PPC
  32195. GetSetOptions-PPC.
  32196. GetSetOptions.c
  32197. Read Me About GetSetOptionsK
  32198. Nov 97L
  32199. Jun 98M
  32200. Open Transport 1.1.1 or higherN4Open Transport, OTOptionManagment, option managementOGDev.CD Jun 98 RL1:What's New:Sample Code:Networking:GetSetOptions1.0d1:PRDev.CD Jun 98 RL1
  32201.  - What's New
  32202.  - Sample Code
  32203.  - Networking
  32204.  - GetSetOptions1.0d1V
  32205. 61623X
  32206. Jun 98^
  32207. e    No Change
  32208.  data from memory to the client.   It then does an orderly release and puts the endpoint back into its idle queue.   
  32209. It's fast!   Running on Open Transport 1.1.1, a Power Mac 7100/80 on a 10 Mbit ethernet using 8K downloads can almost saturate the wire.  Using a 200 MHz Power Mac on the same LAN with 1K downloads the server sustains better than 300 connections per se
  32210. is running.
  32211. JzFStubs.c
  32212. FStubs.c.o
  32213. Lurkers
  32214. Lurkers README
  32215. Lurkers README.txt
  32216. Lurkers.c
  32217. Lurkers.c.o
  32218. Lurkers.r
  32219. MakeFile
  32220. NameRevisionCurrentK
  32221. Mar 94L
  32222. Jan 98M
  32223. Lurkers, Projector, MPWOEDev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Lurkers 1.7:PPDev.CD May 00 TC
  32224.  - Tool Chest
  32225.  - Development Kits
  32226.  - MPW Related
  32227.  - Lurkers 1.7isplay dialog "Sorry, the item you selected could not be found."
  32228.     return
  32229. end try
  32230. e    No ChangefSLanguage Kit Updater Mac OS 8 Arabic Chinese Cyrillic Hebrew Indian Japanese Koreanq
  32231. Dev.CD May 00 TC
  32232. D!All Packages
  32233. Tool Chest Edition
  32234. LaserWriter 8 API
  32235.     inder"
  32236.         open item "Dev.CD Mar 00 RL1:What's New:Technical Documentation:Macintosh Technotes and Q&As:"
  32237.         activate
  32238.     end tell
  32239. on error errMsg number errNum
  32240.     --enter statements to perform when no records are found such as...
  32241.     display dialog "Sorry, the item you selected could not be found."
  32242.     return
  32243. end try
  32244. ngeo.http://developer.apple.com/techpubs/index.html
  32245. 61827X
  32246. May 00^
  32247. r--set theItem to choose file -- uncomment to test in an AS editor
  32248.     tell application "Finder"
  32249.         open item "Dev.CD May 00 TC:Sample Code:"
  32250.         activate
  32251.     end tell
  32252. on error errMsg number errNum
  32253.     --enter statements to perform when no records are found such as...
  32254.     display dialog "Sorry, the item you selected could not be found."
  32255.     return
  32256. end try
  32257. Movedf:Palette
  32258. GWorld
  32259. PmForeColor
  32260. Color2Index
  32261. RGBForeColor
  32262. ctSeedq
  32263. Dev.CD May 00 TC
  32264. MD!All Packages
  32265. Tool Chest Edition
  32266. PartMaker 4.3
  32267. noteZ
  32268. apple
  32269. guide
  32270. intended
  32271. those
  32272. developers
  32273. notesQ
  32274. notify
  32275. notions
  32276. novemberj
  32277. novice
  32278. nubusQ
  32279. number
  32280. numbers
  32281. numerals
  32282. numerousp
  32283. objectQ
  32284. object-based
  32285. hack]
  32286. handbookf
  32287. handler
  32288. hardware
  32289. hardware
  32290. hardware
  32291. tools
  32292. hardware2
  32293. hardware2
  32294. stack
  32295. localization
  32296. navig
  32297. headers
  32298. headers
  32299. libraries
  32300. helloworld
  32301. helloworld
  32302. helpq
  32303. helper
  32304. helplab
  32305. helpsystems
  32306. library
  32307. higos8guide
  32308. higuidelines
  32309. historyu
  32310. history
  32311. features
  32312. includes
  32313. demonstration
  32314. documentation
  32315. complete@
  32316. filter@
  32317. first-person@
  32318. years
  32319. multimedia
  32320. developers
  32321. regarded
  32322. equilibrium's
  32323. four@
  32324. fully@
  32325. generator@
  32326. goodies@
  32327. grabber@
  32328. graphics@
  32329. group@
  32330. groups@
  32331. gunther@
  32332. hands@
  32333. health@
  32334. held@
  32335. hints@
  32336. Korean Language Kit 1.0.1
  32337. Summary:  Apple's Korean Language Kit is an easy, affordable way to add Korean text to your documents. After the simple installation process, you can switch effortlessly between the computer's main language and Korean. The kit lets you enter, edit, and print Korean, and mix Korean with other languages in the same document--even in the same sentence. You can also use it to view Korean-language World Wide Web sites with the addition of Internet browsing software. 
  32338. The Korean Language Kit co
  32339. 61692X
  32340. This sample shows how to use the Network Setup library (as introduced in Mac OS 8.5) to determine whether opening a TCP/IP provider will cause a modem to dial.  If the Network Setup library is not available, the sample will read the "TCP/IP Preferences" file directly.
  32341. Sample Code.imgK
  32342. Dec 98N0network, setup, configuration, AppleTalk, TCP/IPO
  32343. Dev.CD May 00 TC:Sample Code:P
  32344. Dev.CD May 00 TC
  32345.  - Sample CodeV
  32346. 55596X
  32347. May 00^
  32348. #Reinstalla
  32349. AboutBox.c
  32350. AboutBox.h
  32351. AboutBox.r
  32352. aete.r
  32353. AGFile.h
  32354. ChangeLog
  32355. Clipboard.c
  32356. Clipboard.h
  32357. Clipboard.r
  32358. CoercePrGeneral.h
  32359. ExtendPrintRecord.c
  32360. ExtendPrintRecord.h
  32361. Localize.r
  32362. MacIncludes.h
  32363. MacIncludes.pch
  32364. MovieFile.c
  32365. MovieFile.h
  32366. MovieFile.r
  32367. PICTFile.c
  32368. PICTFile.h
  32369. PICTFile.r
  32370. PrintAETypes.h
  32371. ScriptablePrinting.c
  32372. ScriptablePrinting.h
  32373. SimpleText
  32374. SimpleText Sample.doc
  32375. SimpleText.68K
  32376. SimpleText.c
  32377. SimpleText.h
  32378. SimpleText.PPC
  32379. SimpleText.r
  32380. SimpleText.
  32381. test script
  32382. TextDrag.c
  32383. TextFile.a
  32384. TextFile.a.o
  32385. TextFile.c
  32386. TBGextFile.h
  32387. TextFile.r
  32388. ThreeDMetafile.c
  32389. ThreeDMetafile.h
  32390. ThreeDMetafile.r
  32391. connection
  32392. image
  32393. tcp/ip
  32394. mib-ii
  32395. alias
  32396. tractors
  32397. plug-ins
  32398. textchanger
  32399. textchanger
  32400. 2.0.1
  32401. themeso
  32402. title
  32403. tool]
  32404. toolkit
  32405. tools]
  32406. versions@
  32407. webobjectsandjava@
  32408. 1400@
  32409. actions@
  32410. appearance
  32411. gworld
  32412. off-screen@
  32413. appleglot
  32414. localization
  32415. internationalization
  32416. translation
  32417. glos@
  32418. applescript@
  32419. appletalk
  32420. ethertalk
  32421. tokentalk
  32422. network
  32423. ethernet
  32424. token
  32425. async
  32426. device@
  32427. buffered@
  32428. carbon@
  32429. cftree@
  32430. color
  32431. picker
  32432. 2.1.1@
  32433. compilers@
  32434. counters@
  32435. debugging@
  32436. decompress@
  32437. desktop@
  32438. dynamic@
  32439. ethernet
  32440. built-in
  32441. address
  32442. burned-in
  32443. address
  32444. getenetaddr@
  32445. finder
  32446. display
  32447. folder
  32448. launch@
  32449. games@
  32450. snapshots
  32451. snarfer
  32452. snarfing
  32453. snazzy
  32454. sndforever
  32455. sndplay
  32456. sndplaydoublebuffer
  32457. sndplaydoublebuffera
  32458. sndstartfileplay
  32459. snively
  32460. society
  32461. softpower
  32462. softwareO
  32463. solaris
  32464. soled
  32465. solid
  32466. igest-v3-001
  32467. fullyN
  32468. functione
  32469. function/method
  32470. functional
  32471. functionalityd
  32472. functionsB
  32473. g3-class
  32474. g3/233
  32475. g3/266
  32476. g3/26620th
  32477. gadgetsj
  32478. gainingj
  32479. gains
  32480. gamesj
  32481. gamesprcokets
  32482. garbage
  32483. gatewayS
  32484. gatewaysj
  32485. gatherx
  32486. gathering
  32487. gdirp
  32488. gearing
  32489. gelphman
  32490. gemma
  32491. generalw
  32492. togetherb
  32493. toggle
  32494. token
  32495. tokenizer
  32496. tokenringQ
  32497. tokentalkB
  32498. tomorrow
  32499. tones
  32500. toolT
  32501. top-sellingj
  32502. topicp
  32503. topicsR
  32504. topping
  32505. total
  32506. totals
  32507. touch
  32508. touches
  32509. tough
  32510. toward
  32511. traceT
  32512. traceback
  32513. traceroute
  32514. tools
  32515. topicsR
  32516. total
  32517. helper
  32518. traditional
  32519. trainingR
  32520. transitionso
  32521. choose file -- uncomment to test in an AS editor
  32522.     tell application "Finder"
  32523.         open item "Dev.CD Apr 95
  32524. Dev.CD Jan 95"
  32525.         activate
  32526.     end tell
  32527. on error errMsg number errNum
  32528.     --enter statements to perform when no records are found such as...
  32529.     display dialog "Sorry, the item you selected could not be found."
  32530.     return
  32531. end try
  32532. All Packages
  32533. F    PowerTalkO
  32534. Dev.CD Apr 95
  32535. Dev.CD Jan 95P
  32536. Dev.CD Apr 95
  32537. Dev.CD Jan 9V
  32538. 60638X
  32539. Apr 95
  32540. p--set theItem to choose file -- uncomment to test in an AS editor
  32541.     tell application "Finder"
  32542.         open item "Dev.CD Apr 95
  32543. Dev.CD Jan 95"
  32544.         activate
  32545.     end tell
  32546. on error errMsg number errNum
  32547.     --enter statements to perform when no records are found such as...
  32548.     display dialog "Sorry, the item you selected could not be found."
  32549.     return
  32550. end try
  32551. All Packages
  32552. Jan 95
  32553. b--set theItem to choose file -- uncomment to test in an AS editor
  32554.     tell application "Finder"
  32555.         open item "Dev.CD Jan 95"
  32556.         activate
  32557.     end tell
  32558. on error errMsg number errNum
  32559.     --enter statements to perform when no records are found such as...
  32560.     display dialog "Sorry, the item you selected could not be found."
  32561.     return
  32562. end try
  32563. All Packages
  32564. AppleScriptO
  32565. Dev.CD Jan 95P
  32566. Dev.CD Jan 9V
  32567. 61428X
  32568. Jan 95
  32569. b--set theItem to choose file -- uncomment to test in an AS editor
  32570.     tell application "Finder"
  32571.         open item "Dev.CD Jan 95"
  32572.         activate
  32573.     end tell
  32574. on error errMsg number errNum
  32575.     --enter statements to perform when no records are found such as...
  32576.     display dialog "Sorry, the item you selected could not be found."
  32577.     return
  32578. end try
  32579. All Packages
  32580. AppleScriptO
  32581. Dev.CD Jan 95P
  32582. Dev.CD Jan 9V
  32583. 61429X
  32584. Jan 95
  32585. odewarrior
  32586. coercion]
  32587. color[
  32588. color
  32589. locator
  32590.  systems
  32591. INTprinting, Carbon, Carbon printing, Carbon Printing Manager, print, imaging, graphicsOkDev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:carbon:PyDev.CD Apr 00 SDK1
  32592.  - What's New
  32593.  - Technical Documentation
  32594.  - Technical Publications
  32595.  - DeveloperDocumentation
  32596.  - carbonV
  32597. 61568X
  32598. Apr 00^
  32599. --set theItem to choose file -- uncomment to test in an AS editor
  32600.     tell application "Finder"
  32601.         open item "Dev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:carbon:"
  32602.         activate
  32603.     end tell
  32604. on error errMsg number errNum
  32605.     --enter statements to perform when no records are found such as...
  32606.     display dialog "Sorry, the item you selected could not be found."
  32607.     return
  32608. end try
  32609. e    No ChangefNprinting
  32610. Carbon
  32611. Carbon printing
  32612. Carbon Printing Manager
  32613. print
  32614. imaging
  32615. graphics
  32616. F    QuickTimeO
  32617. Dev.CD Jan 94P
  32618. Dev.CD Jan 9V
  32619. 60814X
  32620. Jan 94
  32621. Summary:
  32622. Apple's Developer Publications web site features improved access to Inside Macintosh, WebObjects documentation, hardware notes, and more. Look for new and updated Mac OS 8 and 9, Mac OS X, and QuickTime documentation.
  32623. From main index.html page, you can go directly to product-specific pages to read and search documents online, download documents in compatible compression formats, and order printed books. This main page also has links to other Apple resources such as develop, TechnB!ical Notes, and Technical Q&A's. 
  32624. acrobat3.html
  32625. adcstyle.css
  32626. carbon:
  32627. corefoundation:
  32628. Documenation_in_PDF:
  32629. faq.html
  32630. FunctionIndex:
  32631. hardware:
  32632. images:
  32633. index.html
  32634. java:
  32635. macos8:
  32636. macosx:
  32637. order.html
  32638. PubsCatalog.html
  32639. PubsOrderForm.html
  32640. quicktime:
  32641. webobjects:
  32642. Jan 00L
  32643. Feb 00M
  32644. web browser
  32645. AWTechnical Publications, technical documentation, documentation, Tech Docs, publications
  32646. All Packages
  32647. QuickDraw GXO
  32648. Dev.CD Jul 95P
  32649. Dev.CD Jul 9V
  32650. 61970X
  32651. Jul 95
  32652. b--set theItem to choose file -- uncomment to test in an AS editor
  32653.     tell application "Finder"
  32654.         open item "Dev.CD Jul 95"
  32655.         activate
  32656.     end tell
  32657. on error errMsg number errNum
  32658.     --enter statements to perform when no records are found such as...
  32659.     display dialog "Sorry, the item you selected could not be found."
  32660.     return
  32661. end try
  32662. All Packages
  32663. QuickDraw GXO
  32664. Dev.CD Jul 95P
  32665. Dev.CD Jul 9V
  32666. 61971X
  32667. Jul 95
  32668. b--set theItem to choose file -- uncomment to test in an AS editor
  32669.     tell application "Finder"
  32670.         open item "Dev.CD Jul 95"
  32671.         activate
  32672.     end tell
  32673. on error errMsg number errNum
  32674.     --enter statements to perform when no records are found such as...
  32675.     display dialog "Sorry, the item you selected could not be found."
  32676.     return
  32677. end try
  32678. All Packages
  32679. QuickDraw GXO
  32680. Dev.CD Jul 95P
  32681. Dev.CD Jul 9V
  32682. 61972X
  32683. Jul 95
  32684. QuickDraw 3DO
  32685. Dev.CD Jan 96 SSWP
  32686. Dev.CD Jan 96 SS Communication
  32687.  - AE Tools
  32688.  - AETracker 3.0ay 00 TC:Tool Chest:Files:UnmountIt 1.2:P8Dev.CD May 00 TC
  32689.  - Tool Chest
  32690.  - Files
  32691.  - UnmountIt 1.2h
  32692. synthesis
  32693. manager
  32694. sphere
  32695. spooler
  32696. sprocketinvaders
  32697. stack
  32698. standard
  32699. standard
  32700. samples
  32701. standardfileicons
  32702. success
  32703. suite
  32704. suitesm
  32705. super
  32706. survey
  32707. switch
  32708. synchronization
  32709. synthesis
  32710. systemx
  32711. technicalS
  32712. technotes
  32713. terminology^
  32714. tester
  32715. testing
  32716. textedit
  32717. token
  32718. tokenizer
  32719. toolbox
  32720. toolkit
  32721. toolkits
  32722. tools]
  32723. transport
  32724. transport/ppp
  32725. --set theItem to choose file -- uncomment to test in an AS editor
  32726.     tell application "Finder"
  32727.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW etc.:"
  32728.         activate
  32729.     end tell
  32730. on error errMsg number errNum
  32731.     --enter statements to perform when no records are found such as...
  32732.     display dialog "Sorry, the item you selected could not be found."
  32733.     return
  32734. end try
  32735. rmance ToolstheItem to choose file -- uncomment to test in an AS editor
  32736.     tell application "Finder"
  32737.         open item "Dev.CD Oct 99 SDK1:Development Kits:Mac OS:QuickDraw3D 1.6 SDK:"
  32738.         activate
  32739.     end tell
  32740. on error errMsg number errNum
  32741.     --enter statements to perform when no records are found such as...
  32742.     display dialog "Sorry, the item you selected could not be found."
  32743.     return
  32744. end try
  32745. Deletedf
  32746. QD3D 1.6q
  32747. Dev.CD Oct 99 SDK1
  32748. D!All Packages
  32749. Mac OS SDK Edition
  32750. QuickTake Digital CameraICSummary:  This SDK will support the QuickTake 150 or QuickTake 100.d
  32751. computer
  32752. en item "Dev.CD May 98 TC:Programs & Marketing:"
  32753.         activate
  32754.     end tell
  32755. on error errMsg number errNum
  32756.     --enter statements to perform when no records are found such as...
  32757.     display dialog "Sorry, the item you selected could not be found."
  32758.     return
  32759. end try
  32760. e    No Changeq
  32761. Dev.CD May 98 TC
  32762. gD!All Packages
  32763. Mac OS SDK Edition
  32764. The contents of this DDK will be of interest to anyone involved in developing PCI card driver software for the Macintosh. This DDK contains documentation, header files, stub libraries, and sample code which illustrate the requirements for drivers to be PCI power management compliant.
  32765. AOInterfaces&Libraries
  32766. PCI Power ReadMe
  32767. SampleDriver
  32768. Updating Drivers for PM v1.0
  32769. This very simple sample dumps a text version of the OT port registry to stdout.  The compiled executable also makes a handy debugging tool.
  32770. You have to run the 68K version on a 68K Mac and the PPC version on a PPC Mac.
  32771. Sample Code.imgK
  32772. Apr 97L
  32773. Jun 98M
  32774. Open Transport 1.1.1 or greaterN@open transport, port registry, OTGetIndexedPort, dump, list, seeO
  32775. Dev.CD May 00 TC:Sample Code:P
  32776. Dev.CD May 00 TC
  32777.  - Sample CodeV
  32778. 61815X
  32779. May 00^
  32780. r--set theItem to choose file -- uncomment to test in an AS editor
  32781.     tell application "Finder"
  32782.         open item "Dev.CD May 00 TC:Sample Code:"
  32783.         activate
  32784.     end tell
  32785. on error errMsg number errNum
  32786.     --enter statements to perform when no records are found such as...
  32787.     display dialog "Sorry, the item you selected could not be found."
  32788.     return
  32789. end try
  32790. e    No Changef;open transport
  32791. port registry
  32792. OTGetIndexedPort
  32793. Dev.CD May 00 TC
  32794. AD!All Packages
  32795. Tool Chest Edition
  32796. OTEndpointInfo
  32797.     l Chest Edition
  32798. ceroute
  32799. mappingU
  32800. mapping
  32801. physical
  32802. codes
  32803. virtual
  32804. codesU
  32805. mappings
  32806. marathi
  32807. marathon
  32808. marchj
  32809. marching
  32810. markZ
  32811. markc
  32812. marked
  32813. marketj
  32814. marketingj
  32815. marketplace
  32816. marriott
  32817. martin
  32818. martin-gilles
  32819. master
  32820. masters
  32821. match
  32822. matched
  32823. matches--any
  32824. matching
  32825. material[
  32826. matrix
  32827. matter
  32828. matters
  32829. matthew
  32830. mature
  32831. maurer
  32832. maurice
  32833. maximize
  32834. maximum
  32835. maybe
  32836. mbytes
  32837. mcbride
  32838. r SDK:
  32839. 61855X
  32840. Dec 99^
  32841. --set theItem to choose file -- uncomment to test in an AS editor
  32842.     tell application "Finder"
  32843.         open item "Dev.CD Dec 99 RL:Technical Documentation:PowerPC Documentation:"
  32844.         activate
  32845.     end tell
  32846. on error errMsg number errNum
  32847.     --enter statements to perform when no records are found such as...
  32848.     display dialog "Sorry, the item you selected could not be found."
  32849.     return
  32850. end try
  32851. Deletedq
  32852. Dev.CD Dec 99 RL
  32853. All Packages
  32854. F    PowerTalkO
  32855. Dev.CD Apr 95P
  32856. Dev.CD Apr 9V
  32857. 61856X
  32858. Apr 95
  32859. b--set theItem to choose file -- uncomment to test in an AS editor
  32860.     tell application "Finder"
  32861.         open item "Dev.CD Apr 95"
  32862.         activate
  32863.     end tell
  32864. on error errMsg number errNum
  32865.     --enter statements to perform when no records are found such as...
  32866.     display dialog "Sorry, the item you selected could not be found."
  32867.     return
  32868. end try
  32869. All Packages
  32870. F    PowerTalkO
  32871. Dev.CD Apr 95P
  32872. Dev.CD Apr 9V
  32873. 61857X
  32874. Apr 95
  32875. drawsprocket
  32876. drawsprocket's
  32877. drawtextcodec
  32878. drill
  32879. driven
  32880. driven
  32881. driverU
  32882. driver's
  32883. drivergestalt
  32884. drivergestaltexplore
  32885. drivergestaltexplore
  32886. sample
  32887. showing
  32888. driverloaderlib
  32889. driversj
  32890. drives
  32891. driving
  32892. dronezone
  32893. dronezone
  32894. application
  32895. which
  32896. designed
  32897. ide 2.1.1 Dev Rel Notes:  Apple Guide 2.1.1 Developer Release Notes. See this file and the Develop article below for what's new in Apple Guide 2.1
  32898. quadraV
  32899. quadrasV
  32900. quadratic
  32901. quake
  32902. qualcomm's
  32903. qualifiedh
  32904. qualifier
  32905. quality
  32906. quandary
  32907. quantitiesg
  32908. quarterj
  32909. qued/m
  32910. queries
  32911. query
  32912. querys
  32913. questionZ
  32914. questionaire
  32915. questionaires
  32916. questionnaire
  32917. questions
  32918. queue
  32919. quick
  32920. quickdrawN
  32921. setup
  32922. display
  32923. display
  32924. manager
  32925. resolution
  32926. screen
  32927. monitor
  32928. pixel
  32929. depth
  32930. display
  32931. manager
  32932. window
  32933. arrangement
  32934. display
  32935. pixel
  32936. depth
  32937. disposeresource
  32938. disposeresource
  32939. debugging
  32940. resource
  32941. handles
  32942. dither
  32943. 61849X
  32944. Apr 00^
  32945. --set theItem to choose file -- uncomment to test in an AS editor
  32946.     tell application "Finder"
  32947.         open item "Dev.CD Apr 00 SDK1:Interactive Media Resources:PortingObjectiveCtoJava:"
  32948.         activate
  32949.     end tell
  32950. on error errMsg number errNum
  32951.     --enter statements to perform when no records are found such as...
  32952.     display dialog "Sorry, the item you selected could not be found."
  32953.     return
  32954. end try
  32955. e    No Changef
  32956. WebObjects
  32957. Objective-C
  32958. Javaq
  32959. Dev.CD Apr 00 SDK1
  32960. All Packages
  32961. PostScript Output Filters
  32962. 61850X
  32963.     return
  32964. end try
  32965. All Packages
  32966. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  32967. Dev.CD Jan 94
  32968. Dev.CD Oct 93
  32969. Dev.CD Jul 93P6Dev.CD Apr 94
  32970. Dev.CD Jan 94
  32971. Dev.CD Oct 93
  32972. Dev.CD Jul 9V
  32973. 59977X
  32974. Apr 94
  32975. return
  32976. end try
  32977. Deletedf
  32978. QD3D 1.6q
  32979. Dev.CD Oct 99 SDK1
  32980. D!All Packages
  32981. Mac OS SDK Edition
  32982. QuickTake Digital CameraICSummary:  This SDK will support the QuickTake 150 or QuickTake 100.d
  32983. All Packages
  32984. System Enabler 088 (AVs)O
  32985. Dev.CD Apr 94
  32986. Dev.CD Jan 94P
  32987. Dev.CD Apr 94
  32988. Dev.CD Jan 9V
  32989. 62391X
  32990. Apr 94
  32991. p--set theItem to choose file -- uncomment to test in an AS editor
  32992.     tell application "Finder"
  32993.         open item "Dev.CD Apr 94
  32994. Dev.CD Jan 94"
  32995.         activate
  32996.     end tell
  32997. on error errMsg number errNum
  32998.     --enter statements to perform when no records are found such as...
  32999.     display dialog "Sorry, the item you selected could not be found."
  33000.     return
  33001. end try
  33002. All Packages
  33003. System Enabler 088 (AVs)O
  33004. Dev.CD Apr 94
  33005. Dev.CD Jan 94P
  33006. Dev.CD Apr 94
  33007. Dev.CD Jan 9V
  33008. 62392X
  33009. Apr 94
  33010. p--set theItem to choose file -- uncomment to test in an AS editor
  33011.     tell application "Finder"
  33012.         open item "Dev.CD Apr 94
  33013. Dev.CD Jan 94"
  33014.         activate
  33015.     end tell
  33016. on error errMsg number errNum
  33017.     --enter statements to perform when no records are found such as...
  33018.     display dialog "Sorry, the item you selected could not be found."
  33019.     return
  33020. end try
  33021. Enterprise and Internet Documentation (HTML and PDF formats)
  33022. Includes:
  33023. Web Objects Documentation
  33024. -WebObjects 3.5 Library
  33025. -Getting Started With WebObjects
  33026. -WebObjects Developer's Guide
  33027. -Release Notes
  33028. Enterprise Objects Documentation:
  33029. -Enterprise Objects 2.2
  33030. -Using Enterprise Objects Framework With OPENSTEP
  33031. Web Objects, Enterprise Objects Framework, EOF, WebObjects, Technical Publications, Technical Documentation, Tutorial, Getting Started, Developer's Guide
  33032. J+enterprise.html
  33033. index.html
  33034. WebObjects:K
  33035. Dec 97L
  33036. Dec 98O3Dev.CD Dec 99 RL:Technical Publications:enterprise:P8Dev.CD Dec 99 RL
  33037.  - Technical Publications
  33038.  - enterprise
  33039. targeted
  33040. targetingf
  33041. targets
  33042. tasksb
  33043. tbltdrvr
  33044. tcp/ip
  33045. MMSystem 7.0 or later.  Power Macintosh required for native translator support.N,Translation, Macintosh Easy Open, TranslatorOADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:PFDev.CD Apr 98 SDK1
  33046.  - Development Kits (Disc 1)
  33047.  - Macintosh Easy OpenyperCard object.
  33048. An object may have any number of variables. Values are preserved when you quit.  They stay with your stack when you drag it to another disk.  The objects that can have variables are: a card button, a card field, the caBJrd itself, a background button, a shared field, or the background itself. 
  33049. J)Instance Variable text
  33050. Instance VariablesK
  33051. Jun 93M
  33052. HyperCard 2.1 or laterNLHyperCard, variable, button, field, instance variables, global, saving stateO\Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Instance Variables:PgDev.CD May 00 TC
  33053.  - Tool Chest
  33054.  - Development Kits
  33055.  - HyperCard Related
  33056.  - HyperCard Instance Variables The System 7.5 Finder is OSL-compliant, opening the door to 
  33057. Movedq
  33058. Dev.CD May 00 TC
  33059. iD!All Packages
  33060. Tool Chest Edition
  33061. Eject PC Cards Location Module
  33062. 1A Location Manager module that shows how to eject PC Cards.  This is a sample of an action module and is useful in general for PowerBook users which use PC Cards and Location Manager
  33063. Shows how to walk the name registry to find PC Cards and eject them. Shows how to build a Location Manager action module.
  33064. Sample Code.imgK
  33065. Mar 99MFPower Macintosh with PC Card 3.0 (PowerBook 3400, 2400, G3, G3 Series)N3PC Card 3.0, Location Manager, Eject, Action moduleO
  33066. Dev.CD May 00 TC:Sample Code:P
  33067. Dev.CD May 00 TC
  33068.  - Sample CodeV
  33069. 61600X
  33070. May 00^
  33071. # Jan 95"
  33072.         activate
  33073.     end tell
  33074. on error errMsg number errNum
  33075.     --enter statements to perform when no records are found such as...
  33076.     display dialog "Sorry, the item you selected could not be found."
  33077.     return
  33078. end try
  33079. All Packages
  33080. F    PowerTalkO
  33081. Dev.CD Apr 95P
  33082. Dev.CD Apr 9V
  33083. 60636X
  33084. Apr 95
  33085. upportLib 1.1.4
  33086.     direct
  33087. b--set theItem to choose file -- uncomment to test in an AS editor
  33088.     tell application "Finder"
  33089.         open item "Dev.CD Jul 95"
  33090.         activate
  33091.     end tell
  33092. on error errMsg number errNum
  33093.     --enter statements to perform when no records are found such as...
  33094.     display dialog "Sorry, the item you selected could not be found."
  33095.     return
  33096. end try
  33097. effectsO
  33098. Dev.CD May 00 TC:Sample Code:P
  33099. Dev.CD May 00 TC
  33100.  - Sample CodeV
  33101. 60955X
  33102. May 00^
  33103. r--set theItem to choose file -- uncomment to test in an AS editor
  33104.     tell application "Finder"
  33105.         open item "Dev.CD May 00 TC:Sample Code:"
  33106.         activate
  33107.     end tell
  33108. on error errMsg number errNum
  33109.     --enter statements to perform when no records are found such as...
  33110.     display dialog "Sorry, the item you selected could not be found."
  33111.     return
  33112. end try
  33113. e    No Changef%SoundSprocket
  33114. 3D sound
  33115. reverb
  33116. effectsq
  33117. Dev.CD May 00 TC
  33118. D!All Packages
  33119. Tool Chest Edition
  33120. F    SourceBugreturn
  33121. end try
  33122. rs or PowerPC microprocessors.You also need System 7.5 or later, a minimum of 8 MB of RAM (16 MB is strongly recommended) and at least 7 MB of free disk space.
  33123. This software is being made available to Apple Developers only and is not for public distribution. We are finishing work on MRJ 1.0.1 and the Software Development Kit (SDK) and expect to post them to <http://applejava.apple.com/> by the end of March 1997.  See the document "About this Pre-Release of MRJ" for details.
  33124. About this Pre-Release of MRJ
  33125. MRJ 1.0.1b1c2 Installer:
  33126. MRJ SDK Installer 1.0.1b1c2
  33127. Pre-Release MRJ JITC:
  33128. Updated Documentation:K
  33129. May 97OFDev.CD Nov 99 TC:What's New?:Development Kits:Mac OS Runtime for Java:PNDev.CD Nov 99 TC
  33130.  - What's New?
  33131.  - Development Kits
  33132.  - Mac OS Runtime for Java
  33133. J.MIB-Clients:
  33134. MIB-Documentation:
  33135. MIB-Libraries:K
  33136. Nov 98L
  33137. Dec 99M
  33138. Universal Headers 3.2OEDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Overview:MoreIsBetter:V
  33139. 59275X
  33140. 1e    No Change
  33141. acket from:
  33142. Meeting Support Unli
  33143. installations
  33144. installed
  33145. installeru
  33146. backgrounder
  33147. backlight
  33148. backlight
  33149. control
  33150. balloonify
  33151. balloonify
  33152. balloonify
  33153. balloony
  33154. balloony
  33155. balloony
  33156. resources
  33157. balloonyhelp
  33158. balloonyhelp
  33159. balloonyres
  33160. balloonyres
  33161. barnesandnoble
  33162. barnesandnoble
  33163. basic
  33164. basic
  33165. connectivity
  33166. 1.1.1
  33167. bbedit
  33168. bbedit
  33169. extensions
  33170. bbedit
  33171. bbedit
  33172. quickstart
  33173. before
  33174. contextuald
  33175. contextual
  33176. managerd
  33177. control
  33178. controls/events
  33179. coresample\
  33180. coresample
  33181. coursesR
  33182. cwpro2t
  33183. datah
  33184. databasem
  33185. database
  33186. suitem
  33187. dcmda
  33188. debug]
  33189. debuggingu
  33190. demo_
  33191. detectorsh
  33192. developeru
  33193. developmentm
  33194. directionsj
  33195. disku
  33196. decompress
  33197. decompressionP
  33198. default
  33199. delete
  33200. depth
  33201. design
  33202. designing
  33203. printer
  33204. default
  33205. setdefaultdtp
  33206. quickdraw
  33207. detectors
  33208. detectorsh
  33209. developeri
  33210. developer
  33211. documentation
  33212. publications
  33213. technical
  33214. document
  33215. developers
  33216. development
  33217. device
  33218. device
  33219. driver
  33220. block
  33221. storage
  33222. drive
  33223. gestalt
  33224. cd-rom
  33225. devnotes
  33226. dialog
  33227. dictation
  33228. dictionary
  33229. digital
  33230. interleaving
  33231. memory
  33232. configuration
  33233. disabled
  33234. disassembler
  33235. disassembly
  33236. utility
  33237. drive
  33238. setup
  33239. display
  33240. display
  33241. manager
  33242. resolution
  33243. screen
  33244. monitor
  33245. pixel
  33246. depth
  33247. display
  33248. manager
  33249. window
  33250. arrangement
  33251. display
  33252. pixel
  33253. depth
  33254. disposeresource
  33255. disposeresource
  33256. debugging
  33257. resource
  33258. handles
  33259. dither
  33260. global
  33261. search
  33262. replace
  33263. software
  33264. project
  33265. archiving
  33266. glossaries
  33267. glyphs
  33268. desktop
  33269. grammar
  33270. graphics
  33271. grayrgn
  33272. gspgetversion
  33273. guest
  33274. guidep
  33275. guidelines
  33276. gworld
  33277. fonts
  33278. typography
  33279. gxgraphics
  33280. gxgraphics
  33281. 1.1.6
  33282. halftone
  33283. handles
  33284. handoff
  33285. handoff
  33286. endpoints
  33287. handwriting
  33288. hardware
  33289. hardware
  33290. acceleration
  33291. hardware
  33292. address
  33293. hardware
  33294. developer
  33295. documentation
  33296. System Enabler 003 (LC III)OEDev.CD Apr 94
  33297. Dev.CD Jan 94
  33298. Dev.CD Oct 93
  33299. Dev.CD Jul 93
  33300. Dev.CD Apr 93PDDev.CD Apr 94
  33301. Dev.CD Jan 94
  33302. Dev.CD Oct 93
  33303. Dev.CD Jul 93
  33304. Dev.CD Apr 9V
  33305. 59848X
  33306. Apr 94
  33307. necessaryq
  33308. needo
  33309. version
  33310. version
  33311. windowed
  33312. allows
  33313. creation
  33314. versionedit
  33315. nager
  33316. Sample Codeq
  33317. Dev.CD May 00 TC
  33318. D!All Packages
  33319. Tool Chest Edition
  33320. MoreFinderEvents
  33321.     n Java programmers to learn Objective-C programming syntax and techniques than it is to convert the Objective-C applications and frameworks to Java. Java applications can have as fast a response time as Objective-C applications, and are just as scalable as Objective-C applications. Other than the investment of time and resources (which is recouped in the long run since more programmers have the knowledge required to work on these applications and frameworks
  33322. Dev.CD Apr 95
  33323. Dev.CD Jan 9V
  33324. 61994X
  33325. Apr 95
  33326. p--set theItem to choose file -- uncomment to test in an AS editor
  33327.     tell application "Finder"
  33328.         open item "Dev.CD Apr 95
  33329. Dev.CD Jan 95"
  33330.         activate
  33331.     end tell
  33332. on error errMsg number errNum
  33333.     --enter statements to perform when no records are found such as...
  33334.     display dialog "Sorry, the item you selected could not be found."
  33335.     return
  33336. end try
  33337. All Packages
  33338. QuickDraw GXO
  33339. Dev.CD Apr 95
  33340. Dev.CD Jan 95P
  33341. Dev.CD Apr 95
  33342. Dev.CD Jan 9V
  33343. 61995X
  33344. Apr 95
  33345. p--set theItem to choose file -- uncomment to test in an AS editor
  33346.     tell application "Finder"
  33347.         open item "Dev.CD Apr 95
  33348. Dev.CD Jan 95"
  33349.         activate
  33350.     end tell
  33351. on error errMsg number errNum
  33352.     --enter statements to perform when no records are found such as...
  33353.     display dialog "Sorry, the item you selected could not be found."
  33354.     return
  33355. end try
  33356. All Packages
  33357. QuickDraw GXO
  33358. Dev.CD Apr 95P
  33359. Dev.CD Apr 9V
  33360. 61996X
  33361. 61649X
  33362. Mar 00^    RL Disk 1
  33363. --set theItem to choose file -- uncomment to test in an AS editor
  33364.     tell application "Finder"
  33365.         open item "Dev.CD Mar 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Player 2.4:"
  33366.         activate
  33367.     end tell
  33368. on error errMsg number errNum
  33369.     --enter statements to perform when no records are found such as...
  33370.     display dialog "Sorry, the item you selected could not be found."
  33371.     return
  33372. end try
  33373. e    No Changef
  33374. HyperCard Player
  33375. stacksq
  33376. Dev.CD Mar 00 RL Disk 1
  33377. D!All Packages
  33378. Tool Chest Edition
  33379. HyperCard Toolkits
  33380. lSummary: This package provides a TMON Pro 3.0 User Area for AppleTalk.  The templates and macros simplify trapping on AppleTalk calls and provide templates for viewing the parameter blocks and associated data structures used by these calls.
  33381. Features: TMON Pro User Area for AppleTalk plus source code for the resource fork of the user area, and listing of macros.
  33382. Networks.imgK
  33383. Apr 92nge
  33384. Jan 94
  33385. 61548X
  33386. Mar 00^
  33387. --set theItem to choose file -- uncomment to test in an AS editor
  33388.     tell application "Finder"
  33389.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  2:"
  33390.         activate
  33391.     end tell
  33392. on error errMsg number errNum
  33393.     --enter statements to perform when no records are found such as...
  33394.     display dialog "Sorry, the item you selected could not be found."
  33395.     return
  33396. end try
  33397. Next CDq
  33398. Dev.CD Mar 00 RL
  33399. All Packages
  33400. develop Issue 20
  33401. 61549X
  33402. w to handle cases where you want to setup OpenGL on a preexisting window.  Ensure you call the DestroyGLFromWindow to destroy the context.
  33403. - PauseGL and ResumeGL are provided to allow the user control over the screen.  Suppose you wish to draw a movie in the same window as OpenGL is using, just call PauseGL, play your movie and then ResumeGL when finished to start drawing your OpenGL scene again.
  33404. - PreflightGL checks for existence of OpenGL and if required DrawSprock
  33405. installer
  33406. chinese
  33407. language
  33408. installer-related
  33409. installermaker
  33410. installers
  33411. installingU
  33412. installment
  33413. installs
  33414. instance
  33415. instances
  33416.  Guide [UPDATE]
  33417. FEATURES:
  33418. New and Updated Documentation!
  33419. --------------
  33420. HARDWARE:
  33421. ---------------
  33422. PowerBook Developer Note
  33423. This developer note describes the latest PowerBook computer, which carries the PowerBook lin
  33424. e forward by adding FireWire ports as well as a new internal architecture, higher processor speeds, and an ATI RAGE 128 graphics controller.
  33425.    The developer note includes information about
  33426.    - the features of the PowerBook
  33427.    - some compatibility issues
  33428.    - the internal logic and custom ICs
  33429.    - the I/O ports and built-in I/O devices
  33430.    - the expansion features
  33431.    - the system software
  33432. --------------------------------
  33433. iBook Developer Note 
  33434. This developer note has been updated to inclu
  33435. finderlaunch
  33436. findprinter
  33437. floatingpoint
  33438. editor
  33439. folder
  33440. folder
  33441. watching
  33442. fonts
  33443. fonts
  33444. 6.0.4
  33445. fragment
  33446. fragment
  33447. framework
  33448. french
  33449. front
  33450. gamesprocket
  33451. gamesprocket
  33452. germany
  33453. gestalt
  33454. gestalt
  33455. selectors
  33456. getenetaddrdirect
  33457. getenetaddrdirect
  33458. gethelpstrings
  33459. getpppstatus
  33460. getsetoptions
  33461. glossariess
  33462. glyphaiv
  33463. goodies
  33464. graphics
  33465. grayscaleo
  33466. groupdrawing
  33467. guidep
  33468. 61385X
  33469. Nov 99^
  33470. --set theItem to choose file -- uncomment to test in an AS editor
  33471.     tell application "Finder"
  33472.         open item "Dev.CD Nov 99 TC:Programs & Marketing:About Developer University:"
  33473.         activate
  33474.     end tell
  33475. on error errMsg number errNum
  33476.     --enter statements to perform when no records are found such as...
  33477.     display dialog "Sorry, the item you selected could not be found."
  33478.     return
  33479. end try
  33480. Deletedq
  33481. Dev.CD Nov 99 TC
  33482. All Packages
  33483. ABS Technical NotesI
  33484. Summary: ABS Technical Notes contain the latest bugs, tips and tricks for developers of software for Apple Workgroup Servers, AppleSearch, AppleShare, AppleTalk Remote Access, and IP Gateway.JqApple Workgroup Servers:
  33485. AppleSearch:
  33486. AppleShare:
  33487. AppleTalk Remote Access:
  33488. IP Gateway:
  33489. Network Server Dev. Guide:K
  33490. Jul 92L
  33491. Jun 95M
  33492. Adobe Acrobat Reader.N2ESD, AppleSearch, AppleShare, ARA, AWS, IP GatewayODDev.CD Dec 99 RL Disk 1:Technical Documentation:ABS Technical Notes:V
  33493. 61386X
  33494. Deleted
  33495. qN2CFM-68K, CFM, Mixed Mode, Thread, ObjectSupportLibO7Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:P?Dev.CD Jul 99 SDK1
  33496.  - Development Kits
  33497.  - Mac OS
  33498.  - CFM-68K SDK2X
  33499. Apr 94
  33500. --set theItem to choose file -- uncomment to test in an AS editor
  33501.     tell application "Finder"
  33502.         open item "Dev.CD Apr 94
  33503. Dev.CD Jan 94
  33504. Dev.CD Oct 93
  33505. Dev.CD Jul 93"
  33506.         activate
  33507.     end tell
  33508. on error errMsg number errNum
  33509.     --enter statements to perform when no records are found such as...
  33510.     display dialog "Sorry, the item you selected could not be found."
  33511.     return
  33512. end try
  33513. All Packages
  33514. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  33515. Dev.CD Jan 94
  33516. Dev.CD Oct 93
  33517. Dev.CD Jul 93
  33518. Dev.CD Apr 93PDDev.CD Apr 94
  33519. Dev.CD Jan 94
  33520. Dev.CD Oct 93
  33521. Dev.CD Jul 93
  33522. Dev.CD Apr 9V
  33523. 61073X
  33524. Apr 94
  33525. AppleShare IP 6.3 SDK
  33526. Continuing to offer the traditional server software suite, AppleShare IP 6.3 now supports Mac OS 9, allowing server administrators to take advantage of the latest improvements in the Mac OS.  AppleShare IP 6.3 also eliminates the dependencies of the earlier versions of the administration applications on Open Doc and replaces those with a single integrated management administration, called Mac OS Server Admin.  Within this SDK, you will find detailed developer documentation, interfaces, lib
  33527. 61434X
  33528. in-house
  33529. inactiveo
  33530. inadvertent
  33531. includeb
  33532. includedA
  33533. includesQ
  33534. includingQ
  33535. includs
  33536. nov/dec
  33537. nov/dec
  33538. 1.1.6
  33539. summary
  33540. folder
  33541. contains
  33542. goodies
  33543. developer
  33544. summary
  33545. folder
  33546. contains
  33547. revised
  33548. acrobat
  33549. versions
  33550. summary
  33551. folder
  33552. contains
  33553. sample
  33554. applications
  33555. demons\
  33556. summary
  33557. folder
  33558. contains
  33559. several
  33560. examples
  33561. system
  33562. summary
  33563. folder
  33564. contains
  33565. several
  33566. snippets
  33567. illustrat
  33568. summary
  33569. folder
  33570. contains
  33571. apple
  33572. event
  33573. registry
  33574. summary
  33575. folder
  33576. contains
  33577. apple
  33578. event
  33579. terminolog^
  33580. summary
  33581. folder
  33582. contains
  33583. following
  33584. localized
  33585. version
  33586. summary
  33587. folder
  33588. contains
  33589. macsnmp
  33590. developer's
  33591. summary
  33592. folder
  33593. contains
  33594. net-install
  33595. apple's
  33596. summary
  33597. folder
  33598. contains
  33599. assist
  33600. increas
  33601. summary
  33602. folder
  33603. contains
  33604. tools
  33605. useful
  33606. develo]
  33607. summary
  33608. graphics
  33609. primer
  33610. contains
  33611. information
  33612. concep
  33613. summary
  33614. guide
  33615. provides
  33616. information
  33617. about
  33618. markets
  33619. distri
  33620. summary
  33621. complete
  33622. demonstration
  33623. access
  33624. buginfo
  33625. bler 065 (LC 575)O
  33626. Dev.CD Apr 94
  33627. Dev.CD Jan 94P
  33628. Dev.CD Apr 94
  33629. Dev.CD Jan 9V
  33630. 61120ff-screen
  33631. off-the-shelf
  33632. offerh
  33633. offered
  33634. offersh
  33635. official
  33636. officially
  33637. offsample
  33638. offscreen
  33639. offset
  33640. offsetting
  33641. often
  33642. old-style
  33643. older
  33644. on-line
  33645. on-line-service
  33646. on-screen
  33647. on/off
  33648. ory or greater.  System 6.5 or later (System 7.0 or later preferred).  VU External Tools require System 7.0 or later.
  33649. Virtual User is a host-target based testing system.  At least 2 machines (1 host, many targets) are necessary to perform any testing with Virtual User, and all machines must be connected via an AppleTalk network (TCP/IP is not supported).
  33650. VU External Tool communications require targets with System 7.0 or later.
  33651. Mac OS Development Toolkit.imgK
  33652. May 98N~VU, Virtual User, VirtualUser, SPEC, SPEC S&L, Ivy, FileTool, Memory Monitor, Testing, Automation, Automated Testing, ClouseauOKDev.CD May 00 TC:Tool Chest:Testing & Debugging:Mac OS Development Toolkit:PSDev.CD May 00 TC
  33653.  - Tool Chest
  33654.  - Testing & Debugging
  33655.  - Mac OS Development Toolkitan 94"
  33656.         activate
  33657.     end tell
  33658. on error errMsg number errNum
  33659.     --enter statements to perform when no records are found such as...
  33660.     display dialog "Sorry, the item you selected could not be found."
  33661.     return
  33662. end try
  33663. r--set theItem to choose file -- uncomment to test in an AS editor
  33664.     tell application "Finder"
  33665.         open item "Dev.CD May 00 TC:Sample Code:"
  33666.         activate
  33667.     end tell
  33668. on error errMsg number errNum
  33669.     --enter statements to perform when no records are found such as...
  33670.     display dialog "Sorry, the item you selected could not be found."
  33671.     return
  33672. end try
  33673. object
  33674. object
  33675. pascal
  33676. objectcode
  33677. objectivec
  33678. objectppc
  33679. objects
  33680. objectsupportlib
  33681. obsolete
  33682. obsolete
  33683. pre-asip
  33684. obsolete&unsupported
  33685. obtain
  33686. install
  33687. image
  33688. sample
  33689. image
  33690. tools
  33691. image
  33692. odclassref
  33693. odcookbook
  33694. sample
  33695. parts
  33696. odf-interest
  33697. odf-interest
  33698. archive
  33699. odfdev
  33700. odflibrary
  33701. odflibrary
  33702. odprogguide
  33703. odupdates
  33704. csmp-digest-v3-072
  33705. csmp-digest-v3-073
  33706. csmp-digest-v3-074
  33707. csmp-digest-v3-075
  33708. csmp-digest-v
  33709. e    No Changeq
  33710. Dev.CD May 00 TC
  33711. D!All Packages
  33712. Tool Chest Edition
  33713.  XFCN allows the HyperTalk scripter to display Help Balloons in a stack.  A demonstration stack, source code, and complete documentation is provided.
  33714.   A simple way to display Help Balloons for objects on a card.  Great way to aid your stack user.  Balloon location and content is controlled by XFCN parameters.  Various options allow you to alter the balloon shape and its hotrect.
  33715. Features:  This is version 1.4.  The developer CD has 1.2d1.  New features include supporting baB?lloon text in a STR# resource and a fix to stop "Write to NIL".
  33716. JEbuildXCMD
  33717. Help XFCN RN 1.4
  33718. helpLab
  33719. makefileHelp
  33720. makeout
  33721. object
  33722. sourceK
  33723. Vol VIIL
  33724. Aug 93M
  33725. HyperCard 2.1, System 7N
  33726. HyperCard, Help, BalloonsO[Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:PiDev.CD May 00 TC
  33727.  - Tool Chest
  33728.  - Development Kits
  33729.  - HyperCard Related
  33730.  - XCMDs & XFCNs
  33731.  - Help XFCN 1.4V
  33732. 61637X
  33733. 1FCN 1.4V
  33734. 61637X
  33735. 1e    No Change
  33736. Snippets - Testing & Debugging
  33737. (** = new, * = revised)
  33738. AE/EM trapping 1.0.1:  Some MacsBug macros that allow you to break on AppleEvent and Edition Manager PACK calls.With these macros you can  type 'atb AESend' (or any other AppleEvent or Edition Manager call) and you will break when the call is made.
  33739. Audit:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  33740. BusErrorTest:  Showhis
  33741. program
  33742. shows
  33743. introspection
  33744. movie
  33745. program
  33746. shows
  33747. usage
  33748. graphicsimporter
  33749. program
  33750. shows
  33751. usage
  33752. qtimagedrawer
  33753. developer
  33754. describes
  33755. macintosh
  33756. powerbook
  33757. 2400c
  33758. developer
  33759. provides
  33760. technical
  33761. information
  33762. about
  33763. development
  33764. information
  33765. image
  33766. contains
  33767. debug
  33768. version
  33769. 2.5.2
  33770. which
  33771. italy
  33772. italy
  33773. distributors/localiz
  33774. items
  33775. japan
  33776. japanesep
  33777. japanese
  33778. resourcesp
  33779. survival
  33780. guide
  33781. jbindery2.0
  33782. jbinderyhtml
  33783. helper
  33784. helper
  33785. helper
  33786. jman2.0
  33787. jmanhtml
  33788. justify
  33789. k-finnish
  33790. kanji
  33791. kanji
  33792. 1.1.3
  33793. mappings
  33794. erface
  33795. guidelines@
  33796. macapp
  33797. release
  33798. continues
  33799. tradition
  33800. modernization
  33801. macapp-based@
  33802. macintosh@
  33803. macintosh
  33804. powerbook
  33805. series
  33806. developer
  33807. note@
  33808. macos@
  33809. madness@
  33810. make@
  33811. makefile@
  33812. manager
  33813. manager's@
  33814. manger@
  33815. manipulations@
  33816. mapping@
  33817. markets@
  33818. media@
  33819. menu@
  33820. menubar@
  33821. mere@
  33822. mismatched@
  33823. visual
  33824. visual-only
  33825. visualization
  33826. visuallyo
  33827. vital
  33828. vocabulary
  33829. voice
  33830. voltages
  33831. volume
  33832. volumemount
  33833. volumes[
  33834. vrefnum
  33835. vucollect
  33836. vumark
  33837. vumeter
  33838. w/mathlib
  33839. w/sound
  33840. w/sysp
  33841. waiting
  33842. waitnextevent
  33843. waits
  33844. wake100
  33845. wakes
  33846. walk-through
  33847. walks
  33848. walkthrough
  33849. wantg
  33850. wanted
  33851. wanting
  33852. wants
  33853. 61810X
  33854. May 00^
  33855. r--set theItem to choose file -- uncomment to test in an AS editor
  33856.     tell application "Finder"
  33857.         open item "Dev.CD May 00 TC:Sample Code:"
  33858.         activate
  33859.     end tell
  33860. on error errMsg number errNum
  33861.     --enter statements to perform when no records are found such as...
  33862.     display dialog "Sorry, the item you selected could not be found."
  33863.     return
  33864. end try
  33865. e    No ChangefiOpen Transport
  33866. AppleTalk
  33867. Printer Access Protocol
  33868. handoff endpoints
  33869. AppleTalk Transaction Protocol
  33870. Dev.CD May 00 TC
  33871. <D!All Packages
  33872. Tool Chest Edition
  33873. OT Server Sample 1.0.1
  33874.      that shows how to use some of the ControlStrip calls.J
  33875. Sample Code.imgK
  33876. Oct 96M
  33877. System 7O
  33878. Dev.CD May 00 TC:Sample Code:P
  33879. Dev.CD May 00 TC
  33880.  - Sample CodeV
  33881. 60279X
  33882. May 00^
  33883. #filter
  33884. filterdirectory
  33885. filterdirectory
  33886. findchange
  33887. finderevents
  33888. finderevents
  33889. findhammerhead
  33890. findhammerhead
  33891. findlurkers
  33892. firstp
  33893. control
  33894. control
  33895. control
  33896. panel
  33897. control
  33898. strip
  33899. control
  33900. strip
  33901. module
  33902. controls
  33903. conversion
  33904. converter
  33905. coprocessorQ
  33906. corba
  33907. foundation
  33908. corners
  33909. counter
  33910. countersA
  33911. counting
  33912. counts
  33913. crccalc
  33914. crcpatch
  33915. creator
  33916. cross-platform
  33917. cryptographic
  33918. cryptographic
  33919. authentication
  33920. cryptography
  33921. ctabhandle
  33922. ctseed
  33923. cursors
  33924. custom
  33925. custom
  33926. allocators
  33927. custom
  33928. customgetfile
  33929. customputfile
  33930. cyrillic
  33931. datah
  33932. YPYDev.CD May 00 TC
  33933.  - Tool Chest
  33934.  - Interapplication Communication
  33935.  - AE Tools
  33936.  - AutoGuest an AS editor
  33937.     tell application "Finder"
  33938.         open item "Dev.CD Apr 93"
  33939.         activate
  33940.     end tell
  33941. on error errMsg number errNum
  33942.     --enter statements to perform when no records are found such as...
  33943.     display dialog "Sorry, the item you selected could not be found."
  33944.     return
  33945. end try
  33946. All Packages
  33947. System Enabler 111 (PB 160/180)O
  33948. Dev.CD Apr 93P
  33949. Dev.CD Apr 9V
  33950. 61165X
  33951. Apr 93
  33952. b--set theItem to choose file -- uncomment to test in an AS editor
  33953.     tell application "Finder"
  33954.         open item "Dev.CD Apr 93"
  33955.         activate
  33956.     end tell
  33957. on error errMsg number errNum
  33958.     --enter statements to perform when no records are found such as...
  33959.     display dialog "Sorry, the item you selected could not be found."
  33960.     return
  33961. end try
  33962. All Packages
  33963. System Enabler 111 (PB 160/180)O
  33964. Dev.CD Apr 93P
  33965. Dev.CD Apr 9V
  33966. 61166X
  33967. Apr 93
  33968. modeled
  33969. modeling
  33970. System Enabler 111 (PB 160/180)O
  33971. Dev.CD Apr 93P
  33972. Dev.CD Apr 9V
  33973. 62402X
  33974. Apr 93
  33975. b--set theItem to choose file -- uncomment to test in an AS editor
  33976.     tell application "Finder"
  33977.         open item "Dev.CD Apr 93"
  33978.         activate
  33979.     end tell
  33980. on error errMsg number errNum
  33981.     --enter statements to perform when no records are found such as...
  33982.     display dialog "Sorry, the item you selected could not be found."
  33983.     return
  33984. end try
  33985. All Packages
  33986. System Enabler 111 (PB 160/180)O
  33987. Dev.CD Apr 93P
  33988. Dev.CD Apr 9V
  33989. 62403X
  33990. Apr 93
  33991. b--set theItem to choose file -- uncomment to test in an AS editor
  33992.     tell application "Finder"
  33993.         open item "Dev.CD Apr 93"
  33994.         activate
  33995.     end tell
  33996. on error errMsg number errNum
  33997.     --enter statements to perform when no records are found such as...
  33998.     display dialog "Sorry, the item you selected could not be found."
  33999.     return
  34000. end try
  34001. All Packages
  34002. System Enabler 111 (PB 160/180)O
  34003. Dev.CD Apr 93V
  34004. 62404X
  34005. pre-installed
  34006. pre-mac
  34007. pre-measured
  34008. pre-mixer
  34009. pre-print
  34010. pre-release
  34011. pre-releases
  34012. pre-scripted
  34013. pre-testing
  34014. pre-train
  34015. pre-translates
  34016. predecessor
  34017. predefined
  34018. predicates
  34019. predictable
  34020. prediction
  34021. predispatch
  34022. staying
  34023. stays
  34024. stdfilterhacking
  34025. stdout
  34026. stdpix
  34027. steal
  34028. stept
  34029. step-by-step
  34030. steps
  34031. steve
  34032. stevens
  34033. stickers
  34034. sticky
  34035. still
  34036. stitching
  34037. stopc
  34038. stopped
  34039. stopping
  34040. storage
  34041. store
  34042. stored
  34043. storing
  34044. storyj
  34045. stragegyj
  34046. strassmann
  34047. strategicj
  34048. strategies
  34049. Xe    No Changef
  34050. testing
  34051. debuggingq
  34052. Dev.CD May 00 TC
  34053. YD!All Packages
  34054. Tool Chest Edition
  34055. AutoGuest 3.0
  34056. AutoGuest 3.0 is a control panel that attempts to prevent the login permission dialog from appearing when Program Linking as Guest is used.
  34057. This is a Control Panel with simple configuration capabilities. It attempts to solve the problem of a modal dialog stopping an automated process which includes Program Linking as a Guest. Full information is provided in the User's Guide included in the package. 
  34058. Hardware: Macintosh Plus or better. 
  34059. System Software: Mac OS 7.5 or greater (it's been te file -- uncomment to test in an AS editor
  34060.     tell application "Finder"
  34061.         open item "Dev.CD Apr 93"
  34062.         activate
  34063.     end tell
  34064. on error errMsg number errNum
  34065.     --enter statements to perform when no records are found such as...
  34066.     display dialog "Sorry, the item you selected could not be found."
  34067.     return
  34068. end try
  34069. All Packages
  34070. 61176X
  34071. parserV
  34072. MyHelpMenuI
  34073. Sample code to demonstrate how to append your own help menu items under the help menu. As an aside, also shows how to implement hierarchical sub-menus.
  34074. Appending your own help menu items. How to implement hierarchical sub-menus.J
  34075. Sample Code.imgK
  34076. Mar 98N#help, menu, hierarchical, sub-menusO
  34077. Dev.CD May 00 TC:Sample Code:P
  34078. Dev.CD May 00 TC
  34079.  - Sample CodeV
  34080. 61776X
  34081. May 00^
  34082. r--set theItem to choose file -- uncomment to test in an AS editor
  34083.     tell application "Finder"
  34084.         open item "Dev.CD May 00 TC:Sample Code:"
  34085.         activate
  34086.     end tell
  34087. on error errMsg number errNum
  34088.     --enter statements to perform when no records are found such as...
  34089.     display dialog "Sorry, the item you selected could not be found."
  34090.     return
  34091. end try
  34092. e    No Changef help
  34093. hierarchical
  34094. sub-menusq
  34095. Dev.CD May 00 TC
  34096. D!All Packages
  34097. Tool Chest Edition
  34098. N&C MacsBug Macros/Templates
  34099. accomplishing
  34100. according
  34101. account/password
  34102. accumulate
  34103. accuracys
  34104. accurate
  34105. accurately
  34106. accurately
  34107. print
  34108. image
  34109. scanned
  34110. accurately
  34111. print
  34112. image
  34113. viewed
  34114. monitor
  34115. acgis
  34116. achieve
  34117. achieved
  34118. achieves
  34119. acrobatZ
  34120. acrossZ
  34121. actionh
  34122. actionsh
  34123. activate
  34124. activeo
  34125. install
  34126. english
  34127. install
  34128. macapp
  34129. r13u5
  34130. install
  34131. macapp
  34132. r14d5
  34133. install
  34134. install
  34135. opengl
  34136. installerZ
  34137. installer
  34138. 4.0.8
  34139. installer
  34140. drivers
  34141. installer
  34142. licensing
  34143. installer
  34144. 1.2.3
  34145. installing
  34146. installing
  34147. opendoc
  34148. one's
  34149. one-time
  34150. onesw
  34151. onescanner
  34152. onlineZ
  34153. onlyh
  34154. opaque
  34155. opcode
  34156. opcodes
  34157. opened
  34158. openfirmware
  34159. opengl
  34160. opengl
  34161. macintosh
  34162. enables
  34163. computer
  34164. display
  34165. three-
  34166. Summary:  NetworkStream is a C++ Stream IO class object for OpenTransport Network I/O. Written in Metrowerks C++, it implements a TNetworkBuf, TNetworkOStream  and TNetworkIOStream object.  
  34167. Issues:  Although I have implemented the insertion class TNetworkOStream I have not yet implemented what is needed for the TNetworkIStream class. THis is mostly because I am unclear how to best handle what happens when you read more data than is in the buffer. If you support the thread mananger then IB7 need to handle the yield/suspend/resume thread issues.
  34168. Sample Code.imgK
  34169. Aug 96M
  34170. OpenTransportN
  34171. C++ OpenTransportO
  34172. Dev.CD May 00 TC:Sample Code:P
  34173. Dev.CD May 00 TC
  34174.  - Sample Codee colors, here
  34175. s a neat trick to reduce its size.
  34176. Print Hints:  Improving QuickDraw GX Printer Driver Performance  by Dave Hersey.  Understanding QuickDraw GX buffering will help you fine-tune the performance of your printer driver.
  34177. Balance of Power:  PowerPC Branch Prediction  by Dave Evans.  Is it scienc
  34178. ped by an exception (or displayed by the MRJ MacsBug dcmd options 
  34179. mrj sc
  34180.  and 
  34181. mrj threads
  34182. ) will include valid source line numbers. This is of great help to us in debugging if you send us MacsBug logs or console output. NOTE: You must disable the JITC to reliably get line numbers. To do so, move the 
  34183. MRJ Symantec JITC
  34184.  library from the 
  34185. MRJ Libraries
  34186.  folder to somewhere outside the System Folder.
  34187. MRJLib contains user breaks (warnings) that MRJ will generate when it detects it has enter
  34188. ed an invalid state. These warnings will drop you into MacsBug; you can just continue execution by typing 
  34189.  in MacsBug followed by the return key. There is no need to kill the target application (
  34190. ) since user breaks are not crashes!  
  34191. MRJLib has been compiled with PowerPC 
  34192. traceback tables
  34193.  enabled. This results in much more accurate native stack crawls that correctly display the names of functions/methods. This is of great help to us in debugging if you send us MacsBug logs when a 
  34194. M]ColorSync 3.0 is designed to work on PowerPC (or newer) machines running System 8.5 or later.N@ColorSync, calibrator, scripting, 3.0, profile, gamma, tag colorFeb 92"
  34195.         activate
  34196.     end tell
  34197. on error errMsg number errNum
  34198.     --enter statements to perform when no records are found such as...
  34199.     display dialog "Sorry, the item you selected could not be found."
  34200.     return
  34201. end try
  34202. audit
  34203. small
  34204. library
  34205. functions
  34206. provide
  34207. summary
  34208. backlight
  34209. control
  34210. control
  34211. panel
  34212. powerbooks
  34213. summary
  34214. bbedit
  34215. freeware
  34216. derivative
  34217. bbedit
  34218. summary
  34219. betabase
  34220. filemaker
  34221. report
  34222. database
  34223. summary
  34224. order
  34225. catch
  34226. summary
  34227. buginfo
  34228. macro
  34229. execute
  34230. within
  34231. macsbug
  34232. summary
  34233. callhyper
  34234. external
  34235. dimension
  34236. which
  34237. summary
  34238. cdent
  34239. format
  34240. source
  34241. summary
  34242. cfm-68k
  34243. runtime
  34244. architecture
  34245. 68k-based
  34246. relate
  34247. relatedb
  34248. relates
  34249. relating
  34250. relational
  34251. relations
  34252. relationship
  34253. relationships
  34254. relativez
  34255. relatively
  34256. relax
  34257. releaseQ
  34258. release
  34259. notes
  34260. released
  34261. releaseresource
  34262. releasesj
  34263. relevanti
  34264. reliability
  34265. D!All Packages
  34266. Tool Chest Edition
  34267. MiniLauncher 1.3b5
  34268. @Summary: MiniLauncher can be used to launch applications by typing the name of the application into an edit text field (used mainly with Virtual User under 6.0.x).
  34269. Features: MiniLauncher can be set to launch an application directly, launch the application via a document, or launch the application and print a document., PICT, GIF, JFIF and EPS formats. These documents are of interest to ColorSync-savvy applications.
  34270. Embedding ICC Profile in GIF89a
  34271. Embedding ICC Profiles in EPS
  34272. Embedding ICC Profiles in JFIF
  34273. Embedding ICC Profiles in Pict
  34274. Embedding ICC Profiles in TIFFK
  34275. Apr 98M    ColorSyncN9ColorSync, ICC, Profile Embed, JFIF, GIF, PICT, TIFF, EPSOiDev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Documentation:Embedding Profile Documentation:PtDev.CD Apr 98 SDK1
  34276.  - Development Kits (Disc 1)
  34277.  - ColorSync SDK
  34278.  - Documentation
  34279.  - Embedding Profile DocumentationV
  34280. 60368X
  34281. Apr 98^
  34282. applications\
  34283. tools]
  34284. NCMacApp, Framework, Object-oriented, C++ Standard Library, CarbonLibby topic, that describe the system software of Macintosh computers.  Together, these books provide the essential reference for programmers, designers, and engineers creating applications for the Macintosh family of computers.
  34285. QuickDraw GX Progammer's Overview
  34286. This book provides an introduction to the QuickDraw GX development enviroment.  It beings with an overview of QuickDraw GX and the key elements of QuickDraw GX programs a
  34287. nd then moves on to illustrate these features using practical programming examples.
  34288. QuickDraw GX Environment & Utilities
  34289. This book shows you how to set up your program to use QuickDraw GX, how QuickDraw GX relates to the rest of the Macintosh environment, and how to handle errors and debug your code.  It also describes a public data format for objects, and documents several managers that extend the object architecture and provide utility functions.
  34290. QuickDraw GX Graphics
  34291. This book shows  
  34292. 62580X
  34293. May 00^
  34294. r--set theItem to choose file -- uncomment to test in an AS editor
  34295.     tell application "Finder"
  34296.         open item "Dev.CD May 00 TC:Sample Code:"
  34297.         activate
  34298.     end tell
  34299. on error errMsg number errNum
  34300.     --enter statements to perform when no records are found such as...
  34301.     display dialog "Sorry, the item you selected could not be found."
  34302.     return
  34303. end try
  34304. e    No ChangefFcounter
  34305. windows
  34306. introduction
  34307. document
  34308. modal dialog
  34309. printing
  34310. aboutq
  34311. Dev.CD May 00 TC
  34312. >D!All Packages
  34313. Tool Chest Edition
  34314. WindowPicker 1.1
  34315. LSummary:  WindowPicker is a System 7 extension that provides you with a convenient/simple way to bring any open window to the front.
  34316. Features:
  34317. - WindowPicker Menu next to the Help Menu
  34318. - popup WindowPicker Menu
  34319. - arrow keys to switch between open windows and applications
  34320. - customizable modifier keys
  34321. - help for setting preferences
  34322. J Read Me
  34323. Read Me.txt
  34324. WindowPickerK
  34325. Jul 92L
  34326. Aug 93M
  34327. System 7 & Any Macintosh
  34328. E- Common
  34329.     - Sun Compliant Java Runtime Environment 1.1
  34330.     - QuickTime 3 
  34331.     - QTJava.zip
  34332.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  34333.     - QTJava media samples
  34334. - Mac OS:
  34335.     - System 8 or later
  34336.     - Macintosh Runtime for Java (MRJ) 2.1
  34337. - Windows 95, 98, or NT::
  34338.     - JRE/JDK from Sun Microsystems, Inc. recommended
  34339. QuickTime, Java, MRJ the item you selected could not be found."
  34340.     return
  34341. end try
  34342. e    No Changeq
  34343. Dev.CD Apr 98 SDK1
  34344. D!All Packages
  34345. Mac OS SDK Edition
  34346. MacTCP Developer Tools
  34347. Summary:  Contains documentation, header files, and tools to enable developers to write applications which use MacTCP as a networking protocol.
  34348. Issues:  User license required for MacTCP. Redistribution license required from Apple if you want to ship the MacTCP driver to your customers
  34349. J]802 LAP:
  34350. HyperCard MacTCP Toolkit 1.0:
  34351. MacTCP LAP Tech Note
  34352. Universal Interfaces:
  34353. ZapTCP 1.1:K
  34354. Aug 93nge
  34355. wise, the Preferred AppleTalk calls are used.k calls are used.
  34356. supercard
  34357. supersedes
  34358. superview
  34359. suport
  34360. supplement
  34361. supplementing
  34362. supplied
  34363. supply
  34364. supportN
  34365.     C"kage is System 7.0 compatible.
  34366. JWdcmd aliases
  34367. Discipline 2.0.2
  34368. MacsBug 6.6
  34369. Macsbug Ref & Debugging Guide
  34370. Robix & sourcesK
  34371. Vol IXL
  34372. Jan 93OBDev.CD May 00 TC:Tool Chest:Testing & Debugging:Debuggers & dcmds:PJDev.CD May 00 TC
  34373.  - Tool Chest
  34374.  - Testing & Debugging
  34375.  - Debuggers & dcmds
  34376. 61730X
  34377. May 98^
  34378. --set theItem to choose file -- uncomment to test in an AS editor
  34379.     tell application "Finder"
  34380.         open item "Dev.CD May 98 TC:Programs & Marketing:Macintosh PowerBook Qualified:"
  34381.         activate
  34382.     end tell
  34383. on error errMsg number errNum
  34384.     --enter statements to perform when no records are found such as...
  34385.     display dialog "Sorry, the item you selected could not be found."
  34386.     return
  34387. end try
  34388. e    No ChangefBMPQ
  34389. Macintosh
  34390. PowerBook
  34391. Qualified
  34392. PC Card
  34393. Card and Socket Servicesq
  34394. Dev.CD May 98 TC
  34395. D(All Packages
  34396. Reference Library Edition
  34397. Macintosh Technical Q&As
  34398. Dev.CD May 00 TC
  34399. All Packages
  34400. HTMLSample
  34401. 60410X
  34402. g "Sorry, the item you selected could not be found."
  34403.     return
  34404. end try
  34405. e    No Changef
  34406. OpenGL
  34407. graphics
  34408. o%ftp://ftp.apple.com/developer/opengl/q
  34409. Dev.CD Apr 00 SDK1
  34410. ;D!All Packages
  34411. Tool Chest Edition
  34412. Optimization TN Demos
  34413.     right now.
  34414. Graphical Truffles: Writing Directly to the Screen  by Brigham S
  34415. debugging
  34416. debugging
  34417. performance
  34418. power
  34419. powerpc
  34420. emulator
  34421. declaration
  34422. designing
  34423. desktop
  34424. detectorh
  34425. detector
  34426. contextual
  34427. apple
  34428. detectors
  34429. detectorsh
  34430. developeri
  34431. developer
  34432. documentation
  34433. publications
  34434. technical
  34435. document
  34436. developers
  34437. development
  34438. device
  34439. device
  34440. driver
  34441. block
  34442. storage
  34443. drive
  34444. gestalt
  34445. cd-rom
  34446. devnotes
  34447. dialog
  34448. dictation
  34449. dictionary
  34450. interleaving
  34451. memory
  34452. configuration
  34453. disabled
  34454. disassembler
  34455. disassembly
  34456. utility
  34457. drive
  34458. setup
  34459. display
  34460. display
  34461. manager
  34462. resolution
  34463. screen
  34464. monitor
  34465. pixel
  34466. depth
  34467. display
  34468. manager
  34469. window
  34470. arrangement
  34471. display
  34472. pixel
  34473. depth
  34474. disposeresource
  34475. disposeresource
  34476. debugging
  34477. resource
  34478. handles
  34479. dither
  34480. ardwareA
  34481. collyer
  34482. color[
  34483. color
  34484. picker
  34485. 2.1.1
  34486. contains
  34487. minor
  34488. fixes
  34489. colorcdef
  34490. colored
  34491. coloredcheckbox
  34492. colorization
  34493. colorize
  34494. colorizepict
  34495. colorizes
  34496. colorpickerlib
  34497. colors
  34498. colorsieve
  34499. colorsync[
  34500. colorsync-savvy
  34501. colortable
  34502. column
  34503. columned
  34504. commandsB
  34505. commented
  34506. comments
  34507. commit
  34508. commitment
  34509. committedj
  34510. commonj
  34511. commonly
  34512. commons
  34513. commpilerj
  34514. commtoolbox
  34515. ) Allow the user to select a screen to use, build a DSp context and then a OpenGL context.  This second method is simpler but relies on user knowing which device is the best at 3D.
  34516.         
  34517. This sample illustrates the second method which makes it simpler and allows us to illustrate the DSp/OpenGL interface well.      
  34518. Note: You will have to replace the access paths for the GameSprcokets SDK and OpenGL SDK with valid ones for your local environment.
  34519. Sample Code.imgK
  34520. Nov 99M)Mac OS 8.1+, OpenGL SDK, DrawSprocket SDKN0OpenGL, DrawSprocket, multiple monitor, rendererO
  34521. Dev.CD May 00 TC:Sample Code:P
  34522. Dev.CD May 00 TC
  34523.  - Sample Code
  34524. summary
  34525. software
  34526. apple
  34527. macintosh
  34528. displayO
  34529. summary
  34530. latest
  34531. version
  34532. shimmermate
  34533. names
  34534. summary
  34535. package
  34536. contains
  34537. summary
  34538. package
  34539. contains
  34540. debugging
  34541. version
  34542. summary
  34543. package
  34544. contains
  34545. application
  34546. demonstrat
  34547. summary
  34548. package
  34549. helps
  34550. developers
  34551. implement
  34552. inline
  34553. input
  34554. summary
  34555. package
  34556. includes
  34557. draft
  34558. specifications
  34559. summary
  34560. package
  34561. apple
  34562. summary
  34563. package
  34564. provides
  34565. summary
  34566. package
  34567. provides
  34568. english
  34569. error
  34570. messages
  34571. ummary
  34572. sample
  34573. illustrates
  34574. determine
  34575. summary
  34576. sample
  34577. demonstrates
  34578. compress
  34579. decompr
  34580. summary
  34581. sample
  34582. demonstrates
  34583. write
  34584. simple
  34585. summary
  34586. sample
  34587. extracts
  34588. finder
  34589. strings
  34590. summary
  34591. support
  34592. quicktake
  34593. quicktake
  34594. All Packages
  34595. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  34596. Dev.CD Jan 94
  34597. Dev.CD Oct 93
  34598. Dev.CD Jul 93
  34599. Dev.CD Apr 93PDDev.CD Apr 94
  34600. Dev.CD Jan 94
  34601. Dev.CD Oct 93
  34602. Dev.CD Jul 93
  34603. Dev.CD Apr 9V
  34604. 62333X
  34605. Apr 94
  34606. --set theItem to choose file -- uncomment to test in an AS editor
  34607.     tell application "Finder"
  34608.         open item "Dev.CD Apr 94
  34609. Dev.CD Jan 94
  34610. Dev.CD Oct 93
  34611. Dev.CD Jul 93
  34612. Dev.CD Apr 93"
  34613.         activate
  34614.     end tell
  34615. on error errMsg number errNum
  34616.     --enter statements to perform when no records are found such as...
  34617.     display dialog "Sorry, the item you selected could not be found."
  34618.     return
  34619. end try
  34620. All Packages
  34621. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  34622. Dev.CD Jan 94
  34623. Dev.CD Oct 93
  34624. Dev.CD Jul 93
  34625. Dev.CD Apr 93PDDev.CD Apr 94
  34626. Dev.CD Jan 94
  34627. Dev.CD Oct 93
  34628. Dev.CD Jul 93
  34629. Dev.CD Apr 9V
  34630. 62334X
  34631. Apr 94
  34632. 61807X
  34633. May 00^
  34634. r--set theItem to choose file -- uncomment to test in an AS editor
  34635.     tell application "Finder"
  34636.         open item "Dev.CD May 00 TC:Sample Code:"
  34637.         activate
  34638.     end tell
  34639. on error errMsg number errNum
  34640.     --enter statements to perform when no records are found such as...
  34641.     display dialog "Sorry, the item you selected could not be found."
  34642.     return
  34643. end try
  34644. e    No Changef-OpenGL
  34645. DrawSprocket
  34646. multiple monitor
  34647. rendererq
  34648. Dev.CD May 00 TC
  34649. 9D!All Packages
  34650. Mac OS SDK Edition
  34651. OpenGL Install
  34652. oOpenGL for Macintosh enables your computer to display three-dimensional graphics using applications designed to take advantage of OpenGL.
  34653. What's New in OpenGL
  34654.  1.1.2:
  34655.  Internal texture format hint is now supported
  34656.  Better AGP texture management
  34657.  Added support for Velocity Engine
  34658.  Support for the EXT_texture_env_add extension
  34659.  Lots of performance optimizations
  34660. 61808X
  34661. 1e    No Change
  34662. #O\Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Alias XFCN 1.3:PjDev.CD May 00 TC
  34663.  - Tool Chest
  34664.  - Development Kits
  34665.  - HyperCard Related
  34666.  - XCMDs & XFCNs
  34667.  - Alias XFCN 1.3V
  34668. 61402X
  34669. May 00^
  34670. --set theItem to choose file -- uncomment to test in an AS editor
  34671.     tell application "Finder"
  34672.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Alias XFCN 1.3:"
  34673.         activate
  34674.     end tell
  34675. on error errMsg number errNum
  34676.     --enter statements to perform when no records are found such as...
  34677.     display dialog "Sorry, the item you selected could not be found."
  34678.     return
  34679. end try
  34680. e    No Changef
  34681. Alias
  34682. HyperCard
  34683. System 7q
  34684. Dev.CD May 00 TC
  34685. $D!All Packages
  34686. Mac OS SDK Edition
  34687. Appearance & CMM SDK 1.0.2
  34688. modal
  34689. dialog
  34690. ted into two-byte digital text that can be further formatted in your favourite word-processing or page layout program. 
  34691. Requiring no tr
  34692. operators
  34693. opf-opendoc
  34694. r  by Matt Deatherage.   An explanation of the mysteries of the printer driver:  what it does, how it does  it, and how to write one.  A sample printer driver is provided.
  34695. J(develop Issue  4:
  34696. develop Issue  4 code:K
  34697. Vol IIIL
  34698. Jun 95OBDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  4:PJDev.CD Mar 00 RL
  34699.  - Technical Documentation
  34700.  - develop
  34701.  - develop Issue  4ages
  34702. F    QuickTimeO
  34703. Dev.CD Jun 97 SSWP
  34704. Dev.CD Jun 97 SSV
  34705. 60867X
  34706. Jun 97
  34707. f--set theItem to choose file -- uncomment to test in an AS editor
  34708.     tell application "Finder"
  34709.         open item "Dev.CD Jun 97 SSW"
  34710.         activate
  34711.     end tell
  34712. on error errMsg number errNum
  34713.     --enter statements to perform when no records are found such as...
  34714.     display dialog "Sorry, the item you selected could not be found."
  34715.     return
  34716. end try
  34717. All Packages
  34718. F    QuickTimeO
  34719. Dev.CD Jun 97 SSWP
  34720. Dev.CD Jun 97 SSV
  34721. 60868X
  34722. Jun 97
  34723. information
  34724. property
  34725. inline
  34726. building
  34727. system
  34728. extensionU
  34729. building
  34730. installing
  34731. using
  34732. driverU
  34733. buildsj
  34734. built-in
  34735. bulletproof
  34736. bundle
  34737. bundled
  34738. bundleservices
  34739. businessj
  34740. businesses
  34741. butcdef
  34742. butler
  34743. buttin
  34744. button
  34745. buttons
  34746. digests
  34747. source
  34748. formatter
  34749. registration
  34750. requests
  34751. callfinder
  34752. callfinder
  34753. callhyper
  34754. callhyper
  34755. camera
  34756. carbon
  34757. carbonlib
  34758. carbonlib
  34759. 1.0.2
  34760. cardbus
  34761. cardbus
  34762. cards
  34763. categories
  34764.    open item "Dev.CD Apr 94
  34765. Dev.CD Jan 94
  34766. Dev.CD Oct 93
  34767. Dev.CD Jul 93
  34768. Dev.CD Apr 93"
  34769.         activate
  34770.     end tell
  34771. on error errMsg number errNum
  34772.     --enter statements to perform when no records are found such as...
  34773.     display dialog "Sorry, the item you selected could not be found."
  34774.     return
  34775. end try
  34776. All Packages
  34777. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  34778. Dev.CD Jan 94
  34779. Dev.CD Oct 93
  34780. Dev.CD Jul 93
  34781. Dev.CD Apr 93PDDev.CD Apr 94
  34782. Dev.CD Jan 94
  34783. Dev.CD Oct 93
  34784. Dev.CD Jul 93
  34785. Dev.CD Apr 9V
  34786. 61107X
  34787. Apr 94
  34788. ere as an example.
  34789. Sample Code.imgK
  34790. Jul 99M
  34791. LaserWriter 8.6 and above:Sample Code:V
  34792. 55480X
  34793. 1e    No Change
  34794. 1e    No Change
  34795. --set theItem to choose file -- uncomment to test in an AS editor
  34796.     tell application "Finder"
  34797.         open item "Dev.CD Apr 94
  34798. Dev.CD Jan 94
  34799. Dev.CD Oct 93
  34800. Dev.CD Jul 93
  34801. Dev.CD Apr 93"
  34802.         activate
  34803.     end tell
  34804. on error errMsg number errNum
  34805.     --enter statements to perform when no records are found such as...
  34806.     display dialog "Sorry, the item you selected could not be found."
  34807.     return
  34808. end try
  34809. shell
  34810. sample
  34811. 1.3.6
  34812. first
  34813. headers
  34814. xtnow
  34815. xtnow
  34816. docsr
  34817. yahoo
  34818. anges to your application with Carbon, new Apple menu behavior, accessing opaque menu data, accessing menu item data using universal command IDs, writing a Carbon MDEF, working with menu and menu item attributes, and enabling and disabling menu items.
  34819. Carbon Window Manager API [NEW]
  34820. ------------------------
  34821. This preliminary document discusses the Window Manager features introduced in CarbonLib 1.0 with Mac OS 9.0. The CarbonLib 1.0 Window Manager API includes new functions for window cla
  34822. sses and layering, changing window attributes, window scrolling, creating windows with custom structure regions, and erasing the window's content region.
  34823. Display Manager [NEW]
  34824. ---------------
  34825. This document describes the application programming interface for the Display Manager. It provides a complete reference, as well as conceptual material and programming examples. Topics discussed include handling events in response to Display Manager changes, determining the characteristics of video 
  34826. D!All Packages
  34827. Tool Chest Edition
  34828. Language Kit Updater f/MacOS8
  34829. The release of Apple's Mac OS 8 brings increased functionality to your computer.  The "Language Kit Updater for Mac OS 8" is designed to make this transition as easy as possible for Language Kit users.  This Language Kit Updater will update your Apple Language Kit for compatibility with Mac OS 8.0 on your Mac OS compatible computer.  The Apple Language Kit Updater for Mac OS 8 (LKU8) is necessary when attempting to use one of the following:
  34830. Current Language Kits with Mac OS 8.0 or newer.
  34831. DDK for development of USB modules.  Contains Mac OS USB 1.4.1f4
  34832. Extensions, libraries, interface files, and sample code to develop and test USB modules and applications to work with USB devices on Power Macintosh systems with USB support.  Provides support for USB v1.4.1f4 for Mac OS 8.6 or greater.  Support third party USB PCI and Cardbus cards which conform to the OHCI USB specification.
  34833. B specification.
  34834. 61434X
  34835. Apr 00^
  34836. --set theItem to choose file -- uncomment to test in an AS editor
  34837.     tell application "Finder"
  34838.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:AppleShare IP 6.3 SDK:"
  34839.         activate
  34840.     end tell
  34841. on error errMsg number errNum
  34842.     --enter statements to perform when no records are found such as...
  34843.     display dialog "Sorry, the item you selected could not be found."
  34844.     return
  34845. end try
  34846. e    No ChangefaAppleShare IP
  34847. Server
  34848. AppleShare Client
  34849. Registry
  34850. Server Controls
  34851. Networking
  34852. PrintoAftp://ftp.apple.com/developer/Development_Kits/AppleShare_IP_6.3/q
  34853. Dev.CD Apr 00 SDK1
  34854. DD!All Packages
  34855. Mac OS SDK Edition
  34856. AppleShare IP API
  34857.     Dev.CD Apr 94
  34858. Dev.CD Jan 94
  34859. Dev.CD Oct 93
  34860. Dev.CD Jul 93P6Dev.CD Apr 94
  34861. Dev.CD Jan 94
  34862. Dev.CD Oct 93
  34863. Dev.CD Jul 9V
  34864. 61248X
  34865. Apr 94
  34866. {--set theItem to choose file -- uncomment to test in an AS editor
  34867.     tell application "Finder"
  34868.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  34869.         activate
  34870.     end tell
  34871. on error errMsg number errNum
  34872.     --enter statements to perform when no records are found such as...
  34873.     display dialog "Sorry, the item you selected could not be found."
  34874.     return
  34875. end try
  34876. Code.imgK
  34877. Nov 97L
  34878. Jun 98M
  34879. Open Transport 1.1.1 or higherN3Open Transport, OTLIFO, OTFIFO, OTLink, linked listO
  34880. Dev.CD May 00 TC:Sample Code:P
  34881. Dev.CD May 00 TC
  34882.  - Sample CodeV
  34883. 60469X
  34884. May 00^
  34885. r--set theItem to choose file -- uncomment to test in an AS editor
  34886.     tell application "Finder"
  34887.         open item "Dev.CD May 00 TC:Sample Code:"
  34888.         activate
  34889.     end tell
  34890. on error errMsg number errNum
  34891.     --enter statements to perform when no records are found such as...
  34892.     display dialog "Sorry, the item you selected could not be found."
  34893.     return
  34894. end try
  34895. e    No Change
  34896. e    No Change
  34897. packageutils
  34898. packageutils
  34899. packagewindow
  34900. packagewindow
  34901. packagewindow
  34902. pages
  34903. client
  34904. interface
  34905. client
  34906. first
  34907. paper
  34908. papworkstation
  34909. papworkstation
  34910. parameters
  34911. parameters
  34912. parserV
  34913. links
  34914. links
  34915. Deletedf
  34916. database
  34917. beta test
  34918. beta helpq
  34919. Dev.CD Nov 99 TC
  34920. All Packages
  34921. BinHexI
  34922. Summary: This is the definition for the BinHex 4.0 Protocol.  It will be useful for folks interested in adding BinHex 4.0 to their communications or file compression packages.J
  34923. BinHex 4.0 SpecsK
  34924. May 93M
  34925. Adobe Acrobat Reader.OKDev.CD Mar 00 RL Disk 1:Technical Documentation:Misc. Standards:BinHex 4.0:PSDev.CD Mar 00 RL Disk 1
  34926.  - Technical Documentation
  34927.  - Misc. Standards
  34928.  - BinHex 4.0V
  34929. 56483X
  34930. Mar 00^    RL Disk 1
  34931. e    No Change
  34932. fully
  34933. asynchronous
  34934. block
  34935. color
  34936. picker
  34937. 2.1.1
  34938. color2index
  34939. colorsync
  34940. colorsync
  34941. calibrator
  34942. scripting
  34943. profile
  34944. gamma
  34945. color
  34946. colorsync
  34947. profile
  34948. embed
  34949. colorsync
  34950. profile
  34951. specification
  34952. colorsync
  34953. photoshop
  34954. plug-ins
  34955. colorsync
  34956. profile
  34957. rename
  34958. colour
  34959. comet
  34960. communications
  34961. compare
  34962. compiler
  34963. scomP
  34964. compound
  34965. compress
  34966. compressionP
  34967. computer
  34968. computer
  34969. based
  34970. media
  34971. television
  34972. broadcast
  34973. graphics
  34974. conditional
  34975. configurationt
  34976. connectivity
  34977. consumer
  34978. container
  34979. content
  34980. context
  34981. contextualh
  34982. contextual
  34983. manager
  34984. control
  34985. control
  34986. strip
  34987. powerbook
  34988. control
  34989. panel
  34990. controls
  34991. conversion
  34992. converter
  34993. coprocessorQ
  34994. corba
  34995. foundation
  34996. overview
  34997. opaque
  34998. types
  34999. reference
  35000. counts
  35001. corners
  35002. accelerationO
  35003. acceleratorj
  35004. accent
  35005. accept
  35006. accepting
  35007. accepts
  35008. accesory
  35009. accessA
  35010. accessed
  35011. accesses
  35012. accessible
  35013. accessing
  35014. accessorb
  35015. acclaimed
  35016. accolades
  35017. accommodates
  35018. accompanied
  35019. accompanies
  35020. accompany
  35021. accompanying
  35022. accomplish
  35023. accomplished
  35024. accurately
  35025. print
  35026. image
  35027. scanned
  35028. accurately
  35029. print
  35030. image
  35031. viewed
  35032. monitor
  35033. acgis
  35034. achieve
  35035. achieved
  35036. acrobatZ
  35037. acrossZ
  35038. actionh
  35039. actionsh
  35040. activeo
  35041. os-only
  35042. osaactiveproc
  35043. osaka
  35044. osasendproc
  35045. osborne
  35046. oserr
  35047. osl-compliant
  35048. ot/ppp
  35049. ot/ppp's
  35050. otgetendpointinfo
  35051. other`
  35052. otherresinfo-mungede
  35053. others
  35054. otherwise
  35055. othmer
  35056. otioctl
  35057. otlifo
  35058. otrcv
  35059. helper
  35060. helplab
  35061. helpsystems
  35062. library
  35063. higos8guide
  35064. higuidelines
  35065. historyu
  35066. history
  35067. 1.0.1 -> 1.0.2 Updater
  35068. Navigable Movie Toolkit
  35069. Read Me
  35070. Read Me.txt
  35071. Software License
  35072. Software License.txt
  35073. TCCalc
  35074. User Manual
  35075. Version History
  35076. Version History.txtK
  35077. Aug 93M
  35078. For acquisition: Any Macintosh that has two serial ports (one optional).
  35079. For digitizing: Any Macintosh that supports QuickTime video digitizingN5Navigable Movies, Pan/Tilt Movies, Virtual NavigationOWDev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:Navigable Movie Toolkit:PbDev.CD May 00 TC
  35080.  - Tool Chest
  35081.  - Development Kits
  35082.  - HyperCard Related
  35083.  - Navigable Movie Toolkitin your OpenDoc part editor can be a little tricky.
  35084. PRINT HINTS: Safe Travel Through the Printing Jungle by Dave Polaschek.  Printing is often much more complex than it needs to be. By keeping it simple and staying on the well-trod path, you can protect yourself.
  35085. BE OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  35086. t need to be complex, as the simple tools presented here wil
  35087. 61392X
  35088. Apr 00^
  35089. --set theItem to choose file -- uncomment to test in an AS editor
  35090.     tell application "Finder"
  35091.         open item "Dev.CD Apr 00 SDK1:What's New:Tool Chest:MacApp:Ad Lib:"
  35092.         activate
  35093.     end tell
  35094. on error errMsg number errNum
  35095.     --enter statements to perform when no records are found such as...
  35096.     display dialog "Sorry, the item you selected could not be found."
  35097.     return
  35098. end try
  35099. e    No ChangefBMacApp
  35100. Framework
  35101. Object-oriented
  35102. Classes
  35103. Editor
  35104. Resources
  35105. /A(http://developer.apple.com/tools/macapp/
  35106. Dev.CD Apr 00 SDK1
  35107. All Packages
  35108. Adobe Acrobat Reader
  35109. 61393X
  35110.  II.pdf
  35111. WebObjects Memory Mgmt.pdf
  35112. WebObjects Tools and Techniques
  35113. WebObjectsCategories&Posers.pdf
  35114. WebObjectsPerformanceTuning
  35115. Working with WebObjects.pdf
  35116. Writing for Interactive Media
  35117. claris
  35118. claris
  35119. translators
  35120. claris
  35121. files
  35122. claris
  35123. system
  35124. classic
  35125. clent
  35126. clent
  35127. richardson
  35128. message
  35129. client
  35130. clipboard
  35131. clipboard
  35132. clipboard
  35133. clipboard
  35134. magician
  35135. clipboard
  35136. clipinfo
  35137. clipinfo
  35138. improvement
  35139. improvements
  35140. improves
  35141. improving
  35142. WrBook 140/170 and the Quadras to crash when _ADBReInit is called.J+ADBReInit
  35143. ADBReInit Note
  35144. ADBReInit Note.txtK
  35145. Sep 92:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:V
  35146. 60157X
  35147. 1e    No Change
  35148. ultraslimfast
  35149. unicode
  35150. unicode
  35151. imaging
  35152. bi-directional
  35153. rotation
  35154. double-byt
  35155. universal
  35156. universal
  35157. serial
  35158. storage
  35159. class
  35160. driver
  35161. systems
  35162. workstation
  35163. solaris
  35164. hp-ux
  35165. update
  35166. updater
  35167. updates
  35168. access
  35169. internet
  35170. usagew
  35171. usedistanthdwrmem
  35172. uselocalhdwrmem
  35173. utilities
  35174. utility
  35175. utility
  35176. zones
  35177. handles
  35178. resources
  35179. utility
  35180. space
  35181. validation
  35182. variable
  35183. variables
  35184. vector
  35185. bottleneck
  35186. bottlenecks
  35187. bottomi
  35188. boundaries
  35189. boundary
  35190. system
  35191. folder
  35192. 8.5.1
  35193. coordinates
  35194. copacetically
  35195. copied
  35196. copiesy
  35197. coplandj
  35198. copland-savvy
  35199. coprocessorQ
  35200. copyj
  35201. copy-and-paste
  35202. copy/paste
  35203. copybitmask
  35204. copybits
  35205. copybitsspeedpalette
  35206. copydeepmask
  35207. copying
  35208. copymask
  35209. copyright
  35210. copyrighted
  35211. copyrights
  35212. copywrite
  35213. core\
  35214. foundation
  35215. documentation
  35216. corners
  35217. corporate
  35218. corporation
  35219. correct
  35220. corrected
  35221. correctlyy
  35222. corrects
  35223. corruption
  35224. cosmetic
  35225. costly
  35226. costsj
  35227. couldX
  35228. solution
  35229. solutions
  35230. someone
  35231. somethingU
  35232. sometimes
  35233. somewhere
  35234. sophisticated
  35235. soulj
  35236. soundP
  35237. sounds
  35238. soundsprocket
  35239. sourcec
  35240. sourcemenu
  35241. sources
  35242. space
  35243. space-saving
  35244. speakj
  35245. speakers
  35246. speaking
  35247. speaksj
  35248. specialT
  35249. specialized
  35250. specifics
  35251. specifically
  35252. specificationo
  35253. sample
  35254. which
  35255. demonstrates
  35256. ethernet
  35257. driver
  35258. code-like
  35259. 61553X
  35260. Mar 00^    RL Disk 1
  35261. --set theItem to choose file -- uncomment to test in an AS editor
  35262.     tell application "Finder"
  35263.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 24:"
  35264.         activate
  35265.     end tell
  35266. on error errMsg number errNum
  35267.     --enter statements to perform when no records are found such as...
  35268.     display dialog "Sorry, the item you selected could not be found."
  35269.     return
  35270. end try
  35271. e    No Changeq
  35272. Dev.CD Mar 00 RL Disk 1
  35273. All Packages
  35274. develop Issue 25
  35275. 61554X
  35276.     end tell
  35277. on error errMsg number errNum
  35278.     --enter statements to perform when no records are found such as...
  35279.     display dialog "Sorry, the item you selected could not be found."
  35280.     return
  35281. end try
  35282. e    No ChangefuSlot
  35283. Slot Manager
  35284. Slot Mgr.
  35285. Declaration
  35286. configuration
  35287. configuration ROM
  35288. NuBus
  35289.  CRCPatch
  35290. CRCCalc
  35291. tjs commq
  35292. Dev.CD May 00 TC
  35293. {D!All Packages
  35294. Tool Chest Edition
  35295. Sad Mac Error Codes 1.1erZ
  35296. redistribution
  35297. r--set theItem to choose file -- uncomment to test in an AS editor
  35298.     tell application "Finder"
  35299.         open item "Dev.CD May 00 TC:Sample Code:"
  35300.         activate
  35301.     end tell
  35302. on error errMsg number errNum
  35303.     --enter statements to perform when no records are found such as...
  35304.     display dialog "Sorry, the item you selected could not be found."
  35305.     return
  35306. end try
  35307. files from the Finder into any applications
  35308.  windows and providing file information for those files.  Applications 
  35309. can also find out where data was dropped in the Finder 
  35310.  for example, that it was dropped into the Trash.
  35311. Version 1.1 of Macintosh Drag and Drop adds support for native PowerPC applications and fixes a number of key bugs with version 1.0.  To support native applications, we've included two new files for your development and we've improved the Macintosh Drag and Drop extension to provide PowerPC glue code.  For development, we provide the DragLib library that you use to link with your appl
  35312. n guide files.  
  35313. There is now CFM 68k glue code present for 68k apps that want to link with the 'AppleGuideGlueLib.68K' shared library code.
  35314. Applications no longer have to build and handle the Help menu if they want their guide files to reside in a folder other than the application's folder.  By including a Guide Directory resource (type = 'gdir'; id = -16384) in their application, they can specify a directory for AG to search for guide files other than the application's directory.  See 
  35315. 'Guide Directory Resource' topic below.
  35316. Whether an application has guide files or not, Apple Guide was searching through the app's directory 5 different times for guide files.  This is now a single search and is much faster. Any guide file information found is cached for performance.
  35317. JbApple Guide 2.1.1
  35318. Apple Guide 2.1.1 Read Me First
  35319. Authoring
  35320. Engineering
  35321. Goodies
  35322. Japanese ResourcesK
  35323. Dec 95L
  35324. Jul 97M
  35325. MacOS 7.0 or greater.O7Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Apple Guide:lor P
  35326. rbon:
  35327. Carbon Dater
  35328. Carbon Overview
  35329. Carbon Specification
  35330. CarbonLib Porting Guide
  35331. Mac OS 9 Technote
  35332. Human Interface Toolbox:
  35333. Appearance Manager
  35334. Control Manager
  35335. Dialog Manager
  35336. Human Interface Guidelines
  35337. Icon Services and Utilities [New]
  35338. List Manager
  35339. Menu Manager
  35340. Window Manager
  35341. Files:
  35342. Alias Manager
  35343. Disk Initialization Manager
  35344. File Manager [New]
  35345. Finder Interface
  35346. Folder Manager
  35347. Navigation Services [Updated]
  35348. Resource Manager
  35349. Translation Manager
  35350. Help Systems:
  35351. Apple Guide
  35352. Apple Help [New]
  35353. Help 
  35354. Manager
  35355. Networking and Communications:
  35356. AppleShare
  35357. Communications Toolbox
  35358. Network Services Location (NSL) Manager [Updated]
  35359. Open Transport
  35360. URL Access Manager
  35361. Utilities:
  35362. Collection Manager
  35363. Control Panels
  35364. Control Strip Services
  35365. Location Manager
  35366. Mathematical and Logical Utilities
  35367. Power PC Numerics
  35368. Core Foundation:
  35369. Base Services
  35370. Bundle Services
  35371. Collection Services
  35372. Overview
  35373. Property List Services 
  35374. String Services 
  35375. Multimedia and Graphics:
  35376. Apple Game Sprockets
  35377. Carbon Printing Manager 
  35378. Color P
  35379. 160/180
  35380. 1995j
  35381. 1996k
  35382. 1997l
  35383. 2.0.1
  35384. 2.0.6
  35385. 2.0b6
  35386. 2.0d3
  35387. 2.0d38
  35388. 2.1.1
  35389. 2.1.2
  35390. 2.1.3
  35391. 2.1.4
  35392. 2.3.0
  35393. 2.4b6z
  35394. 2.6.1
  35395. 2.6.5X
  35396. 2/94w
  35397. 2400c
  35398. advent
  35399. adventures
  35400. advertisements
  35401. advertising
  35402. advice
  35403. advisable
  35404. ae/em
  35405. aecdev/aedeamon
  35406. aecoercion
  35407. aecoercioninit
  35408. aegestalt
  35409. Dev.CD Apr 92
  35410. Dev.CD Mar 92P
  35411. Dev.CD Apr 92
  35412. Dev.CD Mar 9V
  35413. 62225X
  35414. Apr 92
  35415. p--set theItem to choose file -- uncomment to test in an AS editor
  35416.     tell application "Finder"
  35417.         open item "Dev.CD Apr 92
  35418. Dev.CD Mar 92"
  35419.         activate
  35420.     end tell
  35421. on error errMsg number errNum
  35422.     --enter statements to perform when no records are found such as...
  35423.     display dialog "Sorry, the item you selected could not be found."
  35424.     return
  35425. end try
  35426. All Packages
  35427. System 7 Tune-UpO
  35428. Dev.CD Apr 92P
  35429. Dev.CD Apr 9V
  35430. 62226X
  35431. Apr 92
  35432. b--set theItem to choose file -- uncomment to test in an AS editor
  35433.     tell application "Finder"
  35434.         open item "Dev.CD Apr 92"
  35435.         activate
  35436.     end tell
  35437. on error errMsg number errNum
  35438.     --enter statements to perform when no records are found such as...
  35439.     display dialog "Sorry, the item you selected could not be found."
  35440.     return
  35441. end try
  35442. All Packages
  35443. System 7 Tune-UpO
  35444. Dev.CD Apr 92
  35445. Dev.CD Mar 92V
  35446. 62227X
  35447. suitable
  35448. suiteN
  35449. suited
  35450. suitesm
  35451. summarizationb
  35452. summarize
  35453. summarizes
  35454. summarizing
  35455. eractive
  35456. media
  35457. xcmdsn
  35458. xcmds&xfcns
  35459. xfcnc
  35460. xfcns
  35461. xthings
  35462. shell
  35463. sample
  35464. 1.3.6
  35465. first
  35466. headers
  35467. xtnow
  35468. xtnow
  35469. docsr
  35470. yahoo
  35471. ickdraw
  35472. r13u5
  35473. r14d1
  35474. r14d5
  35475. readerZ
  35476. redistribution
  35477. packages
  35478. All Packages
  35479. System Enabler 088 (AVs)O
  35480. Dev.CD Apr 94
  35481. Dev.CD Jan 94P
  35482. Dev.CD Apr 94
  35483. Dev.CD Jan 9V
  35484. 62385X
  35485. Apr 94
  35486. p--set theItem to choose file -- uncomment to test in an AS editor
  35487.     tell application "Finder"
  35488.         open item "Dev.CD Apr 94
  35489. Dev.CD Jan 94"
  35490.         activate
  35491.     end tell
  35492. on error errMsg number errNum
  35493.     --enter statements to perform when no records are found such as...
  35494.     display dialog "Sorry, the item you selected could not be found."
  35495.     return
  35496. end try
  35497. All Packages
  35498. System Enabler 088 (AVs)O)Dev.CD Apr 94
  35499. Dev.CD Jan 94
  35500. Dev.CD Oct 93P(Dev.CD Apr 94
  35501. Dev.CD Jan 94
  35502. Dev.CD Oct 9V
  35503. 62386X
  35504. Apr 94
  35505. issuesT
  35506. o this is how to create one.
  35507. ZoomRecter:  This snippet shows how to do "Finder" style zooming between two rectangles. The boolean flag "kZoomLarger" controls the proportional direction of the zooming.\
  35508. Sample Code.imgK
  35509. Nov 94L
  35510. May 97O
  35511. Dev.CD May 00 TC:Sample Code:P
  35512. Dev.CD May 00 TC
  35513.  - Sample Codetatements to perform when no records are found such as...
  35514.     display dialog "Sorry, the item you selected could not be found."
  35515.     return
  35516. end try
  35517. e    No Changef'HTML
  35518. HTMLRenderingLib
  35519. Packages
  35520. Mac OS 9q
  35521. Dev.CD Mar 00 RL Disk 1
  35522. Http Server
  35523. Summary:  This is a functional OpenTransport  sample  that implements a Macintosh background process that will respond to simple  HTTP requests via TCP/IP.  It utilizes C++, exceptions,  IOStreams, Mac Thread manager, OpenTransport (accepting connections and no-copy reads).
  35524. Issues:  Doesnt parse HTTP yet, but replies with a test page.. 
  35525. IOStreams recv not functional yet,  OT Listen/Accept loop needs improvementneeds improvement
  35526. managerd
  35527. manalyzer
  35528. manalyzer
  35529. manalyzer
  35530. manalyzer
  35531. relase
  35532. notes
  35533. manalyzer
  35534. relase
  35535. notes
  35536. manualb
  35537. mappings
  35538. markc
  35539. market
  35540. marketing
  35541. marketing
  35542. stuff
  35543. markpascal
  35544. masher
  35545. mdefproc
  35546. mdefproc
  35547. memory
  35548. management
  35549. menud
  35550. mergeitems
  35551. - Common
  35552.     - Sun Compliant Java Runtime Environment 1.1
  35553.     - QuickTime 3 
  35554.     - QTJava.zip
  35555.     - QTJava media samples
  35556. - Mac OS:
  35557.     - System 8 or later
  35558.     - Macintosh Runtime for Java (MRJ) 2.1
  35559. - Windows 95, 98, or NT::
  35560.     - JRE/JDK from Sun Microsystems, Inc. recommended
  35561. QuickTime, Java, MRJs are found such as...
  35562.     display dialog "Sorry, the item you selected could not be found."
  35563.     return
  35564. end try
  35565. file@
  35566. fonts@
  35567. global
  35568. search
  35569. replace
  35570. software
  35571. project
  35572. archiving@
  35573. heap@
  35574. inline
  35575. input@
  35576. jfif@
  35577. laserwriter
  35578. linking@
  35579. loadable@
  35580. localized
  35581. strings@
  35582. macapp@
  35583. memory@
  35584. multi-processing@
  35585. notes@
  35586. ot/ppp@
  35587. overview@
  35588. power@
  35589. profiler@
  35590. quicktime@
  35591. quicktime
  35592. conferencing@
  35593. rgbforecolor@
  35594. screen@
  35595. mode@
  35596. search@
  35597. selected@
  35598. serial
  35599. ports@
  35600. soundsprocket@
  35601. system@
  35602. translation@
  35603. unix@
  35604. view@
  35605. encoding
  35606. unicode
  35607. script
  35608. language
  35609. conversion
  35610. games
  35611. input
  35612. text-to-speech
  35613. textedit
  35614. thread
  35615. thread
  35616. manager
  35617. thread
  35618. threads
  35619. tasks
  35620. tasking
  35621. multitasking
  35622. threading
  35623. threads
  35624. timing
  35625. tokenQ
  35626. tokenize
  35627. tokenizer
  35628. tokenizer
  35629. fcode
  35630. tokentalkQ
  35631. broadcast-ready
  35632. brochure
  35633. broken
  35634. bronze
  35635. browse
  35636. browser
  35637. browsers
  35638. browsing
  35639. bruce
  35640. bruyndonckx
  35641. bryan
  35642. budget
  35643. bufcallback
  35644. buffer
  35645. buffercmd
  35646. buffered
  35647. buffering
  35648. buffers
  35649. bugfix
  35650. buggy
  35651. Summary: This is the electronic version of develop magazine.
  35652.  Issue 7 highlights:
  35653. QuickTime 1.0: 
  35654. You Oughta Be in Pictures
  35655.   by Guillermo A. Ortiz.
  35656. An introduction to QuickTime that shows you how to create and play back simple movies.
  35657. Scoring Points With TrueType  by Konstantin Othmer and Mike Reed.   This article demonstrates some snazzy, never-before-possible text effects.
  35658. Threaded Communications With Futures  by Michael Gough.   Futures are an addition to the Threads Package that 
  35659. can make your IPC code even cleaner.
  35660. Using C++ Objects in a World of Exceptions  by Michael C. Greenspon.   This article explores some subtle gotchas that can occur when mixing Pascal and C++ objects, and provides guidelines for avoiding them.
  35661. The Subspace Manager in System 7.0  by Harry R. Chesley.   A little-known Macintosh Manager is revealed for the first time, and the (hairy) implications for life on earth are discussed.
  35662. Print Hints From Luke & Zz: Help for Your Dialog Appendages  
  35663. ets the volume to 1. On the following startup, the saved setting is restored, and the Shutdown procedure is re-installed for next time. And so on...
  35664. Notification Hacks:  A collection of sick Notification Manager hacks.
  35665. OpenWindow:  Shows basic initialization calls and how to open a window for drawing.
  35666. OtherResInfo-MungeDeamon:  This sample demonstrates how to use a background-only application and AppleEvents to safely open and query another application's (or other file's) resource fork.
  35667. Password:  This is a simple demo of three ways to implement a password dialog, where characters typed are not drawn; instead, anonymous characters such as bullets are drawn, keeping the password secure.
  35668. PBAllocate:  This MPW tool shows how to work around a bug in PBAllocate.
  35669. PopUpMenuWithCurFont:  PopUpMenuSelectWithCurFont demonstrates which low memory globals (and possibly even nastier things) one must twiddle in order to control the font used by MDEF 0 during PopUpMenuSelect. Note t
  35670. Apple Event XCMDs 1.0b3
  35671. Summary: This stack contains a collection of Apple Event XCMDs and handlers which can be used to send Apple events to Apple event-aware applications from HyperCard.  It replaces the SendAppleEvent XCMD stack which has been previously distributed via AppleLink and Apple's Developer CD.  Object specifiers and AERecords are  now supported in this stack!  With this HyperCard stack, you may easily create and send Apple events to an application.  By reading an application's 'aete' resource, whicBfh generates glue routines, you can "test drive" the application by sending it events that it supports.
  35672. J*Apple Event XCMDs b3
  35673. Apple Event XCMDs DocK
  35674. Nov 94OeDev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Apple Event XCMDs 1.0b3:PsDev.CD May 00 TC
  35675.  - Tool Chest
  35676.  - Development Kits
  35677.  - HyperCard Related
  35678.  - XCMDs & XFCNs
  35679.  - Apple Event XCMDs 1.0b3W
  35680. compilers
  35681. assemblers
  35682. linkers
  35683. tools
  35684. debuggers
  35685. performance
  35686. 2.1.2
  35687. 2.1.3
  35688. 2.1.4
  35689. redistribution
  35690. multi-player
  35691. multi-processing
  35692. multi-processing
  35693. pascal
  35694. multicast
  35695. multihoming
  35696. multilingual
  35697. multimedia
  35698. multiple
  35699. multiprocessing
  35700. multiprocessing
  35701. multitasking
  35702. multiprocessor
  35703. multiprocessor
  35704. multitasking
  35705. multitasking
  35706. multiprocessing
  35707. PowerMacs w/Sys 7.1.2:  Apple Guide Support for PowerMacs with System  7.1.2.
  35708. all pre-7.5 systems:  Apple Guide Support for System 7.0 and greater.  
  35709. Not required for System 7.5 or greater.
  35710. SharedLibs:  Apple Guide shared library Support for CFM 68K & PPC.
  35711. Apple GuidePlugIn 1.0:  Apple Guide Support for OpenDoc.
  35712. Using Apple Guide 2.1.1:  Develop issue 27 article explaining the new features in Apple Guide 2.1.
  35713. Apple Guide 2.1.1 Resources:  New Apple Guide 2.1 resources types explain
  35714. ed in the article above.
  35715. NEW FEATURES IN APPLE GUIDE 2.1.1
  35716. Apple Guide now supports help access from OpenDoc processes, which involves numerous parts and not a single application process as in the previous help environment.  For information on providing guide files for OpenDoc parts, please see the Develop Issue 27 Article titled "Using Apple Guide 2.1, OpenDoc".
  35717. Now supports the ability to access multiple guide files combining the topic areas, index, and look for content across all ope
  35718. buffered
  35719. buffering
  35720. reports
  35721. error
  35722. reports
  35723. apple
  35724. builder
  35725. built-in
  35726. bundle
  35727. burned-in
  35728. business
  35729. button
  35730. buttons
  35731. opentransport
  35732. cacheA
  35733. cacheline
  35734. cad/cam
  35735. cad/cam
  35736. design
  35737. calibrator
  35738. camera
  35739. capabilities
  35740. capture
  35741. y dialog "Sorry, the item you selected could not be found."
  35742.     return
  35743. end try
  35744. e    No Changeq
  35745. Dev.CD May 00 TC
  35746. D!All Packages
  35747. Mac OS SDK Edition
  35748. Speech Recognition Manager
  35749. simplifies
  35750. simplify
  35751. simply
  35752. singlep
  35753. single-link
  35754. sitei
  35755. works
  35756. under
  35757. appearance@
  35758. written@
  35759. x-axes@
  35760. you'll@
  35761. yourself@
  35762. 03-information
  35763. registrati
  35764. 1.3a6@
  35765. 2.1.2@
  35766. 3.0.1@
  35767. about
  35768. clipboard
  35769. magician
  35770. 0.76@
  35771. access@
  35772. aegizmos
  35773. 1.4.2@
  35774. anniversary@
  35775. apple
  35776. directions
  35777. 03/96@
  35778. apple
  35779. event
  35780. xcmds
  35781. 1.0b3@
  35782. apple
  35783. glossary
  35784. apple
  35785. standardsv
  35786. apple
  35787. workgroup
  35788. servers@
  35789. appleii@
  35790. appletalk
  35791. alias@
  35792. appletalk
  35793. first@
  35794. archive@
  35795. atags@
  35796. Prospective users of this code should know that the plan of record for Copland does not include support for jGNEFilter. However, it is likely that Copland will include some form of global event filtering service. Carefully isolate your use of this code and you may be able to make the move to Copland without too much pain.
  35797. Mar 96nce of a scriptable Finder. Wouldn't that be cool? You shou
  35798. --set theItem to choose file -- uncomment to test in an AS editor
  35799.     tell application "Finder"
  35800.         open item "Dev.CD Apr 94
  35801. Dev.CD Jan 94
  35802. Dev.CD Oct 93
  35803. Dev.CD Jul 93"
  35804.         activate
  35805.     end tell
  35806. on error errMsg number errNum
  35807.     --enter statements to perform when no records are found such as...
  35808.     display dialog "Sorry, the item you selected could not be found."
  35809.     return
  35810. end try
  35811. 62528X
  35812. Dec 99^
  35813. --set theItem to choose file -- uncomment to test in an AS editor
  35814.     tell application "Finder"
  35815.         open item "Dev.CD Dec 99 RL:Technical Publications:enterprise:"
  35816.         activate
  35817.     end tell
  35818. on error errMsg number errNum
  35819.     --enter statements to perform when no records are found such as...
  35820.     display dialog "Sorry, the item you selected could not be found."
  35821.     return
  35822. end try
  35823. Deletedq
  35824. Dev.CD Dec 99 RL
  35825. All Packages
  35826. F&Technical Publications: Function Index
  35827. 7Summary:
  35828. The Function index provides links to function descriptions from Inside Macintosh and from new and revised Mac OS 8 documents. Note that QuickTime and Sound Manager functions are described in a separate Function Index.
  35829. The Function Index can be accessed through the Mac OS 8 Documentation product page.
  35830. Mar 99L
  35831. Sep 99V
  35832. 62529X
  35833. 1e    No Change
  35834. d not be found."
  35835.     return
  35836. end try
  35837. All Packages
  35838. QuickDraw 3DO
  35839. Dev.CD Jan 96 SSWV
  35840. 59445X
  35841. choosex
  35842. useful for tuning an application with respect to disk I/O performance. A disk I/O test program called 'BlockReader' is also included.
  35843. JBBlockReader 1.0
  35844. IOTracer 6.0
  35845. IOTracer Analyzer 1.0
  35846. SCSIMonitor 4.0K
  35847. Jun 95L
  35848. May 96M
  35849. System 7.0N
  35850. SCSI, Disk I/O, PerformanceODDev.CD May 00 TC:Tool Chest:Devices:SCSI:Disk I/O Performance Tools:PODev.CD May 00 TC
  35851.  - Tool Chest
  35852.  - Devices
  35853.  - SCSI
  35854.  - Disk I/O Performance Toolsrn
  35855. end try
  35856. e    No Changeq
  35857. Dev.CD May 00 TC
  35858. 4D!All Packages
  35859. Tool Chest Edition
  35860. TweenCameraI
  35861. This demo program shows how to apply camera actions to a 3D model (a 3D media track) in a movie using the Tween Media type of QuickTime.J
  35862. Sample Code.imgK
  35863. Feb 00
  35864. - Common
  35865.     - Sun Compliant Java Runtime Environment 1.1
  35866.     - QuickTime 3 
  35867.     - QTJava.zip
  35868.     - QTJava media samples
  35869. - Mac OS:
  35870.     - System 8 or later
  35871.     - Macintosh Runtime for Java (MRJ) 2.1
  35872. - Windows 95, 98, or NT::
  35873.     - JRE/JDK from Sun Microsystems, Inc. recommended
  35874. :Sample Code:V
  35875. 58840X
  35876. 1e    No Change
  35877. Sample Code.imgK
  35878. Nov 94
  35879. 2.1.1
  35880. 2.1.2
  35881. 2.1.3
  35882. 2.1.4
  35883. 3.2.1
  35884. 8.5.1
  35885. 802.2
  35886. 802.3
  35887. 9650/350
  35888. a/roseQ
  35889. a/rose
  35890. macintosh
  35891. coprocessor
  35892. platform
  35893. ethernet
  35894. powerpQ
  35895. about
  35896. acceleration
  35897. access
  35898. acrobatZ
  35899. action
  35900. ent to test in an AS editor
  35901.     tell application "Finder"
  35902.         open item "Dev.CD May 00 TC:Sample Code:"
  35903.         activate
  35904.     end tell
  35905. on error errMsg number errNum
  35906.     --enter statements to perform when no records are found such as...
  35907.     display dialog "Sorry, the item you selected could not be found."
  35908.     return
  35909. end try
  35910. e    No Changef
  35911. process managerq
  35912. Dev.CD May 00 TC
  35913. D!All Packages
  35914. Mac OS SDK Edition
  35915. --set theItem to choose file -- uncomment to test in an AS editor
  35916.     tell application "Finder"
  35917.         open item "Dev.CD May 00 TC:Tool Chest:Localization:cihui:"
  35918.         activate
  35919.     end tell
  35920. on error errMsg number errNum
  35921.     --enter statements to perform when no records are found such as...
  35922.     display dialog "Sorry, the item you selected could not be found."
  35923.     return
  35924. end try
  35925. selected could not be found."
  35926.     return
  35927. end try
  35928. All Packages
  35929. System 7.5 Update 1.0O
  35930. Dev.CD Jul 95P
  35931. Dev.CD Jul 9V
  35932. 61027X
  35933. Jul 95
  35934. b--set theItem to choose file -- uncomment to test in an AS editor
  35935.     tell application "Finder"
  35936.         open item "Dev.CD Jul 95"
  35937.         activate
  35938.     end tell
  35939. on error errMsg number errNum
  35940.     --enter statements to perform when no records are found such as...
  35941.     display dialog "Sorry, the item you selected could not be found."
  35942.     return
  35943. end try
  35944. All Packages
  35945. System 7.5 Update 1.0O
  35946. Dev.CD Jul 95P
  35947. Dev.CD Jul 9V
  35948. 61028X
  35949. savemenu
  35950. saver
  35951. saves
  35952. savingj
  35953. savings
  35954. savory
  35955. savvy
  35956. sawitzki
  35957. saysj
  35958. sbarcdef
  35959. scalable
  35960. scale
  35961. scales
  35962. scaling
  35963. scannedg
  35964. scannerg
  35965. scanners
  35966. scanning
  35967. scansg
  35968. scenario
  35969. scene
  35970. scoring
  35971. scott
  35972. scrambling
  35973. scrap
  35974. screenB
  35975. screens
  35976. screenshots
  35977. scripth
  35978. scriptability
  35979. scriptableN
  35980. scripted
  35981. scripter
  35982. scriptingh
  35983. scripts
  35984. scriptswitcher8
  35985. tevens  and Bill Guschwan.   The message hasn
  35986. t changed: Don
  35987. t write directly to the screen. But if you absolutely need to break the rules, here are some clues for success.
  35988. J(develop Issue 11:
  35989. develop Issue 11 code:K
  35990. Vol IIIL
  35991. Jun 95OBDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue 11:PJDev.CD Mar 00 RL
  35992.  - Technical Documentation
  35993.  - develop
  35994.  - develop Issue 11olumes 1.1:  This snippet demonstrates several techniques for unmounting a volume:
  35995.    [1] UnmountVol (via MoreFi
  35996.    [2] sending an AppleEvent to Finder
  35997.    [3] a combination of emptying the trash and MoreFiles
  35998. A successful unmounting algorithm might choose to use more than one of these techniques.
  35999. resolveRelativeAlias:  resolveRelativeAlias is an MPW tool which demonstrates use of a relative alias for locating a file in a known folder on an unknown volume.
  36000. Select Folder w/ Gray files:  This is an example of twisted abuse of user interface in order to achieve a noble purpose: as better "Select F
  36001. summary
  36002. folder
  36003. contains
  36004. documents
  36005. about
  36006. programming
  36007. summary
  36008. folder
  36009. contains
  36010. electronic
  36011. forms
  36012. allow
  36013. summary
  36014. folder
  36015. contains
  36016. helpful
  36017. scripts
  36018. summary
  36019. folder
  36020. contains
  36021. information
  36022. tells
  36023. develope
  36024. I SDK:PMDev.CD Apr 00 SDK1
  36025.  - Development Kits
  36026.  - Mac OS
  36027.  - AppleShare Client API SDKV
  36028. 60200X
  36029. Apr 00^
  36030. --set theItem to choose file -- uncomment to test in an AS editor
  36031.     tell application "Finder"
  36032.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:AppleShare Client API SDK:"
  36033.         activate
  36034.     end tell
  36035. on error errMsg number errNum
  36036.     --enter statements to perform when no records are found such as...
  36037.     display dialog "Sorry, the item you selected could not be found."
  36038.     return
  36039. end try
  36040. e    No Changef$AppleShare
  36041. Client
  36042. shared volumesoPftp://ftp.apple.com/developer/Development_Kits/AppleShare_Client_API_SDK.img.hqxq
  36043. Dev.CD Apr 00 SDK1
  36044. CD!All Packages
  36045. Mac OS SDK Edition
  36046.     B&ly copy information from other records
  36047. J5betaBase d1a2
  36048. ReadME - betaBase
  36049. ReadME - betaBase.txtK
  36050. Sep 93M
  36051. FileMaker ProN
  36052. database, beta test, beta helpOGDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:betaBase:PRDev.CD Nov 99 TC
  36053.  - Tool Chest
  36054.  - Testing & Debugging
  36055.  - Bug Reporting
  36056.  - betaBaseitem you selected could not be found."
  36057.     return
  36058. end try
  36059. apple
  36060. directions
  36061. 08/95j
  36062. apple
  36063. directions
  36064. 08/96k
  36065. apple
  36066. directions
  36067. 08/97
  36068. apple
  36069. directions
  36070. 09/95j
  36071. apple
  36072. directions
  36073. 09/96k
  36074. apple
  36075. directions
  36076. 09/97
  36077. apple
  36078. directions
  36079. 10/95j
  36080. apple
  36081. directions
  36082. 10/96k
  36083. apple
  36084. directions
  36085. 10/97
  36086. apple
  36087. directions
  36088. 11-12/96k
  36089. apple
  36090. directions
  36091. 11/95j
  36092. apple
  36093. directions
  36094. 11/97
  36095. apple
  36096. directions
  36097. 12/95j
  36098. apple
  36099. event
  36100. registrym
  36101. apple
  36102. event
  36103. registry
  36104. errata
  36105. apple
  36106. event
  36107. xcmds
  36108. apple
  36109. event
  36110. xcmds
  36111. apple
  36112. guide
  36113. 2.1.1p
  36114. apple
  36115. guide
  36116. 2.1.1
  36117. firstp
  36118. apple
  36119. apple
  36120. international
  36121. glossar
  36122. apple
  36123. standards
  36124. analyzeb
  36125. analyzer
  36126. analyzes
  36127. analyzing
  36128. ting the MPW 3.0 documentation for MPW scripting
  36129. Features: The sample scripts are heavily commented so that the concepts on which they are based can be easily transferred to other scripts. Also includes tips documents on putting commands together to write useful scripts.  
  36130. J6Documents
  36131. READMEFIRST!
  36132. Sample Makefiles
  36133. Sample ScriptsK
  36134. Mar 92M
  36135. MPW 3.2 or laterOODev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:MPW Script Tips 1.1.1:PZDev.CD May 00 TC
  36136.  - Tool Chest
  36137.  - Development Kits
  36138.  - MPW Related
  36139.  - MPW Script Tips 1.1.1V
  36140. 58036X
  36141. May 00^
  36142. #imgK
  36143. Apr 97O
  36144. Dev.CD May 00 TC:Sample Code:P
  36145. Dev.CD May 00 TC
  36146.  - Sample CodeV
  36147. 56619X
  36148. May 00^
  36149. #rry, the item you selected could not be found."
  36150.     return
  36151. end try
  36152. S:MRJ:MRJ 2.1.4 Web Install:raw 3DO
  36153. Dev.CD Jan 96 SSWV
  36154. 46981X
  36155. Movedq
  36156. Dev.CD May 00 TC
  36157. dD!All Packages
  36158. Tool Chest Edition
  36159. F    DukeMovie
  36160. This demo program shows how to display any QuickTime content within a java.awt display space using the QTCanvas. It also demonstrates the use of the different resize options of the QTCanvas (with the QTCanvas' alignment set to centre it in the display space).
  36161. Sample Code.imgK
  36162. Feb 00
  36163. - Common
  36164.     - Sun Compliant Java Runtime Environment 1.1
  36165.     - QuickTime 3 
  36166.     - QTJava.zip
  36167.     - QTJava media samples
  36168. - Mac OS:
  36169.     - System 8 or later
  36170.     - Macintosh Runtime for Java (MRJ) 2.1
  36171. - Windows 95, 98, or NT::
  36172.     - JRE/JDK from Sun Microsystems, Inc. recommended
  36173. QuickTime, Java, MRJO
  36174. Dev.CD May 00 TC:Sample Code:P
  36175. Dev.CD May 00 TC
  36176.  - Sample CodeV
  36177. 61595X
  36178. May 00^
  36179. #perform when no records are found such as...
  36180.     display dialog "Sorry, the item you selected could not be found."
  36181.     return
  36182. end try
  36183. All Packages
  36184. PPC EnablerO
  36185. Dev.CD Jul 95P
  36186. Dev.CD Jul 9V
  36187. 60667X
  36188. Jul 95
  36189. This sample is a demonstration and test of the SoundSprocket API with QuickDraw 3D.  If allows the user to config various options of SoundSprocket to show how effects work and their interactions.
  36190. Sample Code.imgK
  36191. Feb 00MmPowerPC, System 8.1+, SoundSprocket, QuickDraw 3D, and either Universal Headers 3.3 or the SoundSprocket SDK.N(SoundSprocket, 3D sound, reverb, effectsO
  36192. Dev.CD May 00 TC:Sample Code:P
  36193. Dev.CD May 00 TC
  36194.  - Sample CodeV
  36195. 62188X
  36196. May 00^
  36197. r--set theItem to choose file -- uncomment to test in an AS editor
  36198.     tell application "Finder"
  36199.         open item "Dev.CD May 00 TC:Sample Code:"
  36200.         activate
  36201.     end tell
  36202. on error errMsg number errNum
  36203.     --enter statements to perform when no records are found such as...
  36204.     display dialog "Sorry, the item you selected could not be found."
  36205.     return
  36206. end try
  36207. e    No Changef%SoundSprocket
  36208. 3D sound
  36209. reverb
  36210. effectsq
  36211. Dev.CD May 00 TC
  36212. D!All Packages
  36213. Tool Chest Edition
  36214. F    SourceBugtrates
  36215. palette
  36216. 62592X
  36217. Nov 99^
  36218. --set theItem to choose file -- uncomment to test in an AS editor
  36219.     tell application "Finder"
  36220.         open item "Dev.CD Nov 99 TC:System Software:Worldwide QuickDraw GX:"
  36221.         activate
  36222.     end tell
  36223. on error errMsg number errNum
  36224.     --enter statements to perform when no records are found such as...
  36225.     display dialog "Sorry, the item you selected could not be found."
  36226.     return
  36227. end try
  36228. Deletedq
  36229. Dev.CD Nov 99 TC
  36230. JD!All Packages
  36231. Mac OS SDK Edition
  36232. Worldwide System Software
  36233. This folder contains Worldwide updates of Mac OS 8.1 that were available as this edition of the Developer CD went to press.
  36234.  To create floppy disks from the disk images or create net install folders on your desktop, use the "Disk Copy" application in the Utilities folder.
  36235. 62593X
  36236. 1e    No Change
  36237. ontains
  36238. goodies
  36239. developer
  36240. tech@
  36241. summary
  36242. da/application
  36243. allows
  36244. examine
  36245. fonts
  36246. footprintg
  36247. sounds
  36248. soundsprocket
  36249. soundunit
  36250. sourcec
  36251. source-code
  36252. source-level
  36253. sourcebug
  36254. sourcebug
  36255. source-level
  36256. debugger
  36257. debugging
  36258. 68k-based
  36259. sourcemenu
  36260. sourceobj
  36261. sources
  36262. sourceserver
  36263. space
  36264. space-saving
  36265. spain
  36266. spanish
  36267. lease NotesK
  36268. Mar 95L
  36269. Jan 97M
  36270. System 6.0.7 or greater.N<ASLM, Apple Shared Library Manager, DLL Dynamic Link LibraryOHDev.CD Jul 99 SDK1:Development Kits:Mac OS:Apple Shared Library Manager:PPDev.CD Jul 99 SDK1
  36271.  - Development Kits
  36272.  - Mac OS
  36273.  - Apple Shared Library ManagerV
  36274. 58938X
  36275. Jul 99
  36276. 58938X
  36277. Jul 99e
  36278. Deleted
  36279. quickdraw's
  36280. quickdrax
  36281. quickly`
  36282. quickstart
  36283. quicktake
  36284. quicktimej
  36285. quicktime
  36286. oughta
  36287. pictures
  36288. guillermo
  36289. ortiz
  36290. quicktime
  36291. quicktime
  36292. includes
  36293. quicktime
  36294. javad
  36295. quicktime
  36296. windows
  36297. includes
  36298. quicktime
  36299. quicktime's
  36300. quicktime-enabled
  36301. quicktime-readable
  36302. quicktimevr
  36303. quickview
  36304. quiets
  36305. quinn
  36306. quitN
  36307. quitapps
  36308. quits
  36309. olled
  36310. readB
  36311. implmenetation
  36312. implmentations
  36313. imports
  36314. import/export/reloca
  36315. imported/exported
  36316. impractical
  36317. impression
  36318. improve
  36319. improveda
  36320. improvement
  36321. improvements
  36322. improves
  36323. improving
  36324. --set theItem to choose file -- uncomment to test in an AS editor
  36325.     tell application "Finder"
  36326.         open item "Dev.CD Apr 94
  36327. Dev.CD Jan 94
  36328. Dev.CD Oct 93
  36329. Dev.CD Aug 93"
  36330.         activate
  36331.     end tell
  36332. on error errMsg number errNum
  36333.     --enter statements to perform when no records are found such as...
  36334.     display dialog "Sorry, the item you selected could not be found."
  36335.     return
  36336. end try
  36337. fcode
  36338. tokenizer
  36339. board
  36340. fcode
  36341. driver
  36342. development
  36343. newer
  36344. newfolder
  36345. newgworld
  36346. newsi
  36347. newsgroup
  36348. newsgroups
  36349. Jun 94L
  36350. Aug 96OSDev.CD Nov 99 TC:What's New?:Technical Documentation:C.S.M.P. Digests v3 (000-148):P[Dev.CD Nov 99 TC
  36351.  - What's New?
  36352.  - Technical Documentation
  36353.  - C.S.M.P. Digests v3 (000-148)
  36354. --set theItem to choose file -- uncomment to test in an AS editor
  36355.     tell application "Finder"
  36356.         open item "Dev.CD Apr 94
  36357. Dev.CD Jan 94
  36358. Dev.CD Oct 93
  36359. Dev.CD Jul 93"
  36360.         activate
  36361.     end tell
  36362. on error errMsg number errNum
  36363.     --enter statements to perform when no records are found such as...
  36364.     display dialog "Sorry, the item you selected could not be found."
  36365.     return
  36366. end try
  36367. All Packages
  36368. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  36369. Dev.CD Jan 94
  36370. Dev.CD Oct 93
  36371. Dev.CD Jul 93
  36372. Dev.CD Apr 93PDDev.CD Apr 94
  36373. Dev.CD Jan 94
  36374. Dev.CD Oct 93
  36375. Dev.CD Jul 93
  36376. Dev.CD Apr 9V
  36377. 61111X
  36378. Apr 94
  36379. on? Well... er... yes. Maybe someday I'll update this library so that a single call will work regardless of the presence of a scriptable Finder. Wouldn't that be cool? You shou
  36380. appleevents
  36381. appleglots
  36382. appleguide
  36383. appleguidegluelibp
  36384. appleii
  36385. applejava
  36386. applelinkj
  36387. applemodemtool
  36388. applescriptN
  36389. applescript's
  36390. applesearchS
  36391. appleshareS
  36392. appleshare/file
  36393. applesingle/appledou
  36394. applet
  36395. appletalkB
  36396. appletalk's
  36397. appletalk/ip
  36398. applets
  36399. application's[
  36400. application/system
  36401. Movedq
  36402. Dev.CD May 00 TC
  36403. D!All Packages
  36404. Mac OS SDK Edition
  36405. Killer Content Workbook
  36406. The Killer Content Workbook is sponsored by the Apple Computer Inc. Developer Relations Group for the Apple Media Program. The purpose of this workbook is to arm interactive media professionals with the power to create killer content and bring that content to market the best way possible. It will help you articulate your creative vision, formulate a business development strategy, create a marketing plan, and implement a distribution plan that maximize the effectiveness of your budget and t
  36407. *ime parameters. You
  36408. ll investigate the essence of creativity, study leading-edge PR strategies, survey online partnerships, examine effective marketing techniques, and much more. What you
  36409. ll end up with is a killer content plan that doubles as a course of action for your product and your business.
  36410. JTKiller Content.pdf
  36411. Part I PDF Links
  36412. Part II PDF Links
  36413. Part III PDF Links
  36414. sound filesK
  36415. Jan 98d
  36416. 1.5.1
  36417. first
  36418. library
  36419. plugins
  36420. nubus
  36421. nubus
  36422. board
  36423. registration
  36424. nubuslist
  36425. nubuslist
  36426. nubustest
  36427. nubustest
  36428. nubustest
  36429. nubustest
  36430. nutankframes
  36431. nutankframes
  36432. object
  36433. object
  36434. pascal
  36435. objectcode
  36436. objectivec
  36437. objectppc
  36438. objects
  36439. objectsupportlib
  36440. obsolete
  36441. obsolete
  36442. pre-asip
  36443. obsolete&unsupported
  36444. obtain
  36445. install
  36446. image
  36447. sample
  36448. image
  36449. tools
  36450. image
  36451. odclassref
  36452. odcookbook
  36453. sample
  36454. parts
  36455. odf-interest
  36456. odf-interest
  36457. archive
  36458. odfdev
  36459. odflibrary
  36460. odflibrary
  36461. odprogguide
  36462. odupdates
  36463. amongst other things, add and remove ARP cache entries.
  36464. Jun 98V
  36465. 60214X
  36466. 1e    No Change
  36467. b--set theItem to choose file -- uncomment to test in an AS editor
  36468.     tell application "Finder"
  36469.         open item "Dev.CD Jul 95"
  36470.         activate
  36471.     end tell
  36472. on error errMsg number errNum
  36473.     --enter statements to perform when no records are found such as...
  36474.     display dialog "Sorry, the item you selected could not be found."
  36475.     return
  36476. end try
  36477. FinderEvents 1.2I
  36478. Summary: An XCMD which can send all known FinderEvents from Hypercard 2.1 including Pascal source code.
  36479. Features: Uses Finder custom AppleEvents to make Finder execute functions. Has ability to launch apps on remote machines!J+FinderEvents
  36480. FinderEvents 1.2 Release NotesK
  36481. Jan 92M
  36482. Hypercard 2.1, System 7O^Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:FinderEvents 1.2:PlDev.CD May 00 TC
  36483.  - Tool Chest
  36484.  - Development Kits
  36485.  - HyperCard Related
  36486.  - XCMDs & XFCNs
  36487.  - FinderEvents 1.2V
  36488. 60377X
  36489. May 00^
  36490. #Dev.CD Apr 94
  36491. Dev.CD Jan 94
  36492. Dev.CD Oct 9V
  36493. 57469X
  36494. Apr 94
  36495. doctypes
  36496. doctypes
  36497. documenation
  36498. documenation
  36499. document
  36500. document
  36501. converter
  36502. documentation
  36503. f--set theItem to choose file -- uncomment to test in an AS editor
  36504.     tell application "Finder"
  36505.         open item "Dev.CD Jul 96 SSW"
  36506.         activate
  36507.     end tell
  36508. on error errMsg number errNum
  36509.     --enter statements to perform when no records are found such as...
  36510.     display dialog "Sorry, the item you selected could not be found."
  36511.     return
  36512. end try
  36513. about
  36514. system
  36515. summary
  36516. developer's
  36517. package
  36518. includes
  36519. appleshar@
  36520. summary
  36521. contains
  36522. information
  36523. describing
  36524. summary
  36525. folder
  36526. contains
  36527. documents
  36528. about
  36529. programming
  36530. summary
  36531. folder
  36532. contains
  36533. goodies
  36534. developer
  36535. tech@
  36536. summary
  36537. installer
  36538. install
  36539. files
  36540. needed
  36541. worldscr@
  36542. summary
  36543. da/application
  36544. allows
  36545. examine
  36546. tabase
  36547. suitem
  36548. dcmda
  36549. debug]
  36550. debuggingu
  36551. demo_
  36552. detectorsh
  36553. change
  36554. developeru
  36555. developmentm
  36556. directionsj
  36557. disku
  36558. ox.  Use the Drag Manager routines to add drag and drop behavior to your application.  To provide the standard drag and drop interface, you only need to add a few new calls and provide two callback routines that are utilized during drag operations.
  36559. The Drag Manager is integrated with the latest Finder (included in System 7 Pro and System 7.5), allowing users to drag and drop files from the Finder into any applications
  36560.  windows and providing file information for those files.  Applications 
  36561. can also find out where data was dropped in the Finder 
  36562.  for example, that it was dropped into the Trash.
  36563. Version 1.1 of Macintosh Drag and Drop adds support for native PowerPC applications and fixes a number of key bugs with version 1.0.  To support native applications, we've included two new files for your development and we've improved the Macintosh Drag and Drop extension to provide PowerPC glue code.  For development, we provide the DragLib library that you use to link with your appl
  36564. bisibility programs, your products must have the Mac logo appropriately displayed on your products
  36565.  packaging as outlined on the guidelines. The Mac logo guidelines are included on this Developer CD. For more information, please see our web site at <http://developer.apple.com/mkt/maclogo.html> or contact our Licensing department at sw.license@apple.com.
  36566. JJClent Richardson Message.pdf
  36567. Mac Logo Art:
  36568. Mac Logo Guidelines:
  36569. NewMacLogoK
  36570. Jan 99N
  36571. Apple, Logo, MacO
  36572. Dev.CD Jan 99 SDK1:Mac Logo:P
  36573. Dev.CD Jan 99 SDK1
  36574.  - Mac Logokages
  36575. Mac OS SDK Edition
  36576. Keychain SDK 1.0.1
  36577.     f the Open Scripting Architecture (OSA). Using the OSA allows MenuScripter to have its behavior altered by attaching scripts to objects such as a document. The scripts can be created in the Script Editor, MenuScripter itself, or any other script editing application.
  36578. MenuScripter 4.0 implements many of the of the techniques described in Paul Smith's develop articles - 'Programming for Flexibility: Thr Flexibility: Th
  36579. K^    RL Disk 1
  36580. --set theItem to choose file -- uncomment to test in an AS editor
  36581.     tell application "Finder"
  36582.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Human Interface Toolbox:PackageTool:"
  36583.         activate
  36584.     end tell
  36585. on error errMsg number errNum
  36586.     --enter statements to perform when no records are found such as...
  36587.     display dialog "Sorry, the item you selected could not be found."
  36588.     return
  36589. end try
  36590. e    No Changef
  36591. packages
  36592. Mac OS 9
  36593. package awareq
  36594. Dev.CD Mar 00 RL Disk 1
  36595. LD!All Packages
  36596. Tool Chest Edition
  36597. Palette&GWorld (Fat)
  36598.     s into your Macintosh computer. With the bundled wireless stylus and graphics tablet, you can just write any Chinese characters or phrases
  36599. either in simplified or traditional form
  36600. and your handwriting is automatically segmented and converted into two-byte digital text that can be further formatted in your favourite word-processing or page layout program. 
  36601. Requiring no tr
  36602. object-based
  36603. Summary:  The Control Strip is a control panel that provides the operating environment for Control Strip modules. It runs on any Macintosh PowerBook computer with System 7.0 or later.
  36604. We discuss Control Strip modules and how to write a new module. This information originally appeared in the PowerBook 520, 520c, 540, 540c Developer Note. It is being published as a Technical Note for ease of access. The information in the PowerBook 520, 520c, 540, 540c Developer Note is obsolete. All futureB
  36605.  updates to this documentation will happen within this Technical Note.
  36606. MacCalendar is a complete snippet that illustrates how to write a module for the Control Strip Manager that is available for PowerBook Macintoshes.
  36607. JMControl Strip
  36608. Control Strip Sample
  36609. Control Strip Technical Note
  36610. MacCalendar 
  36611. Apr 96N'Control Strip, PowerBook, Control PanelO9Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Control Strip:PADev.CD Apr 00 SDK1
  36612.  - Development Kits
  36613.  - Mac OS
  36614.  - Control Stripns
  36615. O:Dev.CD May 00 TC:Tool Chest:Toolbox:Ticket to Program 1.0:PBDev.CD May 00 TC
  36616.  - Tool Chest
  36617.  - Toolbox
  36618.  - Ticket to Program 1.0V
  36619. 62543X
  36620. May 00^
  36621. --set theItem to choose file -- uncomment to test in an AS editor
  36622.     tell application "Finder"
  36623.         open item "Dev.CD May 00 TC:Tool Chest:Toolbox:Ticket to Program 1.0:"
  36624.         activate
  36625.     end tell
  36626. on error errMsg number errNum
  36627.     --enter statements to perform when no records are found such as...
  36628.     display dialog "Sorry, the item you selected could not be found."
  36629.     return
  36630. end try
  36631. e    No Changeq
  36632. Dev.CD May 00 TC
  36633. TimeCodeIIThis demo program shows how to add and remove TimeCode tracks to a movie.J
  36634. Sample Code.imgK
  36635. Feb 00
  36636. - Common
  36637.     - Sun Compliant Java Runtime Environment 1.1
  36638.     - QuickTime 3 
  36639.     - QTJava.zip
  36640.     - QTJava media samples
  36641. - Mac OS:
  36642.     - System 8 or later
  36643.     - Macintosh Runtime for Java (MRJ) 2.1
  36644. - Windows 95, 98, or NT::
  36645.     - JRE/JDK from Sun Microsystems, Inc. recommended
  36646. mmended
  36647. clouseau
  36648. clues
  36649. clusters
  36650. cluts
  36651. clutwind
  36652. cmchoose
  36653. cmd-opt-o-f
  36654. cmd-q
  36655. cn-gb
  36656. co-exist
  36657. cocoa
  36658. coconut
  36659. newsletteri
  36660. newswatcher
  36661. newtonj
  36662. newton-related
  36663. nextg
  36664. nifty
  36665. ninej
  36666. nirvanaj
  36667. training
  36668. required
  36669. plug-and-play
  36670. design
  36671. no-so-subtlej
  36672. nogrowdocproc
  36673. non-appleo
  36674. non-portable
  36675. norbert
  36676. normally
  36677. normanj
  36678. notationw
  36679. noteZ
  36680. apple
  36681. guide
  36682. intended
  36683. those
  36684. developers
  36685. notesQ
  36686. notify
  36687. notions
  36688. novemberj
  36689. novice
  36690. nubusQ
  36691. number
  36692. numbers
  36693. numerals
  36694. numerousp
  36695. objectQ
  36696. object-based
  36697. versionse
  36698. count
  36699. video
  36700. viewo
  36701. viewer
  36702. virtual
  36703. virtual
  36704. keycode
  36705. virtual
  36706. sphere
  36707. sample
  36708. virtual
  36709. tools
  36710. bit-depth
  36711. explnd
  36712. please
  36713. vu3.0.1d3B
  36714. vu3.0.1d3
  36715. vumeters
  36716. lltowalldialog
  36717. walltowalldialog
  36718. walltowalldialog
  36719. registration
  36720. animation
  36721. guide
  36722. webobjects
  36723. webobjects
  36724. database
  36725. webobjects
  36726. database
  36727. webobjects
  36728. webobjects
  36729. memory
  36730. webobjects
  36731. tools
  36732. techniques
  36733. webobjects36
  36734. webobjects36
  36735. almost
  36736. along
  36737. alpha
  36738. alphabatize
  36739. alphabetic
  36740. alreadyZ
  36741. altdboxproc
  36742. alter
  36743. alterationso
  36744. alternate_
  36745. alternative
  36746. although
  36747. altivec
  36748. always
  36749. amongb
  36750. amongst
  36751. amount
  36752. amounts
  36753. extension
  36754. which
  36755. enables
  36756. developers
  36757. adopt
  36758. high-leved
  36759. analysis
  36760. analyzeb
  36761. All Packages
  36762. System UpdateO
  36763. Dev.CD Oct 94
  36764. Dev.CD Apr 94P
  36765. Dev.CD Oct 94
  36766. Dev.CD Apr 9V
  36767. 62504X
  36768. Oct 94
  36769. p--set theItem to choose file -- uncomment to test in an AS editor
  36770.     tell application "Finder"
  36771.         open item "Dev.CD Oct 94
  36772. Dev.CD Apr 94"
  36773.         activate
  36774.     end tell
  36775. on error errMsg number errNum
  36776.     --enter statements to perform when no records are found such as...
  36777.     display dialog "Sorry, the item you selected could not be found."
  36778.     return
  36779. end try
  36780. All Packages
  36781. System UpdateO
  36782. Dev.CD Oct 94P
  36783. Dev.CD Oct 9V
  36784. 62505X
  36785. Oct 94
  36786. b--set theItem to choose file -- uncomment to test in an AS editor
  36787.     tell application "Finder"
  36788.         open item "Dev.CD Oct 94"
  36789.         activate
  36790.     end tell
  36791. on error errMsg number errNum
  36792.     --enter statements to perform when no records are found such as...
  36793.     display dialog "Sorry, the item you selected could not be found."
  36794.     return
  36795. end try
  36796. All Packages
  36797. System UpdateV
  36798. 62506X
  36799. eractive c
  36800. b--set theItem to choose file -- uncomment to test in an AS editor
  36801.     tell application "Finder"
  36802.         open item "Dev.CD Oct 94"
  36803.         activate
  36804.     end tell
  36805. on error errMsg number errNum
  36806.     --enter statements to perform when no records are found such as...
  36807.     display dialog "Sorry, the item you selected could not be found."
  36808.     return
  36809. end try
  36810.  mere word substitution will not, in some cases, satisfy grammatical requirements.
  36811. Apple International Glossar.imgK
  36812. Nov 96M<Any  Mac 68030 or later or any PowerPC, System 7.0 or later.N
  36813. International, GlossariesOHDev.CD May 00 TC:Tool Chest:Localization:Apple International Glossaries:PPDev.CD May 00 TC
  36814.  - Tool Chest
  36815.  - Localization
  36816.  - Apple International GlossariesSample:  The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with. It also demonstrates the speed of Ope
  36817. 1.1d2c
  36818. 1.2.1Q
  36819. 1.2.3
  36820. 1.2d1
  36821. 1.3b5
  36822. 1.4.1f4
  36823. 1.4.9
  36824. 1.4d16
  36825. 1.5.1
  36826. 1.5.2
  36827. 1.6.1
  36828. 100lc
  36829. 12/600j
  36830. 12x16
  36831. 1337s
  36832. 140/170W
  36833. 16384p
  36834. 1992-1995
  36835. 1994w
  36836. 1995j
  36837. 1996R
  36838. 1999j
  36839. 2-byte
  36840. 2-way
  36841. standardsv
  36842. starmax
  36843. start
  36844. started
  36845. starting
  36846. starts
  36847. startup
  36848. states
  36849. statistic
  36850. statistics
  36851. status
  36852. staying
  36853. stays
  36854. stdfilterhacking
  36855. stdout
  36856. stdpix
  36857. steal
  36858. stept
  36859. step-by-step
  36860. steps
  36861. steve
  36862. stevens
  36863. stickers
  36864. sticky
  36865. still
  36866. stitching
  36867. stopc
  36868. stopped
  36869. stopping
  36870. storage
  36871. store
  36872. stored
  36873. storing
  36874. storyj
  36875. stragegyj
  36876. strassmann
  36877. strategicj
  36878. strategies
  36879. 2.1.2
  36880. 2.1.4
  36881. 2.3e4
  36882. 2.4b6z
  36883. 2.6.1
  36884. 2.6.5X
  36885. 2/94w
  36886. 2300c
  36887. 2400c
  36888. 24gcO
  36889. Whe item you selected could not be found."
  36890.     return
  36891. end try
  36892. All Packages
  36893. System Enabler 111 (PB 160/180)O
  36894. Dev.CD Apr 93P
  36895. Dev.CD Apr 9V
  36896. 59930X
  36897. Apr 93
  36898. b--set theItem to choose file -- uncomment to test in an AS editor
  36899.     tell application "Finder"
  36900.         open item "Dev.CD Apr 93"
  36901.         activate
  36902.     end tell
  36903. on error errMsg number errNum
  36904.     --enter statements to perform when no records are found such as...
  36905.     display dialog "Sorry, the item you selected could not be found."
  36906.     return
  36907. end try
  36908. All Packages
  36909. System Enabler 111 (PB 160/180)O
  36910. Dev.CD Apr 93V
  36911. 59931X
  36912. nogrowdocproc
  36913. non-appleo
  36914. non-blessed
  36915. non-disclosure
  36916. non-ethernet
  36917. non-floppy
  36918. non-functional
  36919. non-macintosh
  36920. non-native
  36921. non-portable
  36922. non-scsi
  36923. non-us
  36924. non-volatile-ram
  36925. nopoweroffkey
  36926. norbert
  36927. noresdialog
  36928. normal
  36929. normally
  36930. normanj
  36931. north
  36932. norwegian
  36933. nosound
  36934. This SDK contains the information you need to take advantage of or extend the functionality of Network Services Location (NSL) 1.1.   NSL technology brings the easy of use of browsing through Internet services, such as ftp, http via TCP/IP similarly to the way users traditional browse for AppleTalk services using the Chooser.  Adoption of this technology would provide a solution for users looking for network services.  NSL 1.1 is a feature of Mac OS 9.
  36935. NSL 1.1 SDK Read Me
  36936. NSL 1.1 Manager B
  36937. library, DNS, SLP, LDAP, and NBP plug-ins
  36938. UI library
  36939. Detailed NSL 1.1 Developer Documentation
  36940. NSL Network Administrator's Guide (second edition)
  36941. Connect To... test tool
  36942. Sample code
  36943. Header files
  36944. J]Connect To...
  36945. Documentation:
  36946. Headers:
  36947. NSL 1.1 SDK Read Me
  36948. NSL Library & Plugins:
  36949. Sample Code:K
  36950. Nov 98L
  36951. Dec 99MeFor development purposes, this software requires a PowerPC running system software Mac OS 9 or later.OGDev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:NSL 1.1 SDK:re and 
  36952. configuringA
  36953. confines
  36954. confirm
  36955. confirmationx
  36956. confirmed
  36957. conflicto
  36958. conform
  36959. confused
  36960. confuses
  36961. confusing
  36962. confusion
  36963. conjunction
  36964. conjuntiona
  36965. connect
  36966. connect
  36967. connected
  36968. connecting
  36969. connectionj
  36970. connectionless
  36971. connections
  36972. connectivity
  36973. connectix
  36974. connectors
  36975. conrad
  36976. considerg
  36977. considerable
  36978. consideration
  36979. considerationsg
  36980. consideredg
  36981. consideringg
  36982. consistencyd
  36983. consistento
  36984. consisting
  36985. consists_
  36986. console
  36987. consolideted
  36988. constant
  36989. constantly
  36990. constants[
  36991. constitute
  36992. constrained
  36993. constrains
  36994. constraints
  36995. profilej
  36996. profile's
  36997. profilerx
  36998. profilerenamer
  36999. profiles
  37000. profit
  37001. profound
  37002. progammer's
  37003. programA
  37004. program
  37005. sample
  37006. demonstrate
  37007. apple
  37008. events
  37009. properties
  37010. property
  37011. propertylist
  37012. propositinj
  37013. protect
  37014. protected
  37015. proto
  37016. protocol
  37017. protocols
  37018. prototyping
  37019. prove
  37020. proves
  37021. provideZ
  37022. provideds
  37023. encodings
  37024. enhanced
  37025. enhanced
  37026. macintosh
  37027. developer
  37028. enterprise
  37029. environment
  37030. eomodeler
  37031. error
  37032. essentials
  37033. european
  37034. european
  37035. distributors
  37036. localizers
  37037. evenbetterbuserror
  37038. evenbetterbuserror
  37039. eventm
  37040. expand
  37041. explained
  37042. explode
  37043. extractor
  37044. f/macos8
  37045. features
  37046. synchronization
  37047. system
  37048. manager
  37049. files
  37050. filters
  37051. apple's
  37052. brings
  37053. increased
  37054. functionali
  37055. theej
  37056. theirp
  37057. themT
  37058. themeo
  37059. themeso
  37060. themselves
  37061. thenh
  37062. theory
  37063. construct
  37064. simple
  37065. animation
  37066. groupst
  37067. growing
  37068. grownj
  37069. gs/os
  37070. guarantee
  37071. guaranteed
  37072. guest
  37073. guideZ
  37074. guide-intelligentj
  37075. guideline
  37076. guidelines
  37077. guidepluginp
  37078. guides
  37079. guiding
  37080. guillermo
  37081. gujarati
  37082. gulick
  37083. headers
  37084. healthj
  37085. heaps
  37086. heartbeat
  37087. hedgingj
  37088. helpZ
  37089. helper
  37090. helpsZ
  37091. heralds
  37092. herej
  37093. here's
  37094. hierarchical
  37095. hifi-color
  37096. highg
  37097. high-end
  37098. high-leveld
  37099. highlighting
  37100. highlightsj
  37101. hints
  37102. historyu
  37103. holdsh
  37104. holidayj
  37105. All Packages
  37106. System Enabler 065 (LC 575)O
  37107. Dev.CD Apr 94
  37108. Dev.CD Jan 94P
  37109. Dev.CD Apr 94
  37110. Dev.CD Jan 9V
  37111. 62362X
  37112. Apr 94
  37113. p--set theItem to choose file -- uncomment to test in an AS editor
  37114.     tell application "Finder"
  37115.         open item "Dev.CD Apr 94
  37116. Dev.CD Jan 94"
  37117.         activate
  37118.     end tell
  37119. on error errMsg number errNum
  37120.     --enter statements to perform when no records are found such as...
  37121.     display dialog "Sorry, the item you selected could not be found."
  37122.     return
  37123. end try
  37124. All Packages
  37125. System Enabler 065 (LC 575)O
  37126. Dev.CD Apr 94P
  37127. Dev.CD Apr 9V
  37128. 62363X
  37129. Apr 94
  37130. b--set theItem to choose file -- uncomment to test in an AS editor
  37131.     tell application "Finder"
  37132.         open item "Dev.CD Apr 94"
  37133.         activate
  37134.     end tell
  37135. on error errMsg number errNum
  37136.     --enter statements to perform when no records are found such as...
  37137.     display dialog "Sorry, the item you selected could not be found."
  37138.     return
  37139. end try
  37140. All Packages
  37141. 62364
  37142. 61816X
  37143. May 00^
  37144. r--set theItem to choose file -- uncomment to test in an AS editor
  37145.     tell application "Finder"
  37146.         open item "Dev.CD May 00 TC:Sample Code:"
  37147.         activate
  37148.     end tell
  37149. on error errMsg number errNum
  37150.     --enter statements to perform when no records are found such as...
  37151.     display dialog "Sorry, the item you selected could not be found."
  37152.     return
  37153. end try
  37154. e    No Changef9Open Transport
  37155. OTGetEndpointInfo
  37156. TEndpointInfo
  37157. ETSDAq
  37158. Dev.CD May 00 TC
  37159. OTFindSerialPortsI
  37160. This sample demonstrates how to use the Open Transport API to find all the serial ports available to Open Transport programs.  The code from this sample is featured in the latest release (v1.2) of the book 
  37161. Inside Macintosh: Open Transport
  37162. Sample Code.imgK
  37163. Jun 98M
  37164. Open Transport 1.1.1 or higherNCOpen Transport, serial port, registry, OTGetUserPortNameFromPortRefO
  37165. Dev.CD May 00 TC:Sample Code:P
  37166. Dev.CD May 00 TC
  37167.  - Sample CodeV
  37168. 61817X
  37169. May 00^
  37170. TC17X
  37171. May 00^
  37172. TCe    No Change
  37173. applescript\
  37174. applescript
  37175. apple
  37176. events
  37177. aegizmos_
  37178. applescript
  37179. apple
  37180. events
  37181. recordable
  37182. scriptable
  37183. script\
  37184. applescript
  37185. scripting
  37186. apple
  37187. event
  37188. folder
  37189. actions
  37190. applescript
  37191. stuffit
  37192. engine
  37193. scriptable
  37194. script
  37195. applesearchS
  37196. appleshareS
  37197. appleshare
  37198. client
  37199. shared
  37200. volumes
  37201. appleshare
  37202. sharing
  37203. faceless
  37204. background-only
  37205. appleshare
  37206. sharing
  37207. manager
  37208. appleshare
  37209. protocol
  37210. appleshare
  37211. server
  37212. appleshare
  37213. client
  37214. registry
  37215. appletalkQ
  37216. stylechat
  37217. appwannabe
  37218. arabic
  37219. architecture
  37220. arrangement
  37221. aslmu
  37222. apple
  37223. shared
  37224. library
  37225. manager
  37226. dynamic
  37227. libraryu
  37228. profiler
  37229. apple
  37230. systemx
  37231. assemblers
  37232. assembly
  37233. assistant
  37234. async
  37235. async
  37236. asynchronous
  37237. driver
  37238. table
  37239. b--set theItem to choose file -- uncomment to test in an AS editor
  37240.     tell application "Finder"
  37241.         open item "Dev.CD Apr 95"
  37242.         activate
  37243.     end tell
  37244. on error errMsg number errNum
  37245.     --enter statements to perform when no records are found such as...
  37246.     display dialog "Sorry, the item you selected could not be found."
  37247.     return
  37248. end try
  37249. egral part of the Macintosh computing environment, as common to Macintosh applications as copy-and-paste editing.
  37250. This package contains documentation (uv
  37251. edited
  37252. editing
  37253. editionj
  37254. editions
  37255. editorN
  37256. editor'sj
  37257. editors
  37258. edittext
  37259. edittextcdev
  37260. educationalj
  37261. eenie
  37262. effect
  37263. Dev.CD Jan 96 SSWP
  37264. Dev.CD Jan 96 SSV
  37265. 62241X
  37266. Jan 96
  37267. f--set theItem to choose file -- uncomment to test in an AS editor
  37268.     tell application "Finder"
  37269.         open item "Dev.CD Jan 96 SSW"
  37270.         activate
  37271.     end tell
  37272. on error errMsg number errNum
  37273.     --enter statements to perform when no records are found such as...
  37274.     display dialog "Sorry, the item you selected could not be found."
  37275.     return
  37276. end try
  37277. All Packages
  37278. System 7.5 Update 1.0O
  37279. Dev.CD Jan 96 SSWP
  37280. Dev.CD Jan 96 SSV
  37281. 62242X
  37282. Jan 96
  37283. f--set theItem to choose file -- uncomment to test in an AS editor
  37284.     tell application "Finder"
  37285.         open item "Dev.CD Jan 96 SSW"
  37286.         activate
  37287.     end tell
  37288. on error errMsg number errNum
  37289.     --enter statements to perform when no records are found such as...
  37290.     display dialog "Sorry, the item you selected could not be found."
  37291.     return
  37292. end try
  37293. All Packages
  37294. System 7.5 Update 1.0O
  37295. Dev.CD Jan 96 SSWP
  37296. Dev.CD Jan 96 SSV
  37297. 62243X
  37298. Jan 96
  37299. Dev.CD Jan 94
  37300. Dev.CD Oct 93P
  37301. Dev.CD Jan 94
  37302. Dev.CD Oct 9V
  37303. 62041X
  37304. Jan 94
  37305. p--set theItem to choose file -- uncomment to test in an AS editor
  37306.     tell application "Finder"
  37307.         open item "Dev.CD Jan 94
  37308. Dev.CD Oct 93"
  37309.         activate
  37310.     end tell
  37311. on error errMsg number errNum
  37312.     --enter statements to perform when no records are found such as...
  37313.     display dialog "Sorry, the item you selected could not be found."
  37314.     return
  37315. end try
  37316. All Packages
  37317. F    QuickTimeO
  37318. Dev.CD Jan 94
  37319. Dev.CD Oct 93P
  37320. Dev.CD Jan 94
  37321. Dev.CD Oct 9V
  37322. 62042X
  37323. Jan 94
  37324. p--set theItem to choose file -- uncomment to test in an AS editor
  37325.     tell application "Finder"
  37326.         open item "Dev.CD Jan 94
  37327. Dev.CD Oct 93"
  37328.         activate
  37329.     end tell
  37330. on error errMsg number errNum
  37331.     --enter statements to perform when no records are found such as...
  37332.     display dialog "Sorry, the item you selected could not be found."
  37333.     return
  37334. end try
  37335. All Packages
  37336. F    QuickTimeV
  37337. 62043X
  37338. All Packages
  37339. System Enabler 065 (LC 575)O
  37340. Dev.CD Apr 94
  37341. Dev.CD Jan 94P
  37342. Dev.CD Apr 94
  37343. Dev.CD Jan 9V
  37344. 62360X
  37345. Apr 94
  37346. p--set theItem to choose file -- uncomment to test in an AS editor
  37347.     tell application "Finder"
  37348.         open item "Dev.CD Apr 94
  37349. Dev.CD Jan 94"
  37350.         activate
  37351.     end tell
  37352. on error errMsg number errNum
  37353.     --enter statements to perform when no records are found such as...
  37354.     display dialog "Sorry, the item you selected could not be found."
  37355.     return
  37356. end try
  37357. All Packages
  37358. System Enabler 065 (LC 575)O
  37359. Dev.CD Apr 94
  37360. Dev.CD Jan 94P
  37361. Dev.CD Apr 94
  37362. Dev.CD Jan 9V
  37363. 62361X
  37364. Apr 94
  37365. Summary:  bugInfo is a macro you can execute within MacsBug to give you the most commonly used  debugging info to you right away with one command.  Use it as your first command when MacBug comes up to get the scoop by typing "bugInfo".
  37366. The command equivalent of this macro is:
  37367. wh; how; ip; sc; dm pc - 20 100, hc; td; drvr; file
  37368. What you will see appear is where (at what location in memory) you crashed or interrupted, how (by bus error, system error, interrupt) you got into MacsBug, a disaB
  37369. ssembly of code around the entry point, a memory dump in the vacinity of the program counter, a heap check, a display of CPU registers, a list of active drivers, and information on open files.
  37370. General tools.imgK
  37371. Feb 94M
  37372. MacsBug, ResEditN
  37373. testing, debuggingO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  37374.  - Tool Chest
  37375.  - Testing & Debugging
  37376.  - General toolsLC 575)O
  37377. Dev.CD Apr 94P
  37378. Dev.CD Apr 9V
  37379. 61122X
  37380. Apr 94
  37381. search
  37382. select
  37383. serial
  37384. serial
  37385. ports
  37386. series
  37387. server
  37388. server
  37389. controls
  37390. services
  37391. setting
  37392. setup
  37393. sharedu
  37394. shared
  37395. volumes
  37396. sherlock
  37397. signature
  37398. simplified
  37399. socket
  37400. softwareQ
  37401. solaris
  37402. solutions
  37403. sound
  37404. soundsprocket
  37405. space
  37406. specification
  37407. speech
  37408. spinning
  37409. spinning
  37410. cursors
  37411. sprite
  37412. sprockets
  37413. stacks
  37414. standard
  37415. standards
  37416. standards
  37417. based
  37418. starmax
  37419. state
  37420. statements
  37421. status
  37422. storage
  37423. stress
  37424. string
  37425. string
  37426. encoding
  37427. string
  37428. services
  37429. strings
  37430. strip
  37431. structure
  37432. structure
  37433. region
  37434. style
  37435. style
  37436. guidew
  37437. stylechat
  37438. sub-menus
  37439. suite
  37440. summary
  37441. switch
  37442. switching
  37443. symbiotic
  37444. synchronization
  37445. fractional
  37446. fragile
  37447. fragment
  37448. fragments
  37449. frame
  37450. frames
  37451. frames/sec
  37452. framework
  37453. framework-based
  37454. frameworks
  37455. francois
  37456. franke
  37457. freeZ
  37458. iendly
  37459. friends
  37460. fromZ
  37461. 61752X
  37462. May 00^
  37463. r--set theItem to choose file -- uncomment to test in an AS editor
  37464.     tell application "Finder"
  37465.         open item "Dev.CD May 00 TC:Sample Code:"
  37466.         activate
  37467.     end tell
  37468. on error errMsg number errNum
  37469.     --enter statements to perform when no records are found such as...
  37470.     display dialog "Sorry, the item you selected could not be found."
  37471.     return
  37472. end try
  37473. e    No Changef5games sprockets sprite blitters DrawSprocket MoofWarsq
  37474. Dev.CD May 00 TC
  37475. D(All Packages
  37476. Reference Library Edition
  37477. More SSW Documentation
  37478.     uleO
  37479. Dev.CD May 00 TC:Sample Code:P
  37480. Dev.CD May 00 TC
  37481.  - Sample CodeV
  37482. 60367X
  37483. May 00^
  37484. #tion from one picture to another. This project differs from the QTShowEffect sample code it is based on in that it allows the user to create the effect "by hand" e.g. without the aid of the standard QuickTime effects parameter dialog box. Instead, the program itself builds the correct effects parameter description atoms.
  37485. Dec 99V
  37486. 59433X
  37487. ZOTStreamLogViewer is both a sample and a developer tool.  As a sample, it shows how to use the OT raw streams API to communication with modules in the OT kernel. As a tool, it allows you to view the output of the STREAMS logging facility (strlog).  This is extremely helpful when developing OT kernel plug-ins: modules drivers, and port scanners.
  37488. Sample Code.imgK
  37489. May 98L
  37490. Sep 98M
  37491. Open Transport 1.1.1 or higherN8Open Transport, kernel, log, strlog, debug, raw, streamsO
  37492. Dev.CD May 00 TC:Sample Code:P
  37493. Dev.CD May 00 TC
  37494.  - Sample CoderMsg number errNum
  37495.     --enter statements to perform when no records are found such as...
  37496.     display dialog "Sorry, the item you selected could not be found."
  37497.     return
  37498. end try
  37499. All Packages
  37500. Chinese Language KitO
  37501. Dev.CD May 94
  37502. Dev.CD Feb 94P
  37503. Dev.CD May 94
  37504. Dev.CD Feb 9V
  37505. 60256X
  37506. May 94
  37507. opcode
  37508. opcodes
  37509. opengl
  37510. opengl
  37511. macintosh
  37512. enables
  37513. computer
  37514. display
  37515. three-
  37516. first-person
  37517. firstly
  37518. fitsj
  37519. fivej
  37520. fixed
  37521. fixesV
  37522. fixingy
  37523. fkeys]
  37524. flags
  37525. flash
  37526. flashes
  37527. flipping
  37528. float-to-int
  37529. floating
  37530. flood
  37531. flookup
  37532. floor
  37533. floppies
  37534. floppy
  37535. focus
  37536. focuses
  37537. folderR
  37538. folderso
  37539. folks
  37540. follow
  37541. following
  37542. fonte
  37543. fonts
  37544. footprintg
  37545. lIpSummary:  A MacsBug macro and TMON User Area for debugging QuickTime. See the Read Me file for complete details.J
  37546. QuickTime tools.imgK
  37547. Feb 94O@Dev.CD May 00 TC:Tool Chest:Testing & Debugging:QuickTime tools:PHDev.CD May 00 TC
  37548.  - Tool Chest
  37549.  - Testing & Debugging
  37550.  - QuickTime toolsV
  37551. 62115X
  37552. May 00^
  37553. --set theItem to choose file -- uncomment to test in an AS editor
  37554.     tell application "Finder"
  37555.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:QuickTime tools:"
  37556.         activate
  37557.     end tell
  37558. on error errMsg number errNum
  37559.     --enter statements to perform when no records are found such as...
  37560.     display dialog "Sorry, the item you selected could not be found."
  37561.     return
  37562. end try
  37563. e    No Changeq
  37564. Dev.CD May 00 TC
  37565. mD!All Packages
  37566. Tool Chest Edition
  37567. QuickTime Tools
  37568. morpheme
  37569. mouse
  37570. movie
  37571. movies
  37572. macintosh
  37573. powerbook
  37574. qualified
  37575. socket
  37576. review, Apple Help, Apple Guide, user assistance, coachmarks, coach 
  37577. sequences, Help Browser, Help Center, user help, user guide, help pages, ATSUI, Unicode, type, imaging, fonts, characters, glyphs, layout, text, network, location, NSL, Network Services Location Manager, date, time, Y2K, clock, UTC, Date & Time, 2040, fonts, Font Manager, Font Management, text, MLTE, Multilingual Text Editor, TextEdit, MultiLingual Text Editing, Unicode, text, 32K limit, 32K barrier, fonts, FontSync, Font
  37578. % Sync, text, mismatch, match, matching, File Manager, HFS, HFS+, HFS Plus, file, Unicode, named fork, fork, filename, file system, ATSUI, Apple Type Services for Unicode Imaging, Apple Advanced Typography, typography, type, fonts, Unicode, rendering, text, Carbon, CarbonLib, porting, Mac OS 9
  37579. Wthe item you selected could not be found."
  37580.     return
  37581. end try
  37582. --set theItem to choose file -- uncomment to test in an AS editor
  37583.     tell application "Finder"
  37584.         open item "Dev.CD Apr 94
  37585. Dev.CD Jan 94
  37586. Dev.CD Oct 93
  37587. Dev.CD Jul 93
  37588. Dev.CD Apr 93"
  37589.         activate
  37590.     end tell
  37591. on error errMsg number errNum
  37592.     --enter statements to perform when no records are found such as...
  37593.     display dialog "Sorry, the item you selected could not be found."
  37594.     return
  37595. end try
  37596. g3-class
  37597. g3/233
  37598. g3/266
  37599. g3/26620th
  37600. gadgetsj
  37601. gainingj
  37602. gains
  37603. gamesj
  37604. gamesprcokets
  37605. garbage
  37606. gatewayS
  37607. gatewaysj
  37608. gatherx
  37609. gathering
  37610. gdirp
  37611. gearing
  37612. gelphman
  37613. gemma
  37614. generalw
  37615. ictbsample
  37616. ideaN
  37617. ideal
  37618. ideally
  37619. identified
  37620. identifiers
  37621. identify
  37622. identity
  37623. Summary: This is the electronic version of develop magazine.
  37624.  Issue 26 highlights:
  37625. Planning for Mac OS 8 Compatibility  by Steve Falkenburg.  Mac OS 8 brings changes that may affect your code. This article discusses the compatibility ramifications of Mac OS 8 and gives some sound advice for how to get your code ready now.
  37626. Connecting Users With QuickTime Conferencing  by Dean Blackketter.  QuickTime Conferencing allows users to share time-based data such as video and sound. Here are the
  37627.  basics.
  37628. OpenDoc Parts and SOM Dynamic Inheritance  by 
  37629. ric Simenel.  Although you don
  37630. t need to know much about SOM to write OpenDoc parts, with a little knowledge about this underlying technology you can do some very useful things.
  37631. Adding Custom Data to QuickDraw 3D Objects  by Nick Thompson, Pablo Fernicola, and Kent Davidson.  By defining your own attribute and element types, you can attach custom data to QuickDraw 3D objects. This flexibility opens up a world of new possibilities, a
  37632. user's
  37633. user-centric
  37634. user-controllable
  37635. user-controlled
  37636. user-defined
  37637. user-interface
  37638. user-perceived
  37639. userchkgestaltfuncti
  37640. userfunction
  37641. usersh
  37642. userstartup
  37643. uses[
  37644. apple
  37645. guide
  37646. intended
  37647. those
  37648. developers
  37649. noted
  37650. notesQ
  37651. notify
  37652. notions
  37653. novemberj
  37654. novice
  37655. manager
  37656. library
  37657. plug-ins
  37658. network
  37659. administrator's
  37660. guide
  37661. second
  37662. edition
  37663. nubusQ
  37664. nubustester
  37665. nubustester
  37666. library
  37667. source
  37668. detect
  37669. early
  37670. macintosh
  37671. number
  37672. numbers
  37673. numerals
  37674. numerousp
  37675. nvram
  37676. nvramrc
  37677. objectQ
  37678. object-based
  37679. TF    QuickTimeO
  37680. Dev.CD Jul 93
  37681. Dev.CD Apr 93P
  37682. Dev.CD Jul 93
  37683. Dev.CD Apr 9
  37684. --set theItem to choose file -- uncomment to test in an AS editor
  37685.     tell application "Finder"
  37686.         open item "Dev.CD May 00 TC:Language Kits:Hebrew Language Kit 1.0.1:"
  37687.         activate
  37688.     end tell
  37689. on error errMsg number errNum
  37690.     --enter statements to perform when no records are found such as...
  37691.     display dialog "Sorry, the item you selected could not be found."
  37692.     return
  37693. end try
  37694. e code was built using MetroWerks CW 11 and MPW from ETO 22.
  37695. J'Open Transport Debug
  37696. Open Transport SDKK
  37697. Jun 95L
  37698. Jun 98N-Open Transport, Networking, AppleTalk, TCP/IPO>Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:PFDev.CD Apr 00 SDK1
  37699.  - Development Kits
  37700.  - Mac OS
  37701.  - Open Transport 1.3lop Issue 22c OS SDK Edition
  37702. ScriptX 1.5.1
  37703. pre-asip
  37704. pre-release
  37705. pre-release
  37706. prebuilt
  37707. preferences
  37708. prefse
  37709. prefs
  37710. system
  37711. previous
  37712. primer
  37713. x-axes
  37714. list's
  37715. e    No Changeq
  37716. Dev.CD May 00 TC
  37717. D!All Packages
  37718. Tool Chest Edition
  37719. sing the SoundManager SPB calls for simple audio recording to memory.J
  37720. Sample Code.imgK
  37721. Feb 00
  37722. - Common
  37723.     - Sun Compliant Java Runtime Environment 1.1
  37724.     - QuickTime 3 
  37725.     - QTJava.zip
  37726.     - QTJava media samples
  37727. - Mac OS:
  37728.     - System 8 or later
  37729.     - Macintosh Runtime for Java (MRJ) 2.1
  37730. - Windows 95, 98, or NT::
  37731.     - JRE/JDK from Sun Microsystems, Inc. recommended
  37732. QuickTime, Java, MRJO
  37733. Dev.CD May 00 TC:Sample Code:P
  37734. Dev.CD May 00 TC
  37735.  - Sample CodeV
  37736. 62186X
  37737. May 00^
  37738. r--set theItem to choose file -- uncomment to test in an AS editor
  37739.     tell application "Finder"
  37740.         open item "Dev.CD May 00 TC:Sample Code:"
  37741.         activate
  37742.     end tell
  37743. on error errMsg number errNum
  37744.     --enter statements to perform when no records are found such as...
  37745.     display dialog "Sorry, the item you selected could not be found."
  37746.     return
  37747. end try
  37748. e    No Changef
  37749. QuickTime
  37750. Dev.CD May 00 TC
  37751. ev.CD May 00 TC
  37752. All Packages
  37753. System 7.5 Update 1.0O
  37754. Dev.CD Jul 95P
  37755. Dev.CD Jul 9V
  37756. 62249X
  37757. Jul 95
  37758. b--set theItem to choose file -- uncomment to test in an AS editor
  37759.     tell application "Finder"
  37760.         open item "Dev.CD Jul 95"
  37761.         activate
  37762.     end tell
  37763. on error errMsg number errNum
  37764.     --enter statements to perform when no records are found such as...
  37765.     display dialog "Sorry, the item you selected could not be found."
  37766.     return
  37767. end try
  37768. All Packages
  37769. System 7.5 Update 1.0O
  37770. Dev.CD Jul 95P
  37771. Dev.CD Jul 9V
  37772. 62250X
  37773. Jul 95
  37774. b--set theItem to choose file -- uncomment to test in an AS editor
  37775.     tell application "Finder"
  37776.         open item "Dev.CD Jul 95"
  37777.         activate
  37778.     end tell
  37779. on error errMsg number errNum
  37780.     --enter statements to perform when no records are found such as...
  37781.     display dialog "Sorry, the item you selected could not be found."
  37782.     return
  37783. end try
  37784. All Packages
  37785. System 7.5 Update 1.0O
  37786. Dev.CD Jul 95P
  37787. Dev.CD Jul 9V
  37788. 62251X
  37789. hotchkiss
  37790. hotrect
  37791. hotsauce
  37792. hottest
  37793. hours
  37794. house
  37795. 2.1.1
  37796. 2.1.2
  37797. 2.1.3
  37798. 2.1.4
  37799. 3.2.1
  37800. 8.5.1
  37801. 802.2
  37802. 802.3
  37803. 9650/350
  37804. a/roseQ
  37805. a/rose
  37806. macintosh
  37807. coprocessor
  37808. platform
  37809. ethernet
  37810. powerpQ
  37811. about
  37812. acceleration
  37813. access
  37814. acrobatZ
  37815. action
  37816. is an easy way to identify your "native" applications in the marketplace.  The artwork is designed to be used only on products that are optimized for the PowerPC microprocessor.
  37817. We have introduced a new "Accelerated for Power Macintosh" artwork program for 1995.  There is no charge to obtain the artwork!
  37818. To obtain the "Accelerated for Power Macintosh" artwork:
  37819. 1) Request an information packet from:
  37820. Meeting Support Unli
  37821. 61551X
  37822. Mar 00^    RL Disk 1
  37823. --set theItem to choose file -- uncomment to test in an AS editor
  37824.     tell application "Finder"
  37825.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 22:"
  37826.         activate
  37827.     end tell
  37828. on error errMsg number errNum
  37829.     --enter statements to perform when no records are found such as...
  37830.     display dialog "Sorry, the item you selected could not be found."
  37831.     return
  37832. end try
  37833. e    No Changeq
  37834. Dev.CD Mar 00 RL Disk 1
  37835. All Packages
  37836. develop Issue 23
  37837. 61552X
  37838. Ws will help you create a clean and consistent scripting vocabulary.
  37839. An Object-Oriented Approach to Hierarchical Lists  by Jan Bruyndonckx.  This article shows how to implement 
  37840. All Packages
  37841. System Enabler 003 (LC III)OEDev.CD Apr 94
  37842. Dev.CD Jan 94
  37843. Dev.CD Oct 93
  37844. Dev.CD Jul 93
  37845. Dev.CD Apr 93PDDev.CD Apr 94
  37846. Dev.CD Jan 94
  37847. Dev.CD Oct 93
  37848. Dev.CD Jul 93
  37849. Dev.CD Apr 9V
  37850. 62311X
  37851. Apr 94
  37852. --set theItem to choose file -- uncomment to test in an AS editor
  37853.     tell application "Finder"
  37854.         open item "Dev.CD Apr 94
  37855. Dev.CD Jan 94
  37856. Dev.CD Oct 93
  37857. Dev.CD Jul 93
  37858. Dev.CD Apr 93"
  37859.         activate
  37860.     end tell
  37861. on error errMsg number errNum
  37862.     --enter statements to perform when no records are found such as...
  37863.     display dialog "Sorry, the item you selected could not be found."
  37864.     return
  37865. end try
  37866. All Packages
  37867. System Enabler 003 (LC III)OEDev.CD Apr 94
  37868. Dev.CD Jan 94
  37869. Dev.CD Oct 93
  37870. Dev.CD Jul 93
  37871. Dev.CD Apr 93PDDev.CD Apr 94
  37872. Dev.CD Jan 94
  37873. Dev.CD Oct 93
  37874. Dev.CD Jul 93
  37875. Dev.CD Apr 9V
  37876. 62312X
  37877. Apr 94
  37878. objectQ
  37879. object-based
  37880.  used in new and existing applications to handle all aspects of OpenGL setup on the Macintosh under OS 9.  It is designed to handle windowed or full screen set up with good error handling and fall back cases.  The key to SetupGL is that it attempts to match your 3D context requests with the device that is able to handle them rather than pick a single device and hoping that it can handle the 3D requirements.  A version of SetupGL is used in the "Quake III Arena" for the Macintosh by id Soft
  37881. ware.
  37882. SetupGL also has some unique features:
  37883. - The texture RAM variable in the structGLInfo allows you to specify an amount of texture memory, over and above the buffer requirements, that the device must have to satisfy your requirements.  This allows you to pick a maximum resolution and bit depth and allow SetupGL to find the resolution and bit depth that can actually be used while maintaining the requested amount of VRAM.  This is done by setting fDepthMust and fSizeMust to false on ent
  37884. virtualU
  37885. virtual
  37886. primary
  37887. apple
  37888. computer
  37889. virtuallyj
  37890. viruses
  37891. visibility
  37892. visible
  37893. visigenic
  37894. vision
  37895. visit
  37896. visited
  37897. visrgn
  37898. volume
  37899. volumemount
  37900. volumes[
  37901. vrefnum
  37902. w/mathlib
  37903. w/sound
  37904. w/sysp
  37905. waiting
  37906. waitnextevent
  37907. waits
  37908. wake100
  37909. wakes
  37910. walk-through
  37911. walks
  37912. walkthrough
  37913. wantg
  37914. wanted
  37915. wanting
  37916. wants
  37917. sample
  37918. 73007200/1207200/906
  37919. 730513255
  37920. 7500x
  37921. 750203540
  37922. 7600x
  37923. 7editN
  37924. 8-bit
  37925. 8.0.1
  37926. 8.1.2
  37927. 8.3.4
  37928. 8.4.1
  37929. 8.5.1
  37930. 80486
  37931. 8100x
  37932. 8100/807500/100
  37933. 8500x
  37934. 8500/1808500/1208100
  37935. 8859-15
  37936. 8859-3
  37937. 8859-4
  37938. image
  37939. contains
  37940. debug
  37941. version
  37942. 2.5.2
  37943. which
  37944. appletalk
  37945. alias
  37946. uperview
  37947. suport
  37948. supplement
  37949. supplementing
  37950. supplied
  37951. supply
  37952. supportN
  37953. Wewriter
  37954. imaging
  37955. inactive
  37956. eevent
  37957. apple
  37958. event
  37959. dcmda
  37960. managerd
  37961. manualsw
  37962. memory
  37963. menuh
  37964. missA
  37965. mixed
  37966. modulet
  37967. monitor
  37968. networkQ
  37969. networking
  37970. newsi
  37971. object-orientedY
  37972. objectsupportlib
  37973. transport
  37974. cache
  37975. delete
  37976. query
  37977. pbclock
  37978. pcmcia
  37979. performanceA
  37980. performance
  37981. hardware
  37982. powerpc
  37983. bandwidth
  37984. cache
  37985. rates
  37986. picker
  37987. platformQ
  37988. everyone
  37989. everything
  37990. everyware
  37991. evict
  37992. evolved
  37993. eworldj
  37994. exact`
  37995. exactly
  37996. examinea
  37997. examined
  37998. examines
  37999. examining
  38000. exampleN
  38001. nd try
  38002. e    No Changeq
  38003. Dev.CD May 00 TC
  38004. D!All Packages
  38005. Tool Chest Edition
  38006. Show Movie
  38007. kinds are like file types, only more so, and the choices you make about which part kinds to support will have a profound effect on users
  38008.  experiences with your part editor.
  38009. Using Apple Guide 2.1 With OpenDoc  by Peter Commons.  Apple Guide 2.1 has been extended to work well in OpenDoc
  38010. s brave new world of compound documents and processes within processes. Here
  38011. s a look at the new features and how to 
  38012. Summary:  Macintosh Easy Open (aka The Translation Manager) allows users to open documents created by applications they do not have.  The developer kit allows the application developer to create Macintosh Easy Open
  38013.  savvy applications as well as translation systems which actually perform translation.
  38014. Features:  Contains Macintosh Easy Open 1.1.1 developers kit which allows any user running System 7.0 or later to get automatic document translation.  Macintosh Easy Open also assists in perfB
  38015. orming scrap (in memory) translation.  Kind strings are enhanced in the Finder so document types are more robust.
  38016. Issues:  Please contact Apple Licensing for redistribution information.
  38017. Claris XTND Files:
  38018. Document Converter
  38019. Documentation:
  38020. Macintosh Easy Open
  38021. Macintosh Easy Open Reference
  38022. Open Me
  38023. Read Me First
  38024. Translation Extensions:K
  38025. Jul 93L
  38026. Aug 95OADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:Jan 97O5Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc: on ent
  38027. rightsj
  38028. rigorously
  38029. rinaldi1
  38030. ripple
  38031. risc-based
  38032. v1.2.1Q
  38033. v1.4.1f4
  38034. v1.5.1
  38035. v1.7.2
  38036. v2.0.4
  38037. v2.0.6
  38038. v2.5ss
  38039. v2.6.5X
  38040. v3.0.1Y
  38041. vacinity
  38042. valid
  38043. validate
  38044. validating
  38045. validation
  38046. validator
  38047. validity
  38048. value
  38049. values
  38050. vantage
  38051. variable
  38052. variables
  38053. variant
  38054. variants
  38055. variation
  38056. varietyb
  38057. various
  38058. vdig's
  38059. vdtextsample
  38060. vector
  38061. vectors
  38062. velocity
  38063. vendor
  38064. Movedf
  38065. Finder label menu iconq
  38066. Dev.CD May 00 TC
  38067. D!All Packages
  38068. Mac OS SDK Edition
  38069. Language Analysis SDK
  38070. The Language Analysis Architecture (LAA) provides applications with standard interface for lexical analysis on Mac OS.
  38071. It has been difficult for an application to support features such as indexing, grammar check, sorting, text-to-speech, translation, and rubi (reading of words), for some languages including Japanese, Chineese and Korean unlike English and other European languages.
  38072. In case of Japanese text, you see no space or punctuation between words within a clause or sometimes even wiamework. It has been thoroughly modernized and enhanced in preparation for the computing demands of the next millennium. The advent of more capable C++ compilers has finally allowed the MacApp team to incorporate many new capabilities which you, the MacApp developers, have requested for months or years.
  38073. Install MacApp R13u5
  38074.     EBe or is it hokum? Only your branch prediction unit knows for sure.
  38075. JEdevelop Issue 20:
  38076. develop Issue 20 code:
  38077. develop Issue 20 references:K
  38078. Vol IIIL
  38079. Jun 95OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 20:PQDev.CD Mar 00 RL Disk 1
  38080.  - Technical Documentation
  38081.  - Develop
  38082.  - develop Issue 20orm when no records are found such as...
  38083.     display dialog "Sorry, the item you selected could not be found."
  38084.     return
  38085. end try
  38086. e    No Changef@AppleShare
  38087. File Sharing
  38088. Faceless Background-only
  38089. PPC Toolboxq
  38090. Dev.CD May 00 TC
  38091. D!All Packages
  38092. Tool Chest Edition
  38093. SetDefaultDTP
  38094. xfcns
  38095. xthings
  38096. shell
  38097. sample
  38098. docsr
  38099. zaptcp
  38100. zaptcp
  38101. Jan 96
  38102. g--set theItem to choose file -- uncomment to test in an AS editor
  38103.     tell application "Finder"
  38104.         open item "Dev.CD Jan 96 SDK1"
  38105.         activate
  38106.     end tell
  38107. on error errMsg number errNum
  38108.     --enter statements to perform when no records are found such as...
  38109.     display dialog "Sorry, the item you selected could not be found."
  38110.     return
  38111. end try
  38112. All Packages
  38113. QuickDraw GXO
  38114. Dev.CD Jan 96 SDK1P
  38115. Dev.CD Jan 96 SDKV
  38116. 60718X
  38117. Jan 96
  38118. esting & Debugging:General tools:nge
  38119. r--set theItem to choose file -- uncomment to test in an AS editor
  38120.     tell application "Finder"
  38121.         open item "Dev.CD May 00 TC:Sample Code:"
  38122.         activate
  38123.     end tell
  38124. on error errMsg number errNum
  38125.     --enter statements to perform when no records are found such as...
  38126.     display dialog "Sorry, the item you selected could not be found."
  38127.     return
  38128. end try
  38129. et theItem to choose file -- uncomment to test in an AS editor
  38130.     tell application "Finder"
  38131.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:AppleShare Client API SDK:"
  38132.         activate
  38133.     end tell
  38134. on error errMsg number errNum
  38135.     --enter statements to perform when no records are found such as...
  38136.     display dialog "Sorry, the item you selected could not be found."
  38137.     return
  38138. end try
  38139. e    No Changef$AppleShare
  38140. Client
  38141. shared volumesoPftp://ftp.apple.com/developer/Development_Kits/AppleShare_Client_API_SDK.img.hqxq
  38142. Dev.CD Apr 00 SDK1
  38143. CD!All Packages
  38144. Mac OS SDK Edition
  38145. intuitive
  38146. intuitively
  38147. invalid
  38148. invaluable
  38149. invariably
  38150. inverse
  38151. invert
  38152. inverted
  38153. invertedtext
  38154. inverts
  38155. invested
  38156. investigate
  38157. keyboardU
  38158. keyboard
  38159. keychain
  38160. keychain
  38161. password
  38162. storage
  38163. passphrase
  38164. password
  38165. keychain
  38166. access
  38167. cryptography
  38168. signing
  38169. keyse
  38170. kibitz
  38171. korean
  38172. label
  38173. language
  38174. language
  38175. analysis
  38176. language
  38177. analysis
  38178. architecture
  38179. japanese
  38180. language
  38181. updater
  38182. arabic
  38183. chinese
  38184. cyrillic
  38185. hebrew
  38186. localizationy
  38187. localized
  38188. locationt
  38189. location
  38190. configuration
  38191. setting
  38192. preference
  38193. switch
  38194. module
  38195. lproj
  38196. macappX
  38197. macapp
  38198. framework
  38199. object-oriented
  38200. classes
  38201. editor
  38202. resouY
  38203. machine
  38204. macintoshQ
  38205. macintosh
  38206. powerbook
  38207. series
  38208. developers
  38209. powerpc
  38210. backside
  38211. macsbuga
  38212. macsbug
  38213. appleevent
  38214. apple
  38215. event
  38216. dcmda
  38217. mactcp
  38218. mactcp
  38219. communications
  38220. toolbox
  38221. serial
  38222. ports
  38223. audio
  38224. management
  38225. Dev.CD Jul 93
  38226. Dev.CD Apr 9V
  38227. 62077X
  38228. Jul 93
  38229. p--set theItem to choose file -- uncomment to test in an AS editor
  38230.     tell application "Finder"
  38231.         open item "Dev.CD Jul 93
  38232. Dev.CD Apr 93"
  38233.         activate
  38234.     end tell
  38235. on error errMsg number errNum
  38236.     --enter statements to perform when no records are found such as...
  38237.     display dialog "Sorry, the item you selected could not be found."
  38238.     return
  38239. end try
  38240. All Packages
  38241. F    QuickTimeO
  38242. Dev.CD Jul 93
  38243. Dev.CD Apr 93P
  38244. Dev.CD Jul 93
  38245. Dev.CD Apr 9V
  38246. 62078X
  38247. Jul 93
  38248. p--set theItem to choose file -- uncomment to test in an AS editor
  38249.     tell application "Finder"
  38250.         open item "Dev.CD Jul 93
  38251. Dev.CD Apr 93"
  38252.         activate
  38253.     end tell
  38254. on error errMsg number errNum
  38255.     --enter statements to perform when no records are found such as...
  38256.     display dialog "Sorry, the item you selected could not be found."
  38257.     return
  38258. end try
  38259. All Packages
  38260. F    QuickTimeO
  38261. Dev.CD Jul 93
  38262. Dev.CD Apr 93V
  38263. 62079X
  38264. BJ(develop Issue  5:
  38265. develop Issue  5 code:K
  38266. Vol IIIL
  38267. Jun 95OBDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  5:PJDev.CD Mar 00 RL
  38268.  - Technical Documentation
  38269.  - develop
  38270.  - develop Issue  5 Dec 96 SE"
  38271.         activate
  38272.     end tell
  38273. on error errMsg number errNum
  38274.     --enter statements to perform when no records are found such as...
  38275.     display dialog "Sorry, the item you selected could not be found."
  38276.     return
  38277. end try
  38278. All Packages
  38279. F    QuickTimeO"Dev.CD Jun 97 SSW
  38280. Dev.CD Dec 96 SEP!Dev.CD Jun 97 SSW
  38281. Dev.CD Dec 96 SV
  38282. 60861X
  38283. Jun 97
  38284. w--set theItem to choose file -- uncomment to test in an AS editor
  38285.     tell application "Finder"
  38286.         open item "Dev.CD Jun 97 SSW
  38287. Dev.CD Dec 96 SE"
  38288.         activate
  38289.     end tell
  38290. on error errMsg number errNum
  38291.     --enter statements to perform when no records are found such as...
  38292.     display dialog "Sorry, the item you selected could not be found."
  38293.     return
  38294. end try
  38295. All Packages
  38296. F    QuickTimeV
  38297. 60862X
  38298. Aug 95M
  38299. Metrowerks Pascal 6N5AppleShare, File Sharing, File Manager, Drag and DropO0Dev.CD May 00 TC:Tool Chest:Files:UnmountIt 1.2:P8Dev.CD May 00 TC
  38300.  - Tool Chest
  38301.  - Files
  38302.  - UnmountIt 1.2
  38303. apple
  38304. eventa
  38305. apple
  38306. event
  38307. folder
  38308. actions
  38309. apple
  38310. event
  38311. server
  38312. apple
  38313. events\
  38314. apple
  38315. events
  38316. spell
  38317. grammar
  38318. writeswell
  38319. spellswell
  38320. working
  38321. apple
  38322. guidep
  38323. apple
  38324. helpq
  38325. apple
  38326. media
  38327. conference
  38328. apple
  38329. apple
  38330. newsi
  38331. apple
  38332. servers
  38333. manageru
  38334. apple
  38335. systemx
  38336. apple
  38337. services
  38338. unicode
  38339. imaging
  38340. appleevent
  38341. appleevents
  38342. applegloty
  38343. appleglot
  38344. localization
  38345. internationalization
  38346. translation
  38347. glosy
  38348. applescript
  38349. applesearch
  38350. appleshare
  38351. appleshare
  38352. client
  38353. appleshare
  38354. appletalk
  38355. appletalk
  38356. transaction
  38357. protocol
  38358. appletalk
  38359. application
  38360. application
  38361. package
  38362. appstogo
  38363. 62142X
  38364. May 00^
  38365. --set theItem to choose file -- uncomment to test in an AS editor
  38366.     tell application "Finder"
  38367.         open item "Dev.CD May 00 TC:Tool Chest:QuickDraw GX:SetDefaultDTP:"
  38368.         activate
  38369.     end tell
  38370. on error errMsg number errNum
  38371.     --enter statements to perform when no records are found such as...
  38372.     display dialog "Sorry, the item you selected could not be found."
  38373.     return
  38374. end try
  38375. e    No Changef8Desk Top Printer Default SetDefaultDTP QuickDraw GX toolq
  38376. Dev.CD May 00 TC
  38377. D!All Packages
  38378. Tool Chest Edition
  38379. SetDeskCPatDemoI
  38380. Simple code sample which demonstrates how to call SetDeskCPat properly.  
  38381. Be careful to co-exist gracefully with Desktop Pictures in Mac OS 8.  Se the Mac OS 8 technote for details.J
  38382. Sample Code.imgK
  38383. Aug 97N
  38384. setdeskcpatO
  38385. Dev.CD May 00 TC:Sample Code:P
  38386. Dev.CD May 00 TC
  38387.  - Sample CodeV
  38388. 62143X
  38389. May 00^
  38390. #e Appearance:
  38391. Human Interface Guidelines
  38392. Human Interface Notes
  38393. MacOS8Documentation:K
  38394. Jul 93M
  38395. Adobe Acrobat Reader.
  38396. ninej
  38397. nirvanaj
  38398. nisus
  38399. training
  38400. required
  38401. plug-and-play
  38402. design
  38403. no-copy
  38404. no-so-subtlej
  38405. noacclcurve
  38406. noble
  38407. non-appleo
  38408. non-ethernet
  38409. non-functional
  38410. non-macintosh
  38411. non-native
  38412. non-portable
  38413. non-scsi
  38414. non-volatile-ram
  38415. nopoweroffkey
  38416. norbert
  38417. normal
  38418. normally
  38419. normanj
  38420. norwegian
  38421. rray, CFDictionary, CFDictionary, CFPropertyList, XML, Core Foundation, String Services, CFString.h, CFCharacterSet.h, CFStringEncodingsExt.h, CFString, string, mutable string, internationalization, localization, Unicode, character encoding, string encoding
  38422.  such as...
  38423.     display dialog "Sorry, the item you selected could not be found."
  38424.     return
  38425. end try
  38426. All Packages
  38427. F    QuickTimeO
  38428. Dev.CD Jan 96 SSWP
  38429. Dev.CD Jan 96 SSV
  38430. 60799X
  38431. Jan 96
  38432. f--set theItem to choose file -- uncomment to test in an AS editor
  38433.     tell application "Finder"
  38434.         open item "Dev.CD Jan 96 SSW"
  38435.         activate
  38436.     end tell
  38437. on error errMsg number errNum
  38438.     --enter statements to perform when no records are found such as...
  38439.     display dialog "Sorry, the item you selected could not be found."
  38440.     return
  38441. end try
  38442. All Packages
  38443. F    QuickTimeO
  38444. Dev.CD Jan 96 SSWP
  38445. Dev.CD Jan 96 SSV
  38446. 60800X
  38447. Jan 96
  38448. --set theItem to choose file -- uncomment to test in an AS editor
  38449.     tell application "Finder"
  38450.         open item "Dev.CD May 00 TC:Tool Chest:Printing:Learning to Drive:"
  38451.         activate
  38452.     end tell
  38453. on error errMsg number errNum
  38454.     --enter statements to perform when no records are found such as...
  38455.     display dialog "Sorry, the item you selected could not be found."
  38456.     return
  38457. end try
  38458.    return
  38459. end try
  38460. Deletedq
  38461. Dev.CD Nov 99 TC
  38462. D!All Packages
  38463. Mac OS SDK Edition
  38464. s of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  38465. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  38466.   1. Obtain the NEW Mac platform NEW Mac platform 
  38467. strongestj
  38468. strongly
  38469. structglinfo
  38470. structs
  38471. structure
  38472. structured
  38473. structures
  38474. strutures
  38475. studies
  38476. studio
  38477. studyj
  38478. stuff
  38479. stuffit
  38480. stylew
  38481. style-linking
  38482. sub-menus
  38483. subclass
  38484. subdirectory
  38485. subfolders
  38486. subject
  38487. subjects
  38488. sublaunch
  38489. submission
  38490. submit
  38491. subroutine
  38492. subsection
  38493. subset
  38494. subspace
  38495. substitute
  38496. substitutions
  38497. subtle
  38498. succeed
  38499. success
  38500. successfulf
  38501. successfullyx
  38502. suchQ
  38503. suffer
  38504. suffix
  38505. suggested
  38506. suggestions
  38507. suitj
  38508. suitability
  38509. 61811X
  38510. May 00^
  38511. r--set theItem to choose file -- uncomment to test in an AS editor
  38512.     tell application "Finder"
  38513.         open item "Dev.CD May 00 TC:Sample Code:"
  38514.         activate
  38515.     end tell
  38516. on error errMsg number errNum
  38517.     --enter statements to perform when no records are found such as...
  38518.     display dialog "Sorry, the item you selected could not be found."
  38519.     return
  38520. end try
  38521. Movedq
  38522. Dev.CD May 00 TC
  38523. =D!All Packages
  38524. Tool Chest Edition
  38525. OT/PPP Control Strip Sample
  38526. Summary: OT PPP Control Strip Sample is a CW 10 project that  demonstrates how to interact with the OpenTransport PPP control point. The control strip sample will demonstrate how to check  for OT/PPP's existence and whether or not it has loaded. This example will  setup a PPP control point notifier.  
  38527. Note that this sample is not complete, it will not issue a connect or disconnect; this is planned for the next version.
  38528. Sample Code.imgK
  38529. Mar 97:Sample Code:V
  38530. 61812X
  38531. Moved
  38532. acur.c
  38533. acur.h
  38534. DropShell.68K.
  38535. DropShell.c
  38536. DropShell.h
  38537. DropShell.PPC.
  38538. DropShell.rsrc
  38539. DSAppleEvents.c
  38540. DSAppleEvents.h
  38541. DSGlobals.h
  38542. DSUserProcs.c
  38543. DSUserProcs.h
  38544. DSUtils.c
  38545. DSUtils.h
  38546. GetHelpStrings
  38547. Read MeK
  38548. Dec 95N<balloon help, C, finder help strings, spinning cursors, acurO3Dev.CD May 00 TC:Tool Chest:Toolbox:GetHelpStrings:P;Dev.CD May 00 TC
  38549.  - Tool Chest
  38550.  - Toolbox
  38551.  - GetHelpStringsV
  38552. 61621X
  38553. May 00^
  38554. --set theItem to choose file -- uncomment to test in an AS editor
  38555.     tell application "Finder"
  38556.         open item "Dev.CD May 00 TC:Tool Chest:Toolbox:GetHelpStrings:"
  38557.         activate
  38558.     end tell
  38559. on error errMsg number errNum
  38560.     --enter statements to perform when no records are found such as...
  38561.     display dialog "Sorry, the item you selected could not be found."
  38562.     return
  38563. end try
  38564. e    No Changef8balloon help
  38565. finder help strings
  38566. spinning cursors
  38567. acurq
  38568. Dev.CD May 00 TC
  38569. D!All Packages
  38570. Tool Chest Edition
  38571. GetPPPStatus May 00 TC:Sample Code:nge
  38572. rses C, C++, Pascal, 
  38573. 62022X
  38574. Apr 98^
  38575. --set theItem to choose file -- uncomment to test in an AS editor
  38576.     tell application "Finder"
  38577.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake for Windows 1.5:"
  38578.         activate
  38579.     end tell
  38580. on error errMsg number errNum
  38581.     --enter statements to perform when no records are found such as...
  38582.     display dialog "Sorry, the item you selected could not be found."
  38583.     return
  38584. end try
  38585. Deletedf QuickTake
  38586. Windows
  38587. Digital cameraq
  38588. Dev.CD Apr 98 SDK2
  38589. All Packages
  38590. F    QuickTimeO
  38591. Dev.CD Jan 95
  38592. Dev.CD Oct 94P
  38593. Dev.CD Jan 95
  38594. Dev.CD Oct 9V
  38595. 62023X
  38596. Jan 95
  38597. p--set theItem to choose file -- uncomment to test in an AS editor
  38598.     tell application "Finder"
  38599.         open item "Dev.CD Jan 95
  38600. Dev.CD Oct 94"
  38601.         activate
  38602.     end tell
  38603. on error errMsg number errNum
  38604.     --enter statements to perform when no records are found such as...
  38605.     display dialog "Sorry, the item you selected could not be found."
  38606.     return
  38607. end try
  38608. --set theItem to choose file -- uncomment to test in an AS editor
  38609.     tell application "Finder"
  38610.         open item "Dev.CD Apr 94
  38611. Dev.CD Jan 94
  38612. Dev.CD Oct 93
  38613. Dev.CD Jul 93
  38614. Dev.CD Apr 93"
  38615.         activate
  38616.     end tell
  38617. on error errMsg number errNum
  38618.     --enter statements to perform when no records are found such as...
  38619.     display dialog "Sorry, the item you selected could not be found."
  38620.     return
  38621. end try
  38622. maintainingU
  38623. maintains
  38624. maintenance
  38625. majorZ
  38626. we'll
  38627. eventm
  38628. glossariess
  38629. grayscaleo
  38630. guidep
  38631. handbookf
  38632. helpq
  38633. imaging[
  38634. internationals
  38635. libraryu
  38636. locationt
  38637. managert
  38638. monitorr
  38639. newsi
  38640. notesS
  38641. onescannerg
  38642. parserV
  38643. e--set theItem to choose file -- uncomment to test in an AS editor
  38644.     tell application "Finder"
  38645.         open item "Dev.CD May 97 TC"
  38646.         activate
  38647.     end tell
  38648. on error errMsg number errNum
  38649.     --enter statements to perform when no records are found such as...
  38650.     display dialog "Sorry, the item you selected could not be found."
  38651.     return
  38652. end try
  38653. elected could not be found."
  38654.     return
  38655. end try
  38656. e    No Changef?MacApp
  38657. Framework
  38658. Object-oriented
  38659. C++ Standard Library
  38660. CarbonLib
  38661. /A(http://developer.apple.com/tools/macapp/
  38662. Dev.CD Apr 00 SDK1
  38663. All Packages
  38664. F    MacBinary
  38665. 60489X
  38666. cks).  When a movie is currently open, a SysBeep will result only as a menubar flash.  However, if a movie is without a sound track or a movie is closed, the SysBeep will beep normally.
  38667. Define Window Type:  Rather than using just the standard "square" window shape, MegaMovies uses a special WDEF resource for displaying various wind
  38668. e    No Changeq
  38669. Dev.CD May 00 TC
  38670. D!All Packages
  38671. Tool Chest Edition
  38672. LFSR Verilog CAD Tool
  38673. Summary: Data for a linear feedback shift register is entered through a dialog and produces a Verilog HDL module of a linear feedback shift register.  A CAD tool for hardware ASIC/FPGA developers. 
  38674. Features:
  38675. Used for training and using Verilog HDL. 
  38676. Produces test code for module. 
  38677. Calculates LFSR seed value. LFSR used for counters, prescalers, FIFO address generators,  random number generators and CRC checkers. 
  38678. Issues:
  38679. Doesn't open documents properly.
  38680. J.Horiz Count
  38681. Large Count
  38682. Readme
  38683. Vert CountK
  38684. Aug 93M=System 7.0 with 512Kbyte code. 
  38685. Color preferred not necessaryN
  38686. CAD/CAM, ASIC DesignOGDev.CD May 00 TC:Tool Chest:Hardware:Misc. Tools:LFSR Verilog CAD Tool:PRDev.CD May 00 TC
  38687.  - Tool Chest
  38688.  - Hardware
  38689.  - Misc. Tools
  38690.  - LFSR Verilog CAD ToolV
  38691. 61701X
  38692. May 00^
  38693. #y 00 TC:Tool Chest:Testing & Debugging:General tools:estionnaire regarding your company and the products develop
  38694. hine.
  38695. DisableEject:  Shows how to stop a floppy disk from being ejected. This has no chance of being compatible with future system software.
  38696. Disk Icons:  This C routine calls disk drivers to retrieve icon information.
  38697. EgretWakeup:  This is a test program to tell a Mac with an Egret (or Egret derivative) chip when to power up.  It does so by calling the _Egret trap. If the Power Manager exists, use the SetWUTime call as per Inside Macintosh, Power  Manager chapter (Vol VI). This program 
  38698. only works on a Egret-based Macs that ALSO can do softpower.  For example while the IIsi and LC CPUs both have Egrets, LCs can't do soft power on).
  38699. Floppy II:  This sample uses the sony driver calls to get the format list of a super drive disk, to find if the disk supports MFM 720 disk. If so, it reformats the disk to be that type. !! Warning: The data on the disk in drive 1  will get blown away and there are no warnings.!!
  38700. ledApp:  This is a faceless background task for System 7. It cou
  38701. folder
  38702. contains
  38703. updated
  38704. documents
  38705. outlining
  38706. strategies
  38707. folder
  38708. contains
  38709. worldwide
  38710. updates
  38711. hypercard
  38712. update
  38713. features
  38714. including
  38715. powerplant
  38716. version
  38717. inputsprocket
  38718. application
  38719. measure
  38720. intertask
  38721. signaling
  38722. application
  38723. test/demo
  38724. mt/mp
  38725. mpdelayuntil
  38726. application
  38727. test/demo
  38728. mt/mp
  38729. timers
  38730. update
  38731. appearance
  38732. 1.0.3
  38733. manager
  38734. manager
  38735. drawsprocket
  38736. which
  38737. provides
  38738. support
  38739. inputsprocket
  38740. which
  38741. provides
  38742. support
  38743. package
  38744. consists
  38745. files
  38746. provide
  38747. information
  38748. package
  38749. contains
  38750. number
  38751. routines
  38752. helpful
  38753. package
  38754. contains
  38755. appleshare
  38756. 3.6.5
  38757. first
  38758. package
  38759. contains
  38760. drive
  38761. setup
  38762. v1.7.2
  38763. program
  38764. MCSystem 7.0 or later, takes advantage of Sound Manager 3.0 or later.NAsound, memory, dialogs, windows, resources, files, user interfacemmary
  38765. graphical
  38766. representation
  38767. maximum
  38768. summary
  38769. definition
  38770. procedure
  38771. source
  38772. summary
  38773. series
  38774. tools
  38775. source
  38776. allow
  38777. three
  38778. tools
  38779. written
  38780. hardwar
  38781. summary
  38782. simple
  38783. window
  38784. based
  38785. debugger
  38786. kernel
  38787. summary
  38788. which
  38789. plays
  38790. sounds
  38791. summary
  38792. helper
  38793. formerly
  38794. monthly
  38795. posting
  38796. summary
  38797. definition
  38798. binhex
  38799. protocol
  38800. summary
  38801. developer
  38802. edition
  38803. quickview
  38804. devel
  38805. summary
  38806. electronic
  38807. version
  38808. develop
  38809. magazine
  38810. summary
  38811. prgram
  38812. guide
  38813. macintosh
  38814. power
  38815. com/technotes/tn/tn1
  38816. com/techpubs
  38817. com/techpubs/hardwar
  38818. com/techpubs/mac/ppc
  38819. com/tools
  38820. combination
  38821. combinations
  38822. combine
  38823. combines
  38824. combiningp
  38825. combowalker
  38826. comesg
  38827. comfort
  38828. coming
  38829. comma
  38830. commandT
  38831. command-line
  38832. commando
  38833. commandsB
  38834. commented
  38835. comments
  38836. commercial
  38837. commit
  38838. commitment
  38839. committedj
  38840. commonj
  38841. commonly
  38842. commons
  38843. commpilerj
  38844. commtoolbox
  38845.  new version of the SNMP Macintosh Agent that fixes a problem with the gestaltTable wi
  38846. PD!All Packages
  38847. Mac OS SDK Edition
  38848. PC Card SDKsI
  38849. This is both the PC Card Manager 2.0 and the PC Card Manager 3.0 SDKs.  When the PC Card Manager 3.0 SDK was put on the Mac OS SDK, the PC Card 2.0 SDK was removed by mistake.  Both are needed depending upon the machine.JBPC Card Manager 2.0 SDK
  38850. PC Card Manager 3.0
  38851. What's the difference?K
  38852. Aug 97O:Dev.CD Apr 00 SDK1:Development Kits:Hardware:PC Card SDKs:PBDev.CD Apr 00 SDK1
  38853.  - Development Kits
  38854.  - Hardware
  38855.  - PC Card SDKsV
  38856. 61831X
  38857. 1 statements to perform when no records are found such as...
  38858.     display dialog "Sorry, the item you selected could not be found."
  38859.     return
  38860. end try
  38861. All Packages
  38862. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  38863. Dev.CD Jan 94
  38864. Dev.CD Oct 93
  38865. Dev.CD Jul 93
  38866. Dev.CD Apr 93PDDev.CD Apr 94
  38867. Dev.CD Jan 94
  38868. Dev.CD Oct 93
  38869. Dev.CD Jul 93
  38870. Dev.CD Apr 9V
  38871. 59866X
  38872. Apr 94
  38873. parserV
  38874. parsing
  38875. parsons
  38876. partj
  38877. partial
  38878. e    No Changef
  38879. testing
  38880. debugging
  38881. printersq
  38882. Dev.CD May 00 TC
  38883. D!All Packages
  38884. Tool Chest Edition
  38885. ProcDoggie2.1b2
  38886. ProcDoggie is a full blown application that demonstrates a variety of Process Manager-related techniques, including:
  38887. 1. Getting a list of running processes
  38888. 2. Getting information about a running process
  38889. 3. Launching a processes, with and without opening documents
  38890. Sample Code.imgK
  38891. May 97L
  38892. Jan 98N
  38893. process managerO
  38894. Dev.CD May 00 TC:Sample Code:P
  38895. Dev.CD May 00 TC
  38896.  - Sample CodeV
  38897. 61906X
  38898. May 00^
  38899. r--set theItem to choose file -- uncomment to test in an AS editor
  38900.     tell application "Finder"
  38901.         open item "Dev.CD May 00 TC:Sample Code:"
  38902.         activate
  38903.     end tell
  38904. on error errMsg number errNum
  38905.     --enter statements to perform when no records are found such as...
  38906.     display dialog "Sorry, the item you selected could not be found."
  38907.     return
  38908. end try
  38909. e    No Changef
  38910. process managerq
  38911. Dev.CD May 00 TC
  38912. D!All Packages
  38913. Mac OS SDK Edition
  38914. scheduleR
  38915. scheduled
  38916. schedulesR
  38917. schemes
  38918. schneider
  38919. school
  38920. science
  38921. scoop
  38922. score
  38923. scoring
  38924. scott
  38925. scrambling
  38926. scrap
  38927. screenB
  38928. screen's
  38929. screen-based
  38930. screencompare
  38931. screendump
  38932. screens
  38933. screenshots
  38934. scripth
  38935. scriptability
  38936. scriptableN
  38937. scripted
  38938. scripter
  38939. scripters
  38940. scriptfile
  38941. scriptingh
  38942. scripts
  38943. scriptswitcher8
  38944. mergeitems
  38945. issue
  38946. highlights
  38947. issue
  38948. highlights
  38949. issue
  38950. highlights
  38951. issue
  38952. highlights
  38953. issue
  38954. highlights
  38955. issue
  38956. highlights
  38957. issue
  38958. highlights
  38959. issue
  38960. highlights
  38961. issue
  38962. highlights
  38963. issue
  38964. highlights
  38965. issue
  38966. highlights
  38967. issue
  38968. highlights
  38969. issue
  38970. highlights
  38971. issue
  38972. highlights
  38973. issue
  38974. highlights
  38975. issue
  38976. highlights
  38977. issue
  38978. highlights
  38979. issue
  38980. highlights
  38981. issue
  38982. highlights
  38983. issue
  38984. highlights
  38985. issue
  38986. highlights
  38987. issue
  38988. summary
  38989. issue
  38990. highlights
  38991. issue
  38992. highlights
  38993. issue
  38994. highlights
  38995. issue
  38996. highlights
  38997. issuesT
  38998. All Packages
  38999. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  39000. Dev.CD Jan 94
  39001. Dev.CD Oct 93
  39002. Dev.CD Jul 93
  39003. Dev.CD Apr 93PDDev.CD Apr 94
  39004. Dev.CD Jan 94
  39005. Dev.CD Oct 93
  39006. Dev.CD Jul 93
  39007. Dev.CD Apr 9V
  39008. 62301X
  39009. Apr 94
  39010. --set theItem to choose file -- uncomment to test in an AS editor
  39011.     tell application "Finder"
  39012.         open item "Dev.CD Apr 94
  39013. Dev.CD Jan 94
  39014. Dev.CD Oct 93
  39015. Dev.CD Jul 93
  39016. Dev.CD Apr 93"
  39017.         activate
  39018.     end tell
  39019. on error errMsg number errNum
  39020.     --enter statements to perform when no records are found such as...
  39021.     display dialog "Sorry, the item you selected could not be found."
  39022.     return
  39023. end try
  39024. All Packages
  39025. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  39026. Dev.CD Jan 94
  39027. Dev.CD Oct 93
  39028. Dev.CD Jul 93
  39029. Dev.CD Apr 93PDDev.CD Apr 94
  39030. Dev.CD Jan 94
  39031. Dev.CD Oct 93
  39032. Dev.CD Jul 93
  39033. Dev.CD Apr 9V
  39034. 62302X
  39035. Apr 94
  39036.  system(s) should be a Macintosh Plus or higher.
  39037. Software:  (Controller) MPW 3.1 or higher and Virtual User 1.0 or higher.  (Target) Agent VU,
  39038. plug-ins
  39039. plugged
  39040. plugging
  39041. pluses
  39042. pmforecolor
  39043. point
  39044. point-to-point
  39045. pointer
  39046. pointers
  39047. pointing
  39048. points
  39049. polaschek
  39050. polish
  39051. polyhedral
  39052. polymorphic
  39053. polymorphism
  39054. pop-up
  39055. popularj
  39056. populateh
  39057. popuph
  39058. popupcdef
  39059. popupfuncs
  39060. popupmenuselect
  39061. popupmenuselectwithc
  39062. popupmenuwithcurfont
  39063. theresa
  39064. tensor
  39065. informa
  39066. portion
  39067. portions
  39068. portraitj
  39069. ports
  39070. position
  39071. positioning
  39072. positions
  39073. possibilities
  39074. possibility
  39075. possiblep
  39076. usenet
  39077. userT
  39078. userstartup
  39079. uses[
  39080. usingA
  39081.  P]Dev.CD May 00 TC
  39082.  - Tool Chest
  39083.  - Interapplication Communication
  39084.  - AE Tools
  39085.  - AETracker 3.0
  39086.     tell application "Finder"
  39087.         open item "Dev.CD May 00 TC:Tool Chest:Files:UnmountIt 1.2:"
  39088.         activate
  39089.     end tell
  39090. on error errMsg number errNum
  39091.     --enter statements to perform when no records are found such as...
  39092.     display dialog "Sorry, the item you selected could not be found."
  39093.     return
  39094. end try
  39095. e    No Changef2AppleShare
  39096. File Sharing
  39097. File Manager
  39098. Drag and Dropq
  39099. Dev.CD May 00 TC
  39100. *D!All Packages
  39101. Tool Chest Edition
  39102. URL Access 1.0.1 SDK
  39103.     how to add items to print dialogs (with balloon help and sub-dialogs). Sample code accompanying Tech Note PR09.  This version: New & Improved, appy with LW 8.4.1, can add lists.J
  39104. Sample Code.imgK
  39105. May 97L
  39106. May 97O
  39107. Dev.CD May 00 TC:Sample Code:P
  39108. Dev.CD May 00 TC
  39109.  - Sample CodeV
  39110. 58409X
  39111. May 00^
  39112. eventm
  39113. handbookf
  39114. imaging[
  39115. newsi
  39116. notesS
  39117. onescannerg
  39118. parserV
  39119. ude enhancement requests, complaints, accolades, or anything else you want to convey. You may not receive a response; however, all feedback is read and evaluated.
  39120.  Apple has created a mailing list server, called MRJ-Dev, to serve the Mac OS Runtime for Java (MRJ) developer community. To join this list, go to the Apple Mailing List Server at http://www.lists.apple.com/mrj.html.
  39121.  Do not call Apple
  39122. s 800 number(s) regarding this software since our operators are not trained to support deveJ
  39123. loper products. 
  39124.  Monitor the MRJ web site at http://developer.apple.com/java/ for additional documentation, information about future releases, known problems, and other MRJ news.
  39125. MRJ 2.2 Debug.smiK
  39126. Aug 97L
  39127. May 00N(MRJ, Java, MRJ SDK, MRJ 2.2, MRJ SDK 2.2OEDev.CD May 00 TC:What's New?:Development Kits:Mac OS:MRJ 2.2 Debug f:PPDev.CD May 00 TC
  39128.  - What's New?
  39129.  - Development Kits
  39130.  - Mac OS
  39131.  - MRJ 2.2 Debug f
  39132. Apr 00^
  39133. #://developer.apple.com/techpubs/index.html
  39134. 61872X
  39135. Apr 95
  39136. p--set theItem to choose file -- uncomment to test in an AS editor
  39137.     tell application "Finder"
  39138.         open item "Dev.CD Apr 95
  39139. Dev.CD Jan 95"
  39140.         activate
  39141.     end tell
  39142. on error errMsg number errNum
  39143.     --enter statements to perform when no records are found such as...
  39144.     display dialog "Sorry, the item you selected could not be found."
  39145.     return
  39146. end try
  39147. All Packages
  39148. F    PowerTalkO
  39149. Dev.CD Apr 95P
  39150. Dev.CD Apr 9V
  39151. 61873X
  39152. Apr 95
  39153. b--set theItem to choose file -- uncomment to test in an AS editor
  39154.     tell application "Finder"
  39155.         open item "Dev.CD Apr 95"
  39156.         activate
  39157.     end tell
  39158. on error errMsg number errNum
  39159.     --enter statements to perform when no records are found such as...
  39160.     display dialog "Sorry, the item you selected could not be found."
  39161.     return
  39162. end try
  39163. All Packages
  39164. F    PowerTalkO
  39165. Dev.CD Apr 95P
  39166. Dev.CD Apr 9V
  39167. 61874X
  39168. Apr 95
  39169. GrayTiaslab
  39170. -Rotation Controllers Read Me
  39171. -Rotation Ctl's Read Me.txt
  39172. Related Paper
  39173. Rotation Controllers demo 1.0.1
  39174. Virtual Sphere Sample Code 1.1K
  39175. Mar 93L
  39176. Jun 93M=Must have Color QuickDraw.  Will run in System 6 or System 7.O;Dev.CD May 00 TC:Tool Chest:QuickDraw:Virtual Sphere 1.0.1:PCDev.CD May 00 TC
  39177.  - Tool Chest
  39178.  - QuickDraw
  39179.  - Virtual Sphere 1.0.1V
  39180. 62566X
  39181. May 00^
  39182. --set theItem to choose file -- uncomment to test in an AS editor
  39183.     tell application "Finder"
  39184.         open item "Dev.CD May 00 TC:Tool Chest:QuickDraw:Virtual Sphere 1.0.1:"
  39185.         activate
  39186.     end tell
  39187. on error errMsg number errNum
  39188.     --enter statements to perform when no records are found such as...
  39189.     display dialog "Sorry, the item you selected could not be found."
  39190.     return
  39191. end try
  39192. e    No Changeq
  39193. Dev.CD May 00 TC
  39194. 0D!All Packages
  39195. Tool Chest Edition
  39196. Virtual User
  39197. installeru
  39198. WASTE is a text editing library for Macintosh programmers.
  39199. Designed to be a viable replacement for TextEdit, WASTE offers several enhancements, the major one being the ability to handle text files larger than 32K.
  39200. Like TextEdit, WASTE handles multi-styled text and relies on the services offered by the Script Manager for drawing, measuring and hit-testing the text and for finding word and line breaks.  The built-in support for inline input makes WASTE fully WorldScript II-compliant (on thB
  39201. e other hand, bidirectional scripts, like Arabic, are not supported).
  39202. Replacement for TextEdit that breaks the 32k limit on text.
  39203. Issues: 3rd Party Product
  39204. Change History
  39205. Extras
  39206. Quick Intro
  39207. WASTE 1.3a6
  39208. WASTE C/C++ Headers
  39209. WASTE Demo (CFM fat)
  39210. WASTE Demo (classic 68K)
  39211. WASTE Documentation
  39212. WASTE Pascal Interfaces
  39213. WASTELibK
  39214. Dec 95L
  39215. Feb 98M
  39216. System 7.1 required.N1WASTE, TextEdit Replacement,More than 32k of textO-Dev.CD May 00 TC:Tool Chest:Text:WASTE 1.3a6:
  39217. thinks@
  39218. describes
  39219. runtime
  39220. architecture
  39221. based
  39222. driver
  39223. development
  39224. enable
  39225. create
  39226. program
  39227. shows
  39228. construct
  39229. simple
  39230. animation
  39231. :develop:develop Issue 12:PJDev.CD Mar 00 RL
  39232.  - Technical Documentation
  39233.  - develop
  39234.  - develop Issue 1211 - Opening the Serial Ports.
  39235. SlotVInstall:  This little program installs a slot VBL task for the main screen, even if the main screen uses built-in video, bK
  39236. y getting the gdRefNum and calling GetDctlEntry to find the slot number.
  39237. Wake100:  Wake100 resets the wake up time on PowerBooks that support it (PB 100, Portable) so that it wakes up at the same time everyday.
  39238. Sample Code.imgK
  39239. Feb 92L
  39240. Feb 97O
  39241. Dev.CD May 00 TC:Sample Code:P
  39242. Dev.CD May 00 TC
  39243.  - Sample Codetatements to perform when no records are found such as...
  39244.     display dialog "Sorry, the item you selected could not be found."
  39245.     return
  39246. end try
  39247. All Packages
  39248. 54892
  39249. --set theItem to choose file -- uncomment to test in an AS editor
  39250.     tell application "Finder"
  39251.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:ColorPicker 2.1.1 SDK:"
  39252.         activate
  39253.     end tell
  39254. on error errMsg number errNum
  39255.     --enter statements to perform when no records are found such as...
  39256.     display dialog "Sorry, the item you selected could not be found."
  39257.     return
  39258. end try
  39259. e    No Changef
  39260. Color Picker 2.1.1q
  39261. Dev.CD Apr 00 SDK1
  39262. All Packages
  39263. ColorPopUpMenus
  39264. WThis folder contains an example illustrating how to show swatches of color in a labels-like menu in your own application.  It also illustrates how to add a user adjustable color item to the menu that can be changed by  way of the color picker interface.
  39265. Contains routines for getting/setting particular elements in a color icon's color table.
  39266. Dec 99V
  39267. 61502X
  39268. 1e    No Change
  39269. opxpp
  39270. storage
  39271. store
  39272. physicalU
  39273. physically
  39274. piccomment
  39275. piccomments
  39276. piccomments/bottlene
  39277. piccommentstest
  39278. pichandle
  39279. picker[
  39280. pickers
  39281. pictdialog
  39282. pictinfotest
  39283. picts
  39284. picture
  39285. pictures
  39286. piece
  39287. pieces
  39288. piersol
  39289. pinterfaces
  39290. powermacsp
  39291. powerpcA
  39292. powerpc-based
  39293. powertalkj
  39294. practices
  39295. pre-7.5p
  39296. pre-emptively
  39297. pre-train
  39298. pre-translates
  39299. preferences
  39300. preferred
  39301. premiereh
  39302. prerelease
  39303. prerequisitesR
  39304. presentp
  39305. presentedZ
  39306. press
  39307. prevent
  39308. previousa
  39309. previouslyn
  39310. pricesj
  39311. primitivesd
  39312. printN
  39313. printer
  39314. printersj
  39315. printingN
  39316. prior
  39317. problemV
  39318. throughput
  39319. throw
  39320. throws
  39321. thumb
  39322. thumbnail
  39323. thumbs
  39324. thunder
  39325. tibetan
  39326. tickanimate
  39327. ticks
  39328. tietz
  39329. tighter
  39330. tilde-linefeed
  39331. tilde-tilde
  39332. tiles
  39333. times
  39334. time-based
  39335. time-consuming
  39336. timebase
  39337. timecode
  39338. timed
  39339. timers
  39340. timertst
  39341. end tell
  39342. on error errMsg number errNum
  39343.     --enter statements to perform when no records are found such as...
  39344.     display dialog "Sorry, the item you selected could not be found."
  39345.     return
  39346. end try
  39347. yD!All Packages
  39348. Tool Chest Edition
  39349. Fragment Tool
  39350.     and quickly with a click of the mou
  39351. ethernetQ
  39352. ethernets
  39353. ethertalkB
  39354. euc-cn
  39355. europeanj
  39356. evaluated
  39357. evaluates
  39358. evangelicalj
  39359. evangelism
  39360. evans
  39361. evenbetterbuserror
  39362. event]
  39363. event-aware]
  39364. event-driven
  39365. eventsN
  39366. eventually
  39367. everj
  39368. everest
  39369. every
  39370. everybody
  39371. everyday
  39372. capabilities
  39373. p--set theItem to choose file -- uncomment to test in an AS editor
  39374.     tell application "Finder"
  39375.         open item "Dev.CD Apr 95
  39376. Dev.CD Jan 95"
  39377.         activate
  39378.     end tell
  39379. on error errMsg number errNum
  39380.     --enter statements to perform when no records are found such as...
  39381.     display dialog "Sorry, the item you selected could not be found."
  39382.     return
  39383. end try
  39384. D!All Packages
  39385. Tool Chest Edition
  39386. AE User Terminology 3/92I
  39387. Summary: This folder contains the Apple Event User Terminology resource.
  39388. Features: This package contains the "Terminology Dev Note 3/92" and files needed for adding the 'aeut' to your application.J
  39389. AETE ResEdit Template
  39390. AEUserTermTypes.r
  39391. aeut resource
  39392. AppleEventTypes.h
  39393. EnglishMiscellaneous.r
  39394. EnglishMiscellaneous.rsrc
  39395. EnglishTerminology.r
  39396. EnglishTerminology.rsrc
  39397. Terminology Dev Note 3/92K
  39398. May 92L
  39399. May 94M
  39400. System 7.0N
  39401. AE, Apple Events, AppleEventsg rB
  39402. esources between original/localized files
  39403. Issues: Apple internal tool.  Good example on what to look out for, though you may need to customize/rewrite for your own usage.
  39404. Verifier 1.0.imgK
  39405. Jun 92L
  39406. May 94M(MPW, any Mac w/13" minimum sized screen.O2Dev.CD May 00 TC:Tool Chest:Localization:Verifier:P:Dev.CD May 00 TC
  39407.  - Tool Chest
  39408.  - Localization
  39409.  - VerifierV
  39410. 61331X
  39411. May 00^
  39412. May 00^
  39413. e    No Change
  39414. ror situations.
  39415. Http Server:  This is a functional OpenTransp
  39416. ;Summary: DayStar Digital and Apple Computer, Inc. have designed a multiprocessing, multitasking, applications programming interface, the Multiprocessing API (MP API), for use in a new generation for PowerPC-based Mac OS multiprocessing systems. This is a Pascal version of the MP Sample code included with this SDK.
  39417. JFhelloWorld.rsrc
  39418. MPHelloWorld (Pascal)
  39419. MPHelloWorld (Pascal).
  39420. sources:K
  39421. Feb 97M2the MP library, but does not require a MP machine.N
  39422. Multi-processing,  MP PascalOcDev.CD Nov 99 TC:What's New:Development Kits:Multiprocessing SDK:Sample Code:MPHelloWorld (Pascal):PqDev.CD Nov 99 TC
  39423.  - What's New
  39424.  - Development Kits
  39425.  - Multiprocessing SDK
  39426.  - Sample Code
  39427.  - MPHelloWorld (Pascal)emory ManagementV
  39428. 60348X
  39429. May 00^
  39430. #or Apple Macintosh Coprocessor based NuBus cards such as the Ethernet NB, TokenTalk NB, and TokenRing 4/16 NB cards running on the PowerPC system.  See the document "Release Notes 1.2.1" for details.
  39431. Sample Code.imgK
  39432. Mar 92L
  39433. May 94nge
  39434. 61818X
  39435. May 00^
  39436. r--set theItem to choose file -- uncomment to test in an AS editor
  39437.     tell application "Finder"
  39438.         open item "Dev.CD May 00 TC:Sample Code:"
  39439.         activate
  39440.     end tell
  39441. on error errMsg number errNum
  39442.     --enter statements to perform when no records are found such as...
  39443.     display dialog "Sorry, the item you selected could not be found."
  39444.     return
  39445. end try
  39446. e    No Changef;Ethernet
  39447. raw mode
  39448. multicast
  39449. MDATA
  39450. 802.2
  39451. 802.3q
  39452. Dev.CD May 00 TC
  39453. DD!All Packages
  39454. Tool Chest Edition
  39455. OTLookupNameTestI
  39456. This sample demonstrates the use of an NBP mapper to look up NBP entities on an AppleTalk network using Open Transport.  The code from this sample is featured in the latest release (v1.2) of the book 
  39457. Inside Macintosh: Open Transport
  39458. Sample Code.imgK
  39459. Nov 97L
  39460. Jun 98M
  39461. Open Transport 1.1.1 or higherN&Open Transport, NBP, mapper, MapperRefO
  39462. Dev.CD May 00 TC:Sample Code:P
  39463. Dev.CD May 00 TC
  39464.  - Sample CodeV
  39465. 61819X
  39466. May 00^
  39467. opentransport
  39468. standard
  39469. library
  39470. cacheA
  39471. cache
  39472. ratesA
  39473. cacheline
  39474. cad/cam
  39475. calibrator
  39476. camera
  39477. capabilities
  39478. capture
  39479. carbon
  39480. carbon
  39481. printing
  39482. carbon
  39483. printing
  39484. manager
  39485. carbonlib
  39486. socket
  39487. services
  39488. cardbus
  39489. categories
  39490. audio
  39491. audio
  39492. toolkit
  39493. cd-rom
  39494. control
  39495. panel
  39496. symantec
  39497. metrowerks
  39498. standardfile
  39499. center
  39500. cfallocator
  39501. cfarray
  39502. cfarray
  39503. cfbag
  39504. cfbag
  39505. cfbase
  39506. cfbase
  39507. cfbinaryheap
  39508. cfbinaryheap
  39509. cfbitvector
  39510. cfbitvector
  39511. cfbundle
  39512. cfbundle
  39513. cfcharacterset
  39514. cfcharacterset
  39515. cfcomparatorfunction
  39516. cfcomparisonresult
  39517. cfdata
  39518. cfdata
  39519. cfdictionary
  39520. cfdictionary
  39521. computer
  39522. computer
  39523. based
  39524. media
  39525. conditional
  39526. All Packages
  39527. AppleScriptO
  39528. Dev.CD Jan 95P
  39529. Dev.CD Jan 9V
  39530. 61430X
  39531. Jan 95
  39532. b--set theItem to choose file -- uncomment to test in an AS editor
  39533.     tell application "Finder"
  39534.         open item "Dev.CD Jan 95"
  39535.         activate
  39536.     end tell
  39537. on error errMsg number errNum
  39538.     --enter statements to perform when no records are found such as...
  39539.     display dialog "Sorry, the item you selected could not be found."
  39540.     return
  39541. end try
  39542. @D!All Packages
  39543. Mac OS SDK Edition
  39544. y:  AppleScript is an easy-to-use scripting language that is as consistent across applications as the Macintosh graphical interface itself.  AppleScript is designed to meet a wide range of user needs and levels of experience. Through implementation of this scripting system at the system software level, Apple has made scripting an integral part of the Macintosh computing environment, as common to Macintosh applications as copy-and-paste editing.
  39545. This package contains documentation (u documentation (u
  39546. 61431X
  39547. --set theItem to choose file -- uncomment to test in an AS editor
  39548.     tell application "Finder"
  39549.         open item "Dev.CD Apr 94
  39550. Dev.CD Jan 94
  39551. Dev.CD Oct 93
  39552. Dev.CD Jul 93"
  39553.         activate
  39554.     end tell
  39555. on error errMsg number errNum
  39556.     --enter statements to perform when no records are found such as...
  39557.     display dialog "Sorry, the item you selected could not be found."
  39558.     return
  39559. end try
  39560.     return
  39561. end try
  39562. Deletedf#Apple news
  39563. Apple Developer Newsq
  39564. Dev.CD May 98 TC
  39565. *D!All Packages
  39566. Tool Chest Edition
  39567. Apple Directions 1995
  39568. monitor
  39569. acgis
  39570. achieve
  39571. achieved
  39572. achieves
  39573. acrobatZ
  39574. acrossZ
  39575. actionh
  39576. training
  39577. apple
  39578. chinese
  39579. handwriting
  39580. researchj
  39581. researching
  39582. resedit
  39583. full scriptability and to direct manipulation through Apple events. Here
  39584. s how to talk to the Scriptable Finder from your application.
  39585. NetWare Development on PowerPC  by Jamie Osborne.  With NetWare now on the Power Macintosh, you may want to write your network products to use it. This introduction to the NetWare environment includes a simple sample module.
  39586. Somewhere in QuickTime:  Supporting Text Tracks in Your Application  by Nick Thompson.  How to support text tracks in your applicati
  39587. on, allowing both searching and editing.
  39588. Graphical Truffles:  A Space-Saving PICT Trick  by Guillermo A. Ortiz and Dave Johnson.  If you
  39589. re storing a large set of pictures with the same colors, here
  39590. s a neat trick to reduce its size.
  39591. Print Hints:  Improving QuickDraw GX Printer Driver Performance  by Dave Hersey.  Understanding QuickDraw GX buffering will help you fine-tune the performance of your printer driver.
  39592. Balance of Power:  PowerPC Branch Prediction  by Dave Evans.  Is it scienc
  39593. human
  39594. interface
  39595. guidelines
  39596. ultimate
  39597. upgrade
  39598. anyone
  39599. internet
  39600. runtime
  39601. runtime
  39602. 2.1.4
  39603. upgrade
  39604. 2.1.3
  39605. runtime
  39606. debug
  39607. debugging
  39608. versi
  39609. server
  39610. developer
  39611. documentation
  39612. mac-only
  39613. macapp
  39614. macapp
  39615. release
  39616. significant
  39617. release
  39618. venera
  39619. 59451X
  39620. Jun 97
  39621. f--set theItem to choose file -- uncomment to test in an AS editor
  39622.     tell application "Finder"
  39623.         open item "Dev.CD Jun 97 SSW"
  39624.         activate
  39625.     end tell
  39626. on error errMsg number errNum
  39627.     --enter statements to perform when no records are found such as...
  39628.     display dialog "Sorry, the item you selected could not be found."
  39629.     return
  39630. end try
  39631. All Packages
  39632. QuickDraw 3DO
  39633. Dev.CD Jun 97 SSWP
  39634. Dev.CD Jun 97 SSV
  39635. 59452X
  39636. Jun 97
  39637. twocolumn
  39638. twofold
  39639. Sample Code.imgK
  39640. Oct 98
  39641. CodeWarrior Pro v3.0 IDE to open the project file. The program requires Open Transport 1.1.1 or greater; however, the program can be modified to remove the OT dependency.
  39642. This program wil not be supported under Mac OS X as it implement direct memory access to the ROM.
  39643. NIEthernet built-in, Enet Address, Burned-in Address, GetEnetAddrDirect.ppcO
  39644. Dev.CD May 00 TC:Sample Code:P
  39645. Dev.CD May 00 TC
  39646.  - Sample Codefo, TSDU, ETSDAO
  39647. Dev.CD May 00 TC:Sample Code:P
  39648. Dev.CD May 00 TC
  39649.  - Sample Code
  39650. Tool Chest Edition
  39651. Cyrillic Language Kit v1.0
  39652. USummary: The Cyrillic Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Cyrillic-based languages on the Macintosh
  39653.  and other computers using the Mac
  39654.  OS.   See the document "Cyrillic Read Me First" or "Lisez-moi (Cyrillique)" for details and installation instructions. 
  39655. e    No Change
  39656. electronics
  39657. element
  39658. 61540X
  39659. Mar 00^
  39660. --set theItem to choose file -- uncomment to test in an AS editor
  39661.     tell application "Finder"
  39662.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue 12:"
  39663.         activate
  39664.     end tell
  39665. on error errMsg number errNum
  39666.     --enter statements to perform when no records are found such as...
  39667.     display dialog "Sorry, the item you selected could not be found."
  39668.     return
  39669. end try
  39670. Next CDq
  39671. Dev.CD Mar 00 RL
  39672. .D(All Packages
  39673. Reference Library Edition
  39674. develop Issue 13
  39675.     dea is to intercept the pseudo-item 'sfHookOpenAlias' in a CustomGetFile hook function and transform it into 'getOpen'. This causes the dialog to behave as if the user had clicked the open button. Also, we intercept the item number of a check box we have added to the dialog item template in order to allow the user to choose whether to resolve aliases. Finally, when CustomGetFile returns, we call DebugStr to let the user (you, the programmer, not end users -
  39676. allocate/deallocate
  39677. allocated
  39678. allocatingg
  39679. allocation
  39680. allocations
  39681. allocators
  39682. allowV
  39683. allowed
  39684. allowing
  39685. allowsB
  39686. r statements to perform when no records are found such as...
  39687.     display dialog "Sorry, the item you selected could not be found."
  39688.     return
  39689. end try
  39690. All Packages
  39691. PowerTalk (PPC)O
  39692. Dev.CD Oct 94P
  39693. Dev.CD Oct 9V
  39694. 58158X
  39695. Oct 94
  39696. \P[Dev.CD May 00 TC
  39697.  - Tool Chest
  39698.  - Hardware
  39699.  - Display & Video Hardware
  39700.  - Backlight ControlV
  39701. 61459X
  39702. May 00^
  39703. --set theItem to choose file -- uncomment to test in an AS editor
  39704.     tell application "Finder"
  39705.         open item "Dev.CD May 00 TC:Tool Chest:Hardware:Display & Video Hardware:Backlight Control:"
  39706.         activate
  39707.     end tell
  39708. on error errMsg number errNum
  39709.     --enter statements to perform when no records are found such as...
  39710.     display dialog "Sorry, the item you selected could not be found."
  39711.     return
  39712. end try
  39713. e    No Changeq
  39714. Dev.CD May 00 TC
  39715. ]D!All Packages
  39716. Tool Chest Edition
  39717. Balloony
  39718. p--set theItem to choose file -- uncomment to test in an AS editor
  39719.     tell application "Finder"
  39720.         open item "Dev.CD Apr 94
  39721. Dev.CD Jan 94"
  39722.         activate
  39723.     end tell
  39724. on error errMsg number errNum
  39725.     --enter statements to perform when no records are found such as...
  39726.     display dialog "Sorry, the item you selected could not be found."
  39727.     return
  39728. end try
  39729. Summary: This is the electronic version of develop magazine.
  39730.  Issue 20 highlights:
  39731. Getting the Most out of AOCE Catalog Records  by Christine Buttin.  AOCE templates let you extend AOCE catalogs to store new kinds of data. This article introduces you to writing AOCE templates by providing an example template that extends the built-in User record.
  39732. Exploring Advanced AOCE Templates Through Celestial Mechanics  by Harry R. Chesley.
  39733. AOCE templates allow you to specify how the Finder displa
  39734. ys your data and how the user interacts with it. This article shows how to use some of the more advanced features of the template mechanism.
  39735. Make Your Own Sound Components  by Kip Olson.  Sound Manager 3.0 supports plug-in components for compression, decompression, custom hardware support, and more. This introduction to Sound Manager components will get you started.
  39736. Scripting the Finder From Your Application  by Greg Anderson.  The System 7.5 Finder is OSL-compliant, opening the door to 
  39737. overallg
  39738. overcome
  39739. overhead
  39740. override
  39741. overview[
  39742. owner
  39743. owner's
  39744. ownership
  39745. ozone
  39746. p0nnz
  39747. pablo
  39748. packageU
  39749. package--opendoc
  39750. parameters
  39751. paraphernalia
  39752. parent
  39753. parse
  39754. parserV
  39755. parsing
  39756. parsons
  39757. partj
  39758. partial
  39759. May 00^
  39760. --set theItem to choose file -- uncomment to test in an AS editor
  39761.     tell application "Finder"
  39762.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:"
  39763.         activate
  39764.     end tell
  39765. on error errMsg number errNum
  39766.     --enter statements to perform when no records are found such as...
  39767.     display dialog "Sorry, the item you selected could not be found."
  39768.     return
  39769. end try
  39770. e    No Changef
  39771. HyperCard
  39772. Balloonsq
  39773. Dev.CD May 00 TC
  39774. D!All Packages
  39775. Tool Chest Edition
  39776. helpful MPW scripts
  39777.     7 SSWP
  39778. Dev.CD Jun 97 SSV
  39779. 60564X
  39780. Jun 97
  39781. f--set theItem to choose file -- uncomment to test in an AS editor
  39782.     tell application "Finder"
  39783.         open item "Dev.CD Jun 97 SSW"
  39784.         activate
  39785.     end tell
  39786. on error errMsg number errNum
  39787.     --enter statements to perform when no records are found such as...
  39788.     display dialog "Sorry, the item you selected could not be found."
  39789.     return
  39790. end try
  39791. b--set theItem to choose file -- uncomment to test in an AS editor
  39792.     tell application "Finder"
  39793.         open item "Dev.CD Apr 95"
  39794.         activate
  39795.     end tell
  39796. on error errMsg number errNum
  39797.     --enter statements to perform when no records are found such as...
  39798.     display dialog "Sorry, the item you selected could not be found."
  39799.     return
  39800. end try
  39801. log "Sorry, the item you selected could not be found."
  39802.     return
  39803. end try
  39804. e    No Changef-documentation
  39805. manuals
  39806. style
  39807. usage
  39808. style guideq
  39809. Dev.CD Mar 00 RL Disk 1
  39810. 8D!All Packages
  39811. Tool Chest Edition
  39812. Apple System Profiler
  39813.     ditor
  39814.     tell application "Finder"
  39815.         open item "Dev.CD Apr 94"
  39816.         activate
  39817.     end tell
  39818. on error errMsg number errNum
  39819.     --enter statements to perform when no records are found such as...
  39820.     display dialog "Sorry, the item you selected could not be found."
  39821.     return
  39822. end try
  39823. All Packages
  39824. System UpdateO
  39825. Dev.CD Apr 94P
  39826. Dev.CD Apr 9V
  39827. 60052X
  39828. Apr 94
  39829. apple
  39830. detectors
  39831. technology
  39832. scans
  39833. searchih
  39834. apple
  39835. sprockets
  39836. libraries
  39837. designed
  39838. simplify
  39839. apple
  39840. location
  39841. manager
  39842. allows
  39843. users
  39844. switch
  39845. groups
  39846. settt
  39847. apple
  39848. system
  39849. profiler
  39850. gather
  39851. information
  39852. about
  39853. apple
  39854. wants
  39855. communicate
  39856. benefits
  39857. native
  39858. apple
  39859. workgroup
  39860. server
  39861. 9650/350
  39862. developer
  39863. apple'sb
  39864. apple's
  39865. developer
  39866. publications
  39867. apple-sanctioned
  39868. apple-specific
  39869. apple-sponsored
  39870. applecd
  39871. appleevent`
  39872. appleevent-based
  39873. d CopyDeepMask with LaserWriter driver 7.0? Read this column to find out.
  39874. Be Our Guest: GWorlds and NuBus Memory  by Forrest Tanaka and Paul Snively.   Taking advantage of NuBus memory for off-screen graphics is tricky. Here are some tips on how to do it in a friendly, compatible way.
  39875. J(develop Issue  8:
  39876. develop Issue  8 code:K
  39877. Vol IIIL
  39878. Jun 95OBDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  8:PJDev.CD Mar 00 RL
  39879.  - Technical Documentation
  39880.  - develop
  39881.  - develop Issue  83
  39882. Dev.CD Apr 9V
  39883. 60843X
  39884. Jul 93
  39885. p--set theItem to choose file -- uncomment to test in an AS editor
  39886.     tell application "Finder"
  39887.         open item "Dev.CD Jul 93
  39888. Dev.CD Apr 93"
  39889.         activate
  39890.     end tell
  39891. on error errMsg number errNum
  39892.     --enter statements to perform when no records are found such as...
  39893.     display dialog "Sorry, the item you selected could not be found."
  39894.     return
  39895. end try
  39896. All Packages
  39897. F    QuickTimeO
  39898. Dev.CD Jul 93
  39899. Dev.CD Apr 93V
  39900. 60844X
  39901. temporalv
  39902. temporarily
  39903. temporary
  39904. tensor
  39905. terence
  39906. terms
  39907. terminal
  39908. terminology^
  39909. termsb
  39910. ternasky
  39911. test]
  39912. testaccelration
  39913. testarbitraryallocat
  39914. testarbitraryallocat
  39915. testeds
  39916. testgestalt
  39917. testingx
  39918. testnbp
  39919. tests
  39920. textN
  39921. All Packages
  39922. System Enabler 065 (LC 575)O
  39923. Dev.CD Apr 94
  39924. Dev.CD Jan 94P
  39925. Dev.CD Apr 94
  39926. Dev.CD Jan 9V
  39927. 62369X
  39928. Apr 94
  39929. p--set theItem to choose file -- uncomment to test in an AS editor
  39930.     tell application "Finder"
  39931.         open item "Dev.CD Apr 94
  39932. Dev.CD Jan 94"
  39933.         activate
  39934.     end tell
  39935. on error errMsg number errNum
  39936.     --enter statements to perform when no records are found such as...
  39937.     display dialog "Sorry, the item you selected could not be found."
  39938.     return
  39939. end try
  39940. All Packages
  39941. System Enabler 065 (LC 575)O
  39942. Dev.CD Apr 94
  39943. Dev.CD Jan 94P
  39944. Dev.CD Apr 94
  39945. Dev.CD Jan 9V
  39946. 62370X
  39947. Apr 94
  39948. addchange
  39949. addendumg
  39950. addheader
  39951. addmenu
  39952. addressh
  39953. addresses
  39954. administration
  39955. archive
  39956. filesi
  39957. archive
  39958. htmli
  39959. advanced[
  39960. advanced
  39961. color
  39962. imaging[
  39963. advanced
  39964. color
  39965. imaging
  39966. advanced
  39967. technique
  39968. coercion
  39969. init]
  39970. aegizmos]
  39971. In Use
  39972. Summary: In Use is an INIT that displays an indicator in your menu bar similar to an "In Use" light on a hard disk whenever a SCSI device is accessed.  It is useful for people with multiple hard disks, since it can display the SCSI ID when in use, and for people with internal drives.
  39973. J4In Use
  39974. In Use Release Notes
  39975. In Use Release Notes.txtK
  39976. Vol IIIL
  39977. Vol VIIIO0Dev.CD May 00 TC:Tool Chest:Devices:SCSI:In Use:P;Dev.CD May 00 TC
  39978.  - Tool Chest
  39979.  - Devices
  39980.  - SCSI
  39981.  - In UseV
  39982. 61657X
  39983. May 00^
  39984. --set theItem to choose file -- uncomment to test in an AS editor
  39985.     tell application "Finder"
  39986.         open item "Dev.CD May 00 TC:Tool Chest:Devices:SCSI:In Use:"
  39987.         activate
  39988.     end tell
  39989. on error errMsg number errNum
  39990.     --enter statements to perform when no records are found such as...
  39991.     display dialog "Sorry, the item you selected could not be found."
  39992.     return
  39993. end try
  39994. e    No Changeq
  39995. Dev.CD May 00 TC
  39996. All Packages
  39997. Indian Language KitV
  39998. 61658X
  39999.  SDK:
  40000. D(All Packages
  40001. Reference Library Edition
  40002. F,Technical Publications: Documentation in PDF
  40003. Collection of PDF documentation for Mac OS, Developer Notes, Java, Mac OS X, QuickTime, and WebObjects.
  40004. Features: Viewing and Printing instructions for PDF documents included. Refer to the 
  40005. README.html file in the "Documentation in PDF" folder for instructions.
  40006. eware
  40007. cpu'su
  40008. crashW
  40009. crashed
  40010. crashesV
  40011. crawl
  40012. createX
  40013. createdu
  40014. creates
  40015. creatingN
  40016. creation
  40017. creator
  40018. crimes
  40019. critical
  40020. critically
  40021. cross-platformj
  40022. crucial
  40023. cryptic
  40024. culturej
  40025. curious
  40026. current
  40027. cursive
  40028. customo
  40029. customchoose
  40030. customenabler
  40031. customersj
  40032. customization
  40033. customize
  40034. cyberdog
  40035. cyrillic
  40036. cyrillic-based
  40037. cyrillique
  40038. r--set theItem to choose file -- uncomment to test in an AS editor
  40039.     tell application "Finder"
  40040.         open item "Dev.CD May 00 TC:Sample Code:"
  40041.         activate
  40042.     end tell
  40043. on error errMsg number errNum
  40044.     --enter statements to perform when no records are found such as...
  40045.     display dialog "Sorry, the item you selected could not be found."
  40046.     return
  40047. end try
  40048. ent Kits:HyperCard Related:XCMDs & XFCNs:Alias XFCN 1.3:"
  40049.         activate
  40050.     end tell
  40051. on error errMsg number errNum
  40052.     --enter statements to perform when no records are found such as...
  40053.     display dialog "Sorry, the item you selected could not be found."
  40054.     return
  40055. end try
  40056. e    No Changef
  40057. Alias
  40058. HyperCard
  40059. System 7q
  40060. Dev.CD May 00 TC
  40061. $D!All Packages
  40062. Mac OS SDK Edition
  40063. Appearance & CMM SDK 1.0.2
  40064.      00 SDK1:Development Kits:Mac OS:Sound Manager:PADev.CD Apr 00 SDK1
  40065.  - Development Kits
  40066.  - Mac OS
  40067.  - Sound Manager
  40068. shutdownB
  40069. siegel
  40070. sierra
  40071. sierra/iso
  40072. signal
  40073. signaling
  40074. signature
  40075. signatures
  40076. signaturetoapp
  40077. signed
  40078. significant
  40079. signing
  40080. silevelmeteronoff
  40081. silly
  40082. simenel
  40083. similarN
  40084. simpler
  40085. simplest
  40086. simpletexto
  40087. simplified
  40088. simplifies
  40089. simplify
  40090. simply
  40091. simulate
  40092. simulates
  40093. simulation
  40094. simulator
  40095. simultaneous
  40096. simultaneously
  40097. since
  40098. singlep
  40099. single-link
  40100. sitei
  40101. 1.0fc1
  40102. iw-half-dither
  40103. japan
  40104. japanese
  40105. japanese
  40106. language
  40107. japanese
  40108. language
  40109. drawing
  40110. javasprites
  40111. helper
  40112. jisapplet
  40113. sample
  40114. jsaver
  40115. jscriptapplet
  40116. kanjitalk
  40117. kanjitalk
  40118. update
  40119. y XFCN parameters.  Various options allow you to alter the balloon shape and its hotrect.
  40120. Features:  This is version 1.4.  The developer CD has 1.2d1.  New features include supporting baB?lloon text in a STR# resource and a fix to stop "Write to NIL".
  40121. JEbuildXCMD
  40122. Help XFCN RN 1.4
  40123. helpLab
  40124. makefileHelp
  40125. makeout
  40126. object
  40127. sourceK
  40128. Vol VIIL
  40129. Aug 93M
  40130. HyperCard 2.1, System 7N
  40131. HyperCard, Help, BalloonsO[Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:PiDev.CD May 00 TC
  40132.  - Tool Chest
  40133.  - Development Kits
  40134.  - HyperCard Related
  40135.  - XCMDs & XFCNs
  40136.  - Help XFCN 1.4V
  40137. 59155X
  40138. 1FCN 1.4V
  40139. 59155X
  40140. 1e    No Change
  40141. l be included as an independant framework.
  40142. Features:
  40143. =======================
  40144. What's New and Updated:
  40145. ======================
  40146. Core Foundation BaseServices [NEW]
  40147. ---------------------------
  40148. This document describes the base types and the polymorphic functions of Base Services and explains details of using and customizing memory allocators.
  40149. Core Foundation BundleServices [NEW]
  40150. ---------------------------
  40151. This document describes what a bundle is and shows how you can use Bundle  Services to
  40152.  find localized resources and dynamically load code into your program.
  40153. Core Foundation CollectionServices [NEW]
  40154. ---------------------------
  40155. This document explains the characteristics of collections and describes how to use specific kinds: arrays, dictionaries, sets, bags, and trees. It also describes Core Foundation's data object (CFData).
  40156. Core Foundation Overview [NEW]
  40157. ---------------------------
  40158. This document summarizes the benefits of Core Foundation and explains some of the key conce
  40159. cftree
  40160. cftype
  40161. cftypeid
  40162. character
  40163. characters
  40164. charset
  40165. chinese
  40166. chinese
  40167. dictation
  40168. speech
  40169. input
  40170. keyboard
  40171. chinese
  40172. handwriting
  40173. input
  40174. keyboard
  40175. tablet
  40176. chinese
  40177. language
  40178. traditional
  40179. simplified
  40180. choose
  40181. chooser
  40182. ciconhandle
  40183. class
  40184. classesY
  40185. client
  40186. clock
  40187. clouseau
  40188. coach
  40189. coachmarks
  40190. codec
  40191. codes
  40192. codewarrior
  40193. collation
  40194. collection
  40195. color
  40196. color
  40197. controls
  40198. window
  40199. table
  40200. Pre-Print Exposure 
  40201.  In-Store Merchandising Programs and Promotion
  40202.  Wholesale Distribution Programs
  40203.  Magazine Advertising Campaigns
  40204.  Mail-Order Catalog Programs and Promotions
  40205.  Apple Online Store Programs and Promotions 
  40206. To be considered for inclusion in these exciting, high-v
  40207. All Packages
  40208. System UpdateO
  40209. Dev.CD Apr 94P
  40210. Dev.CD Apr 9V
  40211. 62521X
  40212. Apr 94
  40213. b--set theItem to choose file -- uncomment to test in an AS editor
  40214.     tell application "Finder"
  40215.         open item "Dev.CD Apr 94"
  40216.         activate
  40217.     end tell
  40218. on error errMsg number errNum
  40219.     --enter statements to perform when no records are found such as...
  40220.     display dialog "Sorry, the item you selected could not be found."
  40221.     return
  40222. end try
  40223. All Packages
  40224. System UpdateO
  40225. Dev.CD Apr 94
  40226. Dev.CD Jan 94P
  40227. Dev.CD Apr 94
  40228. Dev.CD Jan 9V
  40229. 62522X
  40230. Apr 94
  40231. p--set theItem to choose file -- uncomment to test in an AS editor
  40232.     tell application "Finder"
  40233.         open item "Dev.CD Apr 94
  40234. Dev.CD Jan 94"
  40235.         activate
  40236.     end tell
  40237. on error errMsg number errNum
  40238.     --enter statements to perform when no records are found such as...
  40239.     display dialog "Sorry, the item you selected could not be found."
  40240.     return
  40241. end try
  40242. All Packages
  40243. System UpdateO
  40244. Dev.CD Apr 94V
  40245. 62523X
  40246. print2
  40247. printaetypes
  40248. printaetypes
  40249. printing
  40250. printondemand
  40251. printondemand
  40252. printpict
  40253. printpict
  40254. printpictlist
  40255. printpictlist
  40256. privileges
  40257. privileges
  40258. process
  40259. processes
  40260. processor
  40261. product
  40262. productsR
  40263. profile
  40264. profilerx
  40265. profilerenamer
  40266. profilerenamer
  40267. profilerenamer
  40268. readme
  40269. oject
  40270. large
  40271. project
  40272. quick
  40273. start
  40274. guide
  40275. projectfolders
  40276. projectmenu
  40277. projects
  40278. projectxplugin68k
  40279. projectxplugin68knfp
  40280. projectxpluginppc
  40281. projlistmenu
  40282. protocol
  40283. protos
  40284. prototyping
  40285. prototyping
  40286. toolkit
  40287. pubsw
  40288. survival
  40289. environment
  40290. utilities
  40291. graphics
  40292. objects
  40293. printing
  40294. printing
  40295. drvrs
  40296. --set theItem to choose file -- uncomment to test in an AS editor
  40297.     tell application "Finder"
  40298.         open item "Dev.CD Apr 94
  40299. Dev.CD Jan 94
  40300. Dev.CD Oct 93
  40301. Dev.CD Jul 93
  40302. Dev.CD Apr 93"
  40303.         activate
  40304.     end tell
  40305. on error errMsg number errNum
  40306.     --enter statements to perform when no records are found such as...
  40307.     display dialog "Sorry, the item you selected could not be found."
  40308.     return
  40309. end try
  40310. os-compatible
  40311. ot/ppp
  40312. ot/ppp's
  40313. otgetendpointinfo
  40314. other`
  40315. others
  40316. otherwise
  40317. othmer
  40318. otioctl
  40319. otlifo
  40320. Zf)DrawSprocket
  40321. GetVersion
  40322. Context
  40323. CLUTq
  40324. Dev.CD May 00 TC
  40325. All Packages
  40326. Drive UtilitiesI
  40327. This package contains  Drive Setup v1.7.2,  a program that lets you partition, initialize, and update fixed and removable disks.J
  40328. Drive Setup
  40329. Drive Setup GuideK
  40330. May 96L
  40331. Feb 99N
  40332. Disk, Drive Setup, AidO2Dev.CD Mar 00 RL Disk 1:Utilities:Drive Utilities:P7Dev.CD Mar 00 RL Disk 1
  40333.  - Utilities
  40334.  - Drive UtilitiesV
  40335. 61586X
  40336. Mar 00^    RL Disk 1
  40337. --set theItem to choose file -- uncomment to test in an AS editor
  40338.     tell application "Finder"
  40339.         open item "Dev.CD Mar 00 RL Disk 1:Utilities:Drive Utilities:"
  40340.         activate
  40341.     end tell
  40342. on error errMsg number errNum
  40343.     --enter statements to perform when no records are found such as...
  40344.     display dialog "Sorry, the item you selected could not be found."
  40345.     return
  40346. end try
  40347. e    No Changef
  40348. Drive Setup
  40349. Dev.CD Mar 00 RL Disk 1
  40350. \D!All Packages
  40351. Tool Chest Edition
  40352. Driver Installer
  40353. commpilerj
  40354. commtoolbox
  40355. 61562X
  40356. Mar 00^
  40357. --set theItem to choose file -- uncomment to test in an AS editor
  40358.     tell application "Finder"
  40359.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  6:"
  40360.         activate
  40361.     end tell
  40362. on error errMsg number errNum
  40363.     --enter statements to perform when no records are found such as...
  40364.     display dialog "Sorry, the item you selected could not be found."
  40365.     return
  40366. end try
  40367. Next CDq
  40368. Dev.CD Mar 00 RL
  40369. DD(All Packages
  40370. Reference Library Edition
  40371. develop Issue  7
  40372.     -set theItem to choose file -- uncomment to test in an AS editor
  40373.     tell application "Finder"
  40374.         open item "Dev.CD May 00 TC:Sample Code:"
  40375.         activate
  40376.     end tell
  40377. on error errMsg number errNum
  40378.     --enter statements to perform when no records are found such as...
  40379.     display dialog "Sorry, the item you selected could not be found."
  40380.     return
  40381. end try
  40382. e    No Changef9live scrolling
  40383. control
  40384. proportional scroll bar
  40385. appearancell bar
  40386. appearance
  40387. 62026X
  40388. Jan 95
  40389. p--set theItem to choose file -- uncomment to test in an AS editor
  40390.     tell application "Finder"
  40391.         open item "Dev.CD Jan 95
  40392. Dev.CD Oct 94"
  40393.         activate
  40394.     end tell
  40395. on error errMsg number errNum
  40396.     --enter statements to perform when no records are found such as...
  40397.     display dialog "Sorry, the item you selected could not be found."
  40398.     return
  40399. end try
  40400. All Packages
  40401. F    QuickTimeO
  40402. Dev.CD Jan 96 SSWP
  40403. Dev.CD Jan 96 SSV
  40404. 62027X
  40405. Jan 96
  40406. f--set theItem to choose file -- uncomment to test in an AS editor
  40407.     tell application "Finder"
  40408.         open item "Dev.CD Jan 96 SSW"
  40409.         activate
  40410.     end tell
  40411. on error errMsg number errNum
  40412.     --enter statements to perform when no records are found such as...
  40413.     display dialog "Sorry, the item you selected could not be found."
  40414.     return
  40415. end try
  40416. All Packages
  40417. F    QuickTimeO
  40418. Dev.CD Jan 96 SSWP
  40419. Dev.CD Jan 96 SSV
  40420. 62028X
  40421. Jan 96
  40422. Dev.CD Jul 93
  40423. Dev.CD Apr 93V
  40424. 59600X
  40425. --set theItem to choose file -- uncomment to test in an AS editor
  40426.     tell application "Finder"
  40427.         open item "Dev.CD Apr 00 SDK1:What's New:Developer Documentation:Developer Documentation:hardware:"
  40428.         activate
  40429.     end tell
  40430. on error errMsg number errNum
  40431.     --enter statements to perform when no records are found such as...
  40432.     display dialog "Sorry, the item you selected could not be found."
  40433.     return
  40434. end try
  40435. Jun 97 SSV
  40436. 60779X
  40437. Jun 97
  40438. f--set theItem to choose file -- uncomment to test in an AS editor
  40439.     tell application "Finder"
  40440.         open item "Dev.CD Jun 97 SSW"
  40441.         activate
  40442.     end tell
  40443. on error errMsg number errNum
  40444.     --enter statements to perform when no records are found such as...
  40445.     display dialog "Sorry, the item you selected could not be found."
  40446.     return
  40447. end try
  40448. All Packages
  40449. QuickDraw GXO
  40450. Dev.CD Jun 97 SSWP
  40451. Dev.CD Jun 97 SSV
  40452. 60780X
  40453. Jun 97
  40454. servers@
  40455. appletalk
  40456. first@
  40457. archive@
  40458. summary
  40459. scanner
  40460. development
  40461. contains
  40462. documentation
  40463. summary
  40464. snarfer
  40465. application
  40466. directs
  40467. whatever
  40468. summary
  40469. stopxpp
  40470. attempts
  40471. close
  40472. summary
  40473. system
  40474. 7.5.5
  40475. update
  40476. system
  40477. software
  40478. summary
  40479. suite
  40480. collection
  40481. tools
  40482. summary
  40483. telephone
  40484. manager
  40485. manager
  40486. macin
  40487. summary
  40488. thread
  40489. manager
  40490. system
  40491. extension
  40492. which
  40493. summary
  40494. verifier
  40495. apple
  40496. internal
  40497. localization
  40498. verif
  40499. summary
  40500. these
  40501. obsolete
  40502. hypercard
  40503. toolkits
  40504. which
  40505. summary
  40506. these
  40507. updated
  40508. tools
  40509. quicktime
  40510. summary
  40511. these
  40512. applications
  40513. remote
  40514. control
  40515. server
  40516. summary
  40517. application
  40518. demonstrates
  40519. appleev
  40520. summary
  40521. application
  40522. exercises
  40523. copybits
  40524. copymask
  40525. summary
  40526. brochure
  40527. serves
  40528. foundation
  40529. explaining
  40530. summary
  40531. sample
  40532. demonstrates
  40533. palette
  40534. Summary:  "Fragment Tool" is a simple application designed to allow basic manipulation of code fragments. It allows you to combine or separate several code fragments, and view and edit various pieces of information associated with each code fragment. 
  40535. "Fragment Tool" demonstrates several Toolbox Managers and  several common, and some not so common, features of these Managers:
  40536.  Code Fragment Manager
  40537.     -Loading and preparing a code fragment from the data fork of a file.
  40538.     -Retrieving
  40539.  a list of exported symbols from a prepared code fragment.
  40540.     -Interpreting and manipulating the 'cfrg' resource.
  40541.  Drag Manager
  40542.     -Creating an application specific file when content is dragged to the Finder.
  40543.     -Using drag data which makes sense only to your own application. 
  40544.     -Dragable lists.
  40545.  List Manager
  40546.     -Both 68K and PowerPC native click loop procedures  (there's a gotcha with a native click loop procedure).
  40547.     -Non standard text styles in lists.
  40548.     -Dragable lists. 
  40549. selected
  40550. selector
  40551. sequences
  40552. serial
  40553. serial
  40554. series
  40555. server
  40556. server
  40557. controls
  40558. services
  40559. setting
  40560. setup
  40561. sharedu
  40562. shared
  40563. volumes
  40564. sherlock
  40565. signature
  40566. simplified
  40567. socket
  40568. softwareQ
  40569. solaris
  40570. solutions
  40571. sound
  40572. soundsprocket
  40573. space
  40574. specification
  40575. speech
  40576. spinning
  40577. spinning
  40578. cursors
  40579. sprite
  40580. sprockets
  40581. stacks
  40582. standard
  40583. standards
  40584. standards
  40585. based
  40586. starmax
  40587. state
  40588. statements
  40589. status
  40590. storage
  40591. stress
  40592. string
  40593. string
  40594. encoding
  40595. string
  40596. services
  40597. strings
  40598. strip
  40599. structure
  40600. structure
  40601. region
  40602. style
  40603. style
  40604. guidew
  40605. stylechat
  40606. sub-menus
  40607. suite
  40608. summary
  40609. switch
  40610. switching
  40611. symbiotic
  40612. synchronization
  40613. theory
  40614. contains
  40615. source
  40616. resources
  40617. project
  40618. package
  40619. contains
  40620. processor
  40621. emulator
  40622. extensions
  40623. package
  40624. includes
  40625. transport
  40626. debug
  40627. orkcommsvcs
  40628. networking
  40629. networkingot
  40630. networks
  40631. networks
  40632. r statements to perform when no records are found such as...
  40633.     display dialog "Sorry, the item you selected could not be found."
  40634.     return
  40635. end try
  40636. e    No Changeq
  40637. Dev.CD Mar 00 RL Disk 1
  40638. All Packages
  40639. develop Issue 26
  40640. 57824X
  40641. libraries
  40642. stuff
  40643. stylew
  40644. style
  40645. submission
  40646. success
  40647. suitem
  40648. suitesm
  40649. suites
  40650. under
  40651. developmentm
  40652. support
  40653. supporting
  40654. supporting
  40655. files
  40656. survey
  40657. survival
  40658. sweden
  40659. sweden
  40660. distributors/localiz
  40661. switch
  40662. switch
  40663. switz
  40664. switz
  40665. distributors/localiz
  40666. symantec
  40667. symantec
  40668. builds
  40669. All Packages
  40670. Hebrew Language KitO!Dev.CD May 97 TC
  40671. Dev.CD May 96 TCP Dev.CD May 97 TC
  40672. Dev.CD May 96 TV
  40673. 61634X
  40674. May 97
  40675. v--set theItem to choose file -- uncomment to test in an AS editor
  40676.     tell application "Finder"
  40677.         open item "Dev.CD May 97 TC
  40678. Dev.CD May 96 TC"
  40679.         activate
  40680.     end tell
  40681. on error errMsg number errNum
  40682.     --enter statements to perform when no records are found such as...
  40683.     display dialog "Sorry, the item you selected could not be found."
  40684.     return
  40685. end try
  40686. All Packages
  40687. Hebrew Language KitO2Dev.CD May 97 TC
  40688. Dev.CD Nov 96 TC
  40689. Dev.CD Aug 96 TCP1Dev.CD May 97 TC
  40690. Dev.CD Nov 96 TC
  40691. Dev.CD Aug 96 TV
  40692. 61635X
  40693. May 97
  40694. Jun 97 SSW"
  40695.         activate
  40696.     end tell
  40697. on error errMsg number errNum
  40698.     --enter statements to perform when no records are found such as...
  40699.     display dialog "Sorry, the item you selected could not be found."
  40700.     return
  40701. end try
  40702. 2D!All Packages
  40703. Mac OS SDK Edition
  40704. Open Transport 1.3
  40705.     peed of Ope
  40706. All Packages
  40707. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  40708. Dev.CD Jan 94
  40709. Dev.CD Oct 93
  40710. Dev.CD Jul 93
  40711. Dev.CD Apr 93PDDev.CD Apr 94
  40712. Dev.CD Jan 94
  40713. Dev.CD Oct 93
  40714. Dev.CD Jul 93
  40715. Dev.CD Apr 9V
  40716. 62456X
  40717. Apr 94
  40718. --set theItem to choose file -- uncomment to test in an AS editor
  40719.     tell application "Finder"
  40720.         open item "Dev.CD Apr 94
  40721. Dev.CD Jan 94
  40722. Dev.CD Oct 93
  40723. Dev.CD Jul 93
  40724. Dev.CD Apr 93"
  40725.         activate
  40726.     end tell
  40727. on error errMsg number errNum
  40728.     --enter statements to perform when no records are found such as...
  40729.     display dialog "Sorry, the item you selected could not be found."
  40730.     return
  40731. end try
  40732. All Packages
  40733. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  40734. Dev.CD Jan 94
  40735. Dev.CD Oct 93
  40736. Dev.CD Jul 93
  40737. Dev.CD Apr 93PDDev.CD Apr 94
  40738. Dev.CD Jan 94
  40739. Dev.CD Oct 93
  40740. Dev.CD Jul 93
  40741. Dev.CD Apr 9V
  40742. 62457X
  40743. Apr 94
  40744.  including many bug fixes and several enhancement to display format and additional type displays.
  40745. e    No Change
  40746. This Quick Reference will explain the basic functions of Disk Copy. More detail is provided in the Disk Copy Manual and Balloon Help.
  40747. Changes from Disk Copy 6.3.2
  40748.  Added support for accessing disk images with the Macintosh Compatibility Application of Mac OS X Server.
  40749. Changes from Disk Copy 6.3.1
  40750.  An issue that prevented accessing AppleShare file servers via Navigation Services dialogs has been corrected.
  40751.  Added support for making floppies from certain USB floppy drives.
  40752.  Various i
  40753. nterface improvements.
  40754. Changes from Disk Copy 6.3
  40755.  An issue that prevented making a read-only or read-only compressed image  from volumes that have data at the end of the volume has been corrected.
  40756. Changes from Disk Copy 6.2
  40757.  Added Navigation Services support.
  40758.  Added ability to duplicate a floppy.
  40759.  Added support for creating self-mounting images.
  40760.  Various improvements to AppleScript support.
  40761.  Fixed possible data loss issue when imaging a folder from an HFS+ volume.
  40762.  Imaging a fo
  40763. Deletedq
  40764. Dev.CD Nov 99 TC
  40765. D!All Packages
  40766. Tool Chest Edition
  40767. Maximizing Quadra FloatingPoint
  40768. !Summary: This software improves the float-to-int conversion speed of the Quadra by over an order of magnitude.
  40769. Features: 
  40770.  Round (to nearest),Truncate (toward zero),
  40771. Floor (toward -
  40772.  Optimized for 68040; functional with 68881/2
  40773.  Over 15X faster on Quadra, but 2.6X slower on the FX
  40774. FloatToLong.a
  40775. ReadMe
  40776. ReadMe.txtK
  40777. Apr 93OYDev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Maximizing Quadra FloatingPoint:PdDev.CD May 00 TC
  40778.  - Tool Chest
  40779.  - Development Kits
  40780.  - MPW Related
  40781.  - Maximizing Quadra FloatingPointV
  40782. 61744X
  40783. May 00^
  40784. #r 94
  40785. Dev.CD Jan 94
  40786. Dev.CD Oct 93
  40787. Dev.CD Jul 93
  40788. Dev.CD Apr 93PDDev.CD Apr 94
  40789. Dev.CD Jan 94
  40790. Dev.CD Oct 93
  40791. Dev.CD Jul 93
  40792. Dev.CD Apr 9V
  40793. 57342X
  40794. Apr 94
  40795. ted could not be found."
  40796.     return
  40797. end try
  40798. All Packages
  40799. F    QuickTimeO)Dev.CD Oct 93
  40800. Dev.CD Jul 93
  40801. Dev.CD Apr 93P(Dev.CD Oct 93
  40802. Dev.CD Jul 93
  40803. Dev.CD Apr 9V
  40804. 53348X
  40805. Oct 93
  40806. Summary:  Macintosh Developer Notes, published on the Developer CD, contain over 700 pages of system software information not presently covered in Inside Macintosh.  Software developers seldom look for this type of information in the Macintosh Developer Notes because they assume that the notes are hardware specific. This is not a good assumption; developer notes do include detailed information on new system software APIs. To help you access this information more readily, we have compiled aBsn Acrobat document with links to specific chapters in the developer notes that are cataloged as software documents.
  40807. JQDisplay Device Driver Guide
  40808. Mac OS Runtime Architectures
  40809. Read Me - Other SSW DocsK
  40810. Mar 95O@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  40811.  - Technical Documentation
  40812.  - More SSW Documentationystem
  40813. primer
  40814. print
  40815. print2
  40816. printing
  40817. processor
  40818. e AE Objec
  40819. Summary: Word Services allows any application to link to a speller, grammar checker or other text service as if it is a built-in menu item.  It is a public protocol - no license fee or non-disclosure is required to use it.
  40820. Features: The SDK includes the complete protocol specification, tutorial documents, and the source code to Writeswell Jr., a simple Word Services word processor.  Also available from the Word Services Web page <http://www.wordservices.org/Developers/> is the source to W
  40821. SI NewsWatcher, a version of NewsWatcher that allows you to spellcheck your posts.
  40822. HyperCard supports Word Services, so you can spellcheck stacks as you develop them, and allow your users to spellcheck text that they enter themselves.  A simple XCMD is needed to initiate the spellchecking session, which is provided by the Web page.
  40823. The updated SDK includes bug fixes to Writeswell Jr.'s scrolling, plus the Spellswell Plus 2.1 Demo.
  40824. A list of client (word processor) and server (spelling a
  40825. -e    No Changeq
  40826. Dev.CD May 00 TC
  40827. .D!All Packages
  40828. Tool Chest Edition
  40829. VersionEdit 1.1
  40830. Summary:  VersionEdit is a software development tool which automatically creates and updates product version information throughout the life of a software product.
  40831. As an alternative to using ResEdit or Rez, VersionEdit can be used to create and intelligently increment 'vers' type resources that adhere to Apple's version guidelines. VersionEdit also allows developers to encapsulate additional information about the product and their company within the application, making it available for us
  40832. leaks
  40833. learning
  40834. learning
  40835. drive
  40836. verilog
  40837. libraryu
  40838. listmania
  40839. navigator
  40840. newsi
  40841. notesS
  40842. onescannerg
  40843. opp's
  40844. palette
  40845. parserV
  40846. performance
  40847. photoshop
  40848. player
  40849. plugins
  40850. postscript
  40851. primer
  40852. 62145X
  40853. May 00^
  40854. Revised
  40855. --set theItem to choose file -- uncomment to test in an AS editor
  40856.     tell application "Finder"
  40857.         open item "Dev.CD May 00 TC:What's New?:Sample Code:Graphics 3D:SetupGL:"
  40858.         activate
  40859.     end tell
  40860. on error errMsg number errNum
  40861.     --enter statements to perform when no records are found such as...
  40862.     display dialog "Sorry, the item you selected could not be found."
  40863.     return
  40864. end try
  40865. Updatedf"OpenGL
  40866. full screen
  40867. DrawSprocketo0http://developer.apple.com/samplecode/index.htmlq
  40868. Dev.CD May 00 TC
  40869. D!All Packages
  40870. Tool Chest Edition
  40871. SetWindBackColorI
  40872. Demonstrates how to programmatically set the background color of a window without flicker.
  40873. Don't have the Appearance Manager running.J
  40874. Sample Code.imgK
  40875. Aug 97N
  40876. background color WDEF windowO
  40877. Dev.CD May 00 TC:Sample Code:P
  40878. Dev.CD May 00 TC
  40879.  - Sample CodeV
  40880. 62146X
  40881. May 00^
  40882. #2-47
  40883. 2-byte
  40884. 2-way
  40885. 62119X
  40886. Sep 97^
  40887. --set theItem to choose file -- uncomment to test in an AS editor
  40888.     tell application "Finder"
  40889.         open item "Dev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:
  40890. MPTA Goodies:QuickView
  40891.  Developer Edition:"
  40892.         activate
  40893.     end tell
  40894. on error errMsg number errNum
  40895.     --enter statements to perform when no records are found such as...
  40896.     display dialog "Sorry, the item you selected could not be found."
  40897.     return
  40898. end try
  40899. e    No Changef TOOLBOX ASSISTANT
  40900. QUICKVIEWq
  40901. Dev.CD Sep 97 RL
  40902. qD!All Packages
  40903. Tool Chest Edition
  40904. Qwertytunes 0.6
  40905. /Summary: This small application lets you control send MIDI information into the MIDI Manager using the alphabetic keyboard. This can control sequencers, or MIDI devices directly.
  40906. Features: Can define the pitch and velocity for each of the 40 keys below and including the number keys, 1 through 9 and 0.
  40907. 1e    No Change
  40908. ould not be found."
  40909.     return
  40910. end try
  40911. All Packages
  40912. --set theItem to choose file -- uncomment to test in an AS editor
  40913.     tell application "Finder"
  40914.         open item "Dev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:Display Card 4
  40915.         activate
  40916.     end tell
  40917. on error errMsg number errNum
  40918.     --enter statements to perform when no records are found such as...
  40919.     display dialog "Sorry, the item you selected could not be found."
  40920.     return
  40921. end try
  40922.     return
  40923. end try
  40924. All Packages
  40925. QuickDraw GXO
  40926. Dev.CD Jan 96 SDK1P
  40927. Dev.CD Jan 96 SDKV
  40928. 60713X
  40929. Jan 96
  40930. g--set theItem to choose file -- uncomment to test in an AS editor
  40931.     tell application "Finder"
  40932.         open item "Dev.CD Jan 96 SDK1"
  40933.         activate
  40934.     end tell
  40935. on error errMsg number errNum
  40936.     --enter statements to perform when no records are found such as...
  40937.     display dialog "Sorry, the item you selected could not be found."
  40938.     return
  40939. end try
  40940. All Packages
  40941. QuickDraw GXO
  40942. Dev.CD Jan 96 SDK1V
  40943. 60714X
  40944. Summary: These are updated tools from the QuickTime team for making QuickTime Movies.  Also, included are a number of third party Digitizer Components.
  40945. Features:
  40946. ComboWalker: Allows you to operate on a folder of files as well as individual files.  
  40947. Digitizers: QuickTime compatible digitizer components for various third party digitizer boards.
  40948. DrawTextCodec Example: Shows how to write a simple codec.
  40949. Dumpster: An application for viewing the contents of a movie description.
  40950. Get Info Ini
  40951. t: GetInfo is an init that gives you some extra information about files that depend on other files.  
  40952. GrabGuy: An application that creates QuickTime
  40953.  movies from videotape.
  40954. MovieShop: A tool that processes QuickTime movies into a format that plays well from CD-ROM.
  40955. QuickTime XCMDs:  QTMovie, QTRecordMovie, QTEditMovie, and the QTPict XCMDs. 
  40956. Reinstaller:  A simple utility that takes any file or files and installs all components found within those files.
  40957. Set Movie Information: An appli
  40958. Vol IIIt Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  40959. HTML Text Extractor
  40960.  and 
  40961. PDF Text Extractor
  40962. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  40963. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  40964. example, consider the following HTML file:
  40965. <HTML>
  40966. <BODY>
  40967. This is a sample document.
  40968. </BODY>
  40969. </HTML>
  40970. Without knowing the HTML format, every word above would get indexed, so searching for 
  40971.  in Find by Content would find the above document, but when a user opened the file in her web browser, she would not see 
  40972. .  Similarly, summarizing a HTML document would show HTML Tags in the summary.
  40973. The HTML Text Extractor knows the format of an HTML file so it will skip the HTML Tags and re
  40974. you how to create and manipulate the fundamental geometric shapes of QuickDraw GX to generate a vast range of graphics entities.  It also shows you how to work with bitmaps and pictures, specialized QuickDrax GX graphic shapes.
  40975. QuickDraw GX Objects
  40976. This book gets you started in understanding how to work with QuickDraw GX and how to create the objects that underlie all of its capabilities.  It focuses on the object architecture as a whole, and how to use the objects that make up a QuickDra
  40977. w GX shape: the shape object, the style object, the ink object, and the transform object.
  40978. QuickDraw GX Printing
  40979. This book shows you how to support basic printing features including desktop printers, and how to use QuickDraw GX printing objects to customize printing and perform advanced printing-related tasks.
  40980. QuickDraw GX Printing Extensions and Drivers
  40981. This book shows you how to extend the printing capabilities of QuickDraw GX by creating a printing extension that can work with any appl
  40982. java's
  40983. javadoc
  40984. javascript
  40985. jbindery
  40986. jdirect
  40987. jdkclasses
  40988. jgnefilter
  40989. per NoteI
  40990. Summary: This developer note describes the latest model of the PowerBook 1400 computer. The note describes only the changes that make the new model different from its earlier counterparts.J
  40991. PB_190_5300RAMCard_Er.pdf
  40992. PowerBook_1400.pdf
  40993. PowerBook_1400_Addendum.pdf
  40994. PowerBook_2400c.pdf
  40995. PowerBook_3400.pdf
  40996. PowerBook_5300.pdf
  40997. PowerBook_Duo_2300c.pdf
  40998. PowerBook_Processor_Upg.pdfK
  40999. Sep 97M
  41000. Acrobat Reader.N
  41001. PowerBook 1400OdDev.CD Mar 00 RL Disk 2:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:PoDev.CD Mar 00 RL Disk 2
  41002.  - Technical Publications
  41003.  - hardware
  41004.  - Developer_Notes
  41005.  - Macintosh_CPUs-PPC_PortableV
  41006. 59120X
  41007. Mar 00^    RL Disk 2
  41008. e    No Change
  41009. ard Related
  41010.  - XCMDs & XFCNs
  41011.  - ProgressWindoid
  41012. CInstaller. It is in the same folder as this document.
  41013. 2. Double-click on the Apple System Profiler Installer application. 
  41014. 62560X
  41015. May 00^
  41016. --set theItem to choose file -- uncomment to test in an AS editor
  41017.     tell application "Finder"
  41018.         open item "Dev.CD May 00 TC:Tool Chest:Files:UnmountIt 1.2:"
  41019.         activate
  41020.     end tell
  41021. on error errMsg number errNum
  41022.     --enter statements to perform when no records are found such as...
  41023.     display dialog "Sorry, the item you selected could not be found."
  41024.     return
  41025. end try
  41026. e    No Changef2AppleShare
  41027. File Sharing
  41028. File Manager
  41029. Drag and Dropq
  41030. Dev.CD May 00 TC
  41031. *D!All Packages
  41032. Tool Chest Edition
  41033. URL Access 1.0.1 SDK
  41034.     e with the sound
  41035. theta
  41036. oraclej
  41037. oracleeoadaptor
  41038. orchestra
  41039. order
  41040. orderly
  41041. org/developers
  41042. organizational
  41043. organized
  41044. organizing
  41045. oriented
  41046. originaly
  41047. original/localized
  41048. e item you selected could not be found."
  41049.     return
  41050. end try
  41051. e    No Changef
  41052. QuickTime
  41053. Dev.CD May 00 TC
  41054. ImportExportI
  41055. This demo program shows how to export a movie, using the user dialog to customise export settings, import a media file and reference a media file in a movie.J
  41056. Sample Code.imgK
  41057. Feb 00
  41058. - Common
  41059.     - Sun Compliant Java Runtime Environment 1.1
  41060.     - QuickTime 3 
  41061.     - QTJava.zip
  41062.     - QTJava media samples
  41063. - Mac OS:
  41064.     - System 8 or later
  41065.     - Macintosh Runtime for Java (MRJ) 2.1
  41066. - Windows 95, 98, or NT::
  41067.     - JRE/JDK from Sun Microsystems, Inc. recommended
  41068. Inc. recommended
  41069. --set theItem to choose file -- uncomment to test in an AS editor
  41070.     tell application "Finder"
  41071.         open item "Dev.CD May 00 TC:Tool Chest:Devices:CD-ROM:CD-ROM Validator 1.1:"
  41072.         activate
  41073.     end tell
  41074. on error errMsg number errNum
  41075.     --enter statements to perform when no records are found such as...
  41076.     display dialog "Sorry, the item you selected could not be found."
  41077.     return
  41078. end try
  41079.     end tell
  41080. on error errMsg number errNum
  41081.     --enter statements to perform when no records are found such as...
  41082.     display dialog "Sorry, the item you selected could not be found."
  41083.     return
  41084. end try
  41085. All Packages
  41086. System Enabler 003 (LC III)OEDev.CD Apr 94
  41087. Dev.CD Jan 94
  41088. Dev.CD Oct 93
  41089. Dev.CD Jul 93
  41090. Dev.CD Apr 93PDDev.CD Apr 94
  41091. Dev.CD Jan 94
  41092. Dev.CD Oct 93
  41093. Dev.CD Jul 93
  41094. Dev.CD Apr 9V
  41095. 61077X
  41096. Apr 94
  41097. pulled
  41098. quickdraw
  41099. dimension
  41100. macintosh
  41101. graphics
  41102. pablo
  41103. gardingo
  41104. r--set theItem to choose file -- uncomment to test in an AS editor
  41105.     tell application "Finder"
  41106.         open item "Dev.CD May 00 TC:Sample Code:"
  41107.         activate
  41108.     end tell
  41109. on error errMsg number errNum
  41110.     --enter statements to perform when no records are found such as...
  41111.     display dialog "Sorry, the item you selected could not be found."
  41112.     return
  41113. end try
  41114. sion 1.1 with an older version of Apple Shared Library Manager.
  41115. AppleTalk Connection relies on the latest release of MacSNMP vW
  41116. folderso
  41117. folks
  41118. follow
  41119. followed
  41120. following
  41121. follows
  41122. fonte
  41123. fonts
  41124. footprintg
  41125. This Disk Copy archive contains hundreds of code samples from the DTS sample code library, sorted by category.   Categories include: Communications Toolbox, Contributed, Devices and. Hardware, Files, Games, Graphics 2D, Graphics 3D, Help Systems, Human Interface Toolbox, Interapplication Comm, Java, Memory, Networking, Memory, Networking, OS Utilities, Overview, Platforms and Tools, Printing, Processes, QuickTime, Runtime Architecture, Sound and Text.
  41126. Windows sample code is also included B
  41127. in select categories. Samples are designed to work with CodeWarrior 2 or later and Universal Interfaces 3.2 unless otherwise noted.
  41128. Sample Code.imgK
  41129. Vol IVL
  41130. May 00M/Mac OS 8.1 or later. MPW, THINK C, CodeWarrior.N
  41131. Sample, Code, DTSO
  41132. Dev.CD May 00 TC:Sample Code:P
  41133. Dev.CD May 00 TC
  41134.  - Sample Code
  41135. validator
  41136. validator
  41137. validator
  41138. documentation
  41139. validator
  41140. documentation
  41141. variable
  41142. variables
  41143. version
  41144. version
  41145. history
  41146. version
  41147. history
  41148. ory and disk space over that needed for your product.  Refer to the document 
  41149. About MRJ 2.2
  41150.  for MRJ
  41151. s system requirements.
  41152. You should be familiar with Apple Events and installer extensions to use the examples provided here.  For information on Apple Events and the Apple Event Manager, refer to the online Apple developer documentation at http://developer.apple.com/techpubs/.
  41153. The following development tools are needed by various parts of the MRJ Redistribution SDK:
  41154.  CodeWarrior Pro 4.1 i
  41155. s required for building the sample code provided in this SDK.
  41156.  Apple Installer SDK 1.2.3 is required for building the MRJ Apple Example Installer.
  41157.  InstallerMaker
  41158.  6.5 is required for building the MRJ Stuffit Example Installer.
  41159.  Installer VISE 6.5 is required for building the MRJ Vice Example Installer.
  41160.  Installer proprietary headers from one or more of the following installer vendors is required for building the sample code: Installer VISE, Stuffit InstallerMaker, or the Apple Install
  41161. samples
  41162. samplesndplay
  41163. sanctioned
  41164. sanity
  41165. sanskrit
  41166. satisfys
  41167. satisfying
  41168. saturate
  41169. savec
  41170. saved
  41171. saved-off
  41172. savedpapfilexx
  41173. scannedg
  41174. scannerg
  41175. scanning
  41176. scansg
  41177. scheduleR
  41178. scheduled
  41179. schedulesR
  41180. schemes
  41181. schneider
  41182. science
  41183. scoop
  41184. score
  41185. scoring
  41186. scott
  41187. scrambling
  41188. scrap
  41189. screenB
  41190. screens
  41191. scripth
  41192. scriptability
  41193. scriptableN
  41194. scripted
  41195. scripter
  41196. scriptingh
  41197. scripts
  41198. 61850X
  41199. Mar 00^    RL Disk 1
  41200. --set theItem to choose file -- uncomment to test in an AS editor
  41201.     tell application "Finder"
  41202.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Printing:PostScript Output Filters:"
  41203.         activate
  41204.     end tell
  41205. on error errMsg number errNum
  41206.     --enter statements to perform when no records are found such as...
  41207.     display dialog "Sorry, the item you selected could not be found."
  41208.     return
  41209. end try
  41210. e    No Changef
  41211. Printing
  41212. PostScript
  41213. Filterq
  41214. Dev.CD Mar 00 RL Disk 1
  41215. dD!All Packages
  41216. Tool Chest Edition
  41217. PostScript UtilitiesI
  41218. Summary: This folder contains a number of PostScript
  41219.  utilities.
  41220. Features:
  41221.  DiskRestore
  41222.  kill test page
  41223.  Laser Doctor
  41224.  letter paper tray
  41225.  plain paper tray
  41226.  print total pages
  41227.  restore test page
  41228. This package is 7.0 compatible.JnDiskRestore
  41229. kill test page
  41230. Laser Doctor
  41231. letter paper tray
  41232. plain paper tray
  41233. print total pages
  41234. restore test pageK
  41235. Vol IIIL
  41236. Vol VIInge
  41237. lUp adev to support your MacTCP mde
  41238. Summary:  OpenDoc is an open industry standard architecture for building reusable, distributed, cross-platform software.  
  41239. OpenDoc is both a specification and a set of technologies used to build components.  Developers who build their applications consistent with the OpenDoc architecture can provide software that integrates and cooperates with other OpenDoc software.
  41240. With OpenDoc, software developers can provides specialized solutions to meet each customer's specific need.  OpenDoc enablB
  41241. es our software developers to build more powerful, higher-quality software in less time than it took to develop traditional monolithic applications.
  41242. Contains OpenDoc
  41243.  1.1, documentation, and development essentials.
  41244. Cyberdog 1.1:
  41245. Developer Documentation:
  41246. Installing OpenDoc
  41247. Introduction to Component SW:
  41248. Licensing:
  41249. OpenDoc Development:
  41250. OpenDoc Development Framework
  41251. OpenDoc DR6 ReadMe
  41252. OpenDoc
  41253.  Source CodeK
  41254. Apr 96L
  41255. Jan 97O5Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc:
  41256. won't
  41257. :  bbsw@netcom.com
  41258. !NOT AN APPLE PRODUCT!:
  41259. About BBEdit Lite
  41260. BBEdit Extensions:
  41261. BBEdit Lite 3.5
  41262. BBEdit Lite Quickstart
  41263. TextChanger 2.0.1:
  41264. Upgrading to BBEdit 3.5:
  41265. What's New in BBEdit Lite 3.5K
  41266. May 94L
  41267. Jan 96O@Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:BBEdit Lite 3.5:PHDev.CD Nov 99 TC
  41268.  - Tool Chest
  41269.  - Developer Utilities
  41270.  - BBEdit Lite 3.5 found."
  41271.     return
  41272. end try
  41273. to implement them.
  41274. How to Create a Mixed-Partition CD-ROM  by Llew Roberts.   Step-by-step instruction
  41275. s on how to mix ProDOS and HFS partitions on a hard disk for pressing as a CD-ROM, plus why you might want to do so.
  41276. Accessing CD-ROM Audio Tracks From Your Application  by Eric Mueller. The calls to use if you want to access CD-ROM audio tracks from your Apple II application, the layout of a CD-ROM audio track, and more.
  41277. s Up: Catch the Comm Toolbox Wave  by Rob Berkowitz and Alex Kazim.  An introduction to three Communications Toolbox managers, illustrated by a look at a simple te
  41278. as-is
  41279. asian
  41280. asic/fpga
  41281. aside
  41282. asked
  41283. askyesno
  41284. aslmu
  41285. aspects
  41286. assembled
  41287. embly-level
  41288. assigned
  41289. assignments
  41290. assist
  41291. assistancex
  41292. assistantj
  41293. assistants
  41294. assists
  41295. associatedQ
  41296. associationz
  41297. assume
  41298. assumption
  41299. assure
  41300. asynchronous
  41301. asynchronous
  41302. background
  41303. networking
  41304. macintosh
  41305. harry
  41306. asynchronously
  41307. 61769X
  41308. May 00^
  41309. Revised
  41310. --set theItem to choose file -- uncomment to test in an AS editor
  41311.     tell application "Finder"
  41312.         open item "Dev.CD May 00 TC:What's New?:Development Kits:Mac OS:MRJ 2.2 Debug f:"
  41313.         activate
  41314.     end tell
  41315. on error errMsg number errNum
  41316.     --enter statements to perform when no records are found such as...
  41317.     display dialog "Sorry, the item you selected could not be found."
  41318.     return
  41319. end try
  41320. Updatedf$MRJ
  41321. MRJ SDK
  41322. MRJ 2.2
  41323. MRJ SDK 2.2o
  41324. http://developer.apple.com/sdkq
  41325. Dev.CD May 00 TC
  41326. D.All Packages
  41327. Tool Chest Edition
  41328. New & RevisedF
  41329. MRJ 2.2 Redistribution SDK
  41330.     itive operation.
  41331. Carbon_Menu_Mgr_API.pdf
  41332. Carbon_Window_Mgr_API.pdf
  41333. DisplayManager.pdf
  41334. HTML_RenderingLib.pdf
  41335. Locales_for_Mac_OS_8.6_9.0.pdf
  41336. UnicodeUtilities.pdf
  41337. OqDev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:macos8_and_9:nd try
  41338. All Packages
  41339. F    QuickTimeV
  41340. 59577X
  41341. 61694X
  41342. Apr 00^
  41343. --set theItem to choose file -- uncomment to test in an AS editor
  41344.     tell application "Finder"
  41345.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Language Analysis SDK:"
  41346.         activate
  41347.     end tell
  41348. on error errMsg number errNum
  41349.     --enter statements to perform when no records are found such as...
  41350.     display dialog "Sorry, the item you selected could not be found."
  41351.     return
  41352. end try
  41353. e    No ChangefoLanguage
  41354. Analysis
  41355. Language Analysis Architecture
  41356. Japanese
  41357. morpheme
  41358. Dictionary Manager
  41359. Analysis
  41360. Language Managerq
  41361. Dev.CD Apr 00 SDK1
  41362. All Packages
  41363. Language Kit UpdaterO
  41364. Dev.CD Nov 97 TCP
  41365. Dev.CD Nov 97 TV
  41366. 61695X
  41367. Nov 97
  41368. al or in-house use), and what are your priorities in terms of support for specific features that we should take into consideration for future products.
  41369. I would like to ask each one of you, to please spend a couple of minutes filling the enclosed questionnaire regarding your company and the products develop
  41370. f--set theItem to choose file -- uncomment to test in an AS editor
  41371.     tell application "Finder"
  41372.         open item "Dev.CD Jan 96 SSW"
  41373.         activate
  41374.     end tell
  41375. on error errMsg number errNum
  41376.     --enter statements to perform when no records are found such as...
  41377.     display dialog "Sorry, the item you selected could not be found."
  41378.     return
  41379. end try
  41380. interfaces
  41381. interleaving
  41382. international
  41383. internationalizationy
  41384. internet
  41385. internet
  41386. server
  41387. rrupt
  41388. interrupt
  41389. introduction
  41390. introduction
  41391. programming
  41392. investment
  41393. iostreams
  41394. gatewayS
  41395. sample
  41396. items
  41397. japanese
  41398. tutorial
  41399. jbindery
  41400. jdirect
  41401. All Packages
  41402. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  41403. Dev.CD Jan 94
  41404. Dev.CD Oct 93
  41405. Dev.CD Jul 93
  41406. Dev.CD Apr 93PDDev.CD Apr 94
  41407. Dev.CD Jan 94
  41408. Dev.CD Oct 93
  41409. Dev.CD Jul 93
  41410. Dev.CD Apr 9V
  41411. 62335X
  41412. Apr 94
  41413. --set theItem to choose file -- uncomment to test in an AS editor
  41414.     tell application "Finder"
  41415.         open item "Dev.CD Apr 94
  41416. Dev.CD Jan 94
  41417. Dev.CD Oct 93
  41418. Dev.CD Jul 93
  41419. Dev.CD Apr 93"
  41420.         activate
  41421.     end tell
  41422. on error errMsg number errNum
  41423.     --enter statements to perform when no records are found such as...
  41424.     display dialog "Sorry, the item you selected could not be found."
  41425.     return
  41426. end try
  41427. All Packages
  41428. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  41429. Dev.CD Jan 94
  41430. Dev.CD Oct 93
  41431. Dev.CD Jul 93
  41432. Dev.CD Apr 93PDDev.CD Apr 94
  41433. Dev.CD Jan 94
  41434. Dev.CD Oct 93
  41435. Dev.CD Jul 93
  41436. Dev.CD Apr 9V
  41437. 62336X
  41438. Apr 94
  41439. scomP
  41440. screen
  41441. script\
  41442. scriptable\
  41443. uccessful
  41444. prog's
  41445. overview
  41446. typography
  41447. 1.1.1
  41448. spooler
  41449. patch
  41450. 1.0.2
  41451. 1.1.2
  41452. spooler
  41453. patch
  41454. 1.0.2
  41455. 1.1.3
  41456. spooler
  41457. patch
  41458. 1.0.2
  41459. qt3-more
  41460. qt3-more
  41461. video
  41462. technical
  41463. backgrounder
  41464. qtdevdocs
  41465. qteffects
  41466. qteffects
  41467. qteffects
  41468. qteffects
  41469. project
  41470. qtforjava
  41471. qtjava
  41472. qtjava
  41473. qtjavadocs
  41474. qtjavasdk
  41475. pensable work-arounds and illustrations for Mac OS programming.
  41476. Wrapper functions for: Control Manager, Appearance Manager, Dialog Manager, Window Manager, Menu Manager, Navigation Services, Network Setup, and more.
  41477. J.MIB-Clients:
  41478. MIB-Documentation:
  41479. MIB-Libraries:K
  41480. Nov 98L
  41481. Dec 99M
  41482. Universal Headers 3.2OEDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Overview:MoreIsBetter:V
  41483. 60523X
  41484. 1e    No Change
  41485. Power Macintosh.
  41486. e    No Change
  41487. r--set theItem to choose file -- uncomment to test in an AS editor
  41488.     tell application "Finder"
  41489.         open item "Dev.CD May 00 TC:Sample Code:"
  41490.         activate
  41491.     end tell
  41492. on error errMsg number errNum
  41493.     --enter statements to perform when no records are found such as...
  41494.     display dialog "Sorry, the item you selected could not be found."
  41495.     return
  41496. end try
  41497. macosx
  41498. macsbug]
  41499. macsbug
  41500. macsbug
  41501. macsbug
  41502. debugging
  41503. guide
  41504. macsbug
  41505. resources]
  41506. macsbugapp
  41507. macsnmp
  41508. macsnmp
  41509. macsnmp
  41510. macsnmp
  41511. developer
  41512. 1.0.2
  41513. macsnmp
  41514. programmer's
  41515. guide
  41516. macsnmp
  41517. first
  41518. macsnmp
  41519. transport
  41520. 1.0.2
  41521. macsnmp
  41522. update
  41523. 1.1.1
  41524. mactcp
  41525. mactcp
  41526. mactcp
  41527. developer
  41528. tools
  41529. mactcp
  41530. mactcp
  41531. first
  41532. mactcp
  41533. mactype
  41534. mactype
  41535. datasheet
  41536. white
  41537. paper
  41538. D!All Packages
  41539. Tool Chest Edition
  41540. Macintosh PowerBook Qualified
  41541. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  41542. The Kit includes:
  41543. Guide to Macintosh PowerBook Qualified Program
  41544. Program Technical Specifications
  41545. Program Pre-testing Guidelines
  41546. Legal Documentation for licensing and program participation
  41547. eturn
  41548. end try
  41549. e    No Changef
  41550. QuickTime
  41551. Dev.CD May 00 TC
  41552. *D(All Packages
  41553. Reference Library Edition
  41554. develop Issue  1
  41555.     e to demonstrate use of the LAP Manager call to determine the current connection type i.e LocalTalk, EtherTalk phase 1/2, or TokenTalk phase 2.
  41556. GetADEVType:  Sample code to demonstrate use of the LAP Manager call to determine the current connection type i.e LocalTalk, EtherTalk phase 1/2, or TokenTalk phase 2.
  41557. Neighborhood Watch:  Neighborhood Watch is a MultiFinder friendly application which allows people 
  41558. applicationsA
  41559. applied
  41560. applies
  41561. apply
  41562. applying
  41563. approach
  41564. approaches
  41565. appropriate
  41566. appropriately
  41567. approval
  41568. architecture/roadmap
  41569. architectures
  41570. archive
  41571. archived
  41572. archivesi
  41573. ge in the future.
  41574. GridWindowGrow:  This snippet shows how to grow a window constrained to a grid (i.e. only allow a window to grow or shrink by 30 pixels, or whatever).
  41575. HideMenuBar:  This snippet shows how to hide the menu bar by simply creating a window with a visRgn that includes the entire main screen's gray region and its menu bar.
  41576. icon cache demo:  This sample demonstrates the use of an icon cache to limit the search for icon resource to one resource file. It does this by installin
  41577. g an icon getter function into the cache which calls Get1(Ind)Resource instead of the usual GetResource.
  41578. Icon play:  snippet to demonstrate the use of the system 7 icon utilities and the system 7 popup control cdef in a program using modal dialogs
  41579. IconUtilCheck:  This snippet shows how to determine whether the Icon Utilities are available.
  41580. ictbSample:  This snippet shows the an example of  Item Color Table Resource (ictb)resource this is discussed in Inside Macintosh:Macintosh Toolbox E
  41581. Dev.CD Jul 9V
  41582. 62246X
  41583. Jul 95
  41584. b--set theItem to choose file -- uncomment to test in an AS editor
  41585.     tell application "Finder"
  41586.         open item "Dev.CD Jul 95"
  41587.         activate
  41588.     end tell
  41589. on error errMsg number errNum
  41590.     --enter statements to perform when no records are found such as...
  41591.     display dialog "Sorry, the item you selected could not be found."
  41592.     return
  41593. end try
  41594. All Packages
  41595. System 7.5 Update 1.0O
  41596. Dev.CD Jul 95P
  41597. Dev.CD Jul 9V
  41598. 62247X
  41599. Jul 95
  41600. b--set theItem to choose file -- uncomment to test in an AS editor
  41601.     tell application "Finder"
  41602.         open item "Dev.CD Jul 95"
  41603.         activate
  41604.     end tell
  41605. on error errMsg number errNum
  41606.     --enter statements to perform when no records are found such as...
  41607.     display dialog "Sorry, the item you selected could not be found."
  41608.     return
  41609. end try
  41610. All Packages
  41611. System 7.5 Update 1.0O
  41612. Dev.CD Jul 95P
  41613. Dev.CD Jul 9V
  41614. 62248X
  41615. Jul 95
  41616. documentationandsamp
  41617. dialup
  41618. dictation
  41619. dictionaries
  41620. dictionary
  41621. didn't
  41622. dierks
  41623. differ
  41624. differences
  41625. differento
  41626. differentiating
  41627. differentiation
  41628. differing
  41629. differs
  41630. difficult
  41631. difficulties
  41632. difficultyo
  41633. digest
  41634. digit
  41635. digital
  41636. digitizer
  41637. digitizers
  41638. digitizing
  41639. dilemmas
  41640. dilsj
  41641. dimension
  41642. dimensions
  41643. dimmed
  41644. dimming
  41645. dimms
  41646. diractive
  41647. direct
  41648. direct-manipulation
  41649. direction
  41650. discard
  41651. 2P^Dev.CD Apr 00 SDK1
  41652.  - Development Kits
  41653.  - Mac OS
  41654.  - Open Transport 1.3
  41655.  - Open Transport DebugV
  41656. 61801X
  41657. Apr 00^
  41658. --set theItem to choose file -- uncomment to test in an AS editor
  41659.     tell application "Finder"
  41660.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:Open Transport Debug:"
  41661.         activate
  41662.     end tell
  41663. on error errMsg number errNum
  41664.     --enter statements to perform when no records are found such as...
  41665.     display dialog "Sorry, the item you selected could not be found."
  41666.     return
  41667. end try
  41668. e    No Changef
  41669. Open Transport debugoEftp://ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/q
  41670. Dev.CD Apr 00 SDK1
  41671. 3D!All Packages
  41672. Mac OS SDK Edition
  41673. Open Transport/PPP SDKI;Contains Open Transport PPP Software Development Kit (SDK).J8CurrentImage.GIF
  41674. OpenTptPPP.h
  41675. OT/PPP Client Dev Note 1.0K
  41676. Apr 98M
  41677. Open TransportN
  41678. OT/PPP SDKOBDev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:d
  41679. cumented, it could be subjecW
  41680. 5OBDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  2:PJDev.CD Mar 00 RL
  41681.  - Technical Documentation
  41682.  - develop
  41683.  - develop Issue  2de that allows creation of an OpenGL context on an already existing window.  Also, cleans up existing implementation of fullscreen mode.  SetupGL still handles all aspects of GL setup on the Macintosh.
  41684. Version 1.0: Added PreflightGL () function.  Fixed various minor errors.  Corrected fade implementation.  Added a little more robustness in the application end in failure conditions, fixed problem with aglFont handling.
  41685. SetupGL is a set of functions that can beV
  41686. finder
  41687. label
  41688. finder
  41689. windows
  41690. finderevents
  41691. firewire
  41692. firmware
  41693. folder
  41694. encoding
  41695. management
  41696. manager
  41697. fonts
  41698. fontsync
  41699. foreign
  41700. foreign
  41701. system
  41702. formatting
  41703. forth
  41704. foundation
  41705. foundation
  41706. reference
  41707. using
  41708. usual
  41709. usually
  41710. utf-8
  41711. utilites
  41712. utilities
  41713. utilityp
  41714. utilization
  41715. utilized
  41716. utilizes
  41717. utitity
  41718. uunpredictable
  41719. varietyb
  41720. various
  41721. vectors
  41722. verbatim
  41723. verification
  41724. verify]
  41725. verifying
  41726. veritable
  41727. versatile
  41728. versatility
  41729. versionN
  41730. de information about the the latest product configurations, which include faster clock speeds, more memory, and a larger hard disk.
  41731.   The developer note provides technical information about the
  41732.   iBook consumer portable and its features, which include a
  41733.   300 or 366-MHz PowerPC processor, built-in Ethernet port
  41734.   and modem, and the optional AirPort Card wireless LAN module.
  41735.   The developer note includes information about
  41736.   - the features of the iBook
  41737.   - some compatibility issues
  41738.   - the
  41739.  internal logic and custom ICs
  41740.   - the I/O ports and built-in I/O devices
  41741.   - the RAM expansion slot
  41742.   - the system software
  41743. --------------------------------
  41744. Power Mac G4 Developer Note
  41745. This developer note has been updated to include information about the the latest product configurations, which include faster clock speeds, FireWire booting, and Mac OS 9.
  41746.    The developer note provides technical information about the
  41747.    Power Mac G4 computer and its features, which include a
  41748.    fast Powe
  41749. 61472X
  41750. May 00^
  41751. --set theItem to choose file -- uncomment to test in an AS editor
  41752.     tell application "Finder"
  41753.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:C++ Related:C++ Source Code Formatter:"
  41754.         activate
  41755.     end tell
  41756. on error errMsg number errNum
  41757.     --enter statements to perform when no records are found such as...
  41758.     display dialog "Sorry, the item you selected could not be found."
  41759.     return
  41760. end try
  41761. e    No Changeq
  41762. Dev.CD May 00 TC
  41763. jD(All Packages
  41764. Reference Library Edition
  41765. C/F Registration Requests
  41766.      "Sorry, the item you selected could not be found."
  41767.     return
  41768. end try
  41769. All Packages
  41770. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  41771. Dev.CD Jan 94
  41772. Dev.CD Oct 93
  41773. Dev.CD Jul 93
  41774. Dev.CD Apr 93PDDev.CD Apr 94
  41775. Dev.CD Jan 94
  41776. Dev.CD Oct 93
  41777. Dev.CD Jul 93
  41778. Dev.CD Apr 9V
  41779. 61101X
  41780. Apr 94
  41781. graphically
  41782. pending
  41783. penetrate
  41784. pentiumj
  41785. people
  41786. s Finder is the front application. For example, you can submit a request to open the Page Setup dialog for a given folder window and Finder will happily open the Printing Manager and the appropriate dialog from the background. When the user brings Finder forward, the dialog won't (always) update properly. Bad. It's not clear what to do about this; some developers would probably rather decide for themselves when to bring Finder forward. I'd love to hear your feedback. 
  41787. [3] It's been sugges
  41788. ted you're better off using the scriptable Finder. It's said these older FinderEvents will go away eventually. These things are true, so you should use the scriptable Finder if it's available. See 'develop' magazine, issue 20, pages 65 to 78 for details. Does this mean you'll have two chunks of code in your application? Well... er... yes. Maybe someday I'll update this library so that a single call will work regardless of the presence of a scriptable Finder. Wouldn't that be cool? You shou
  41789. summary
  41790. versionedit
  41791. software
  41792. development
  41793. which
  41794. summary
  41795. simple
  41796. macintosh
  41797. application
  41798. supports
  41799. summary
  41800. vucollect
  41801. virtual
  41802. summary
  41803. pleased
  41804. provide
  41805. version
  41806. 1.5.1
  41807. summary
  41808. windowpicker
  41809. system
  41810. extension
  41811. provides
  41812. summary
  41813. services
  41814. allows
  41815. application
  41816. summary
  41817. network
  41818. software
  41819. installer
  41820. insta
  41821. summary
  41822. zaptcp
  41823. provides
  41824. safety
  41825. mactcp
  41826. developers
  41827. summary
  41828. ranger
  41829. freeware
  41830. utility
  41831. provides
  41832. summer
  41833. sun's
  41834. sunsoft
  41835. super
  41836. pleased
  41837. plethora
  41838. plug-and-play
  41839. plug-inh
  41840. plug-in's
  41841. ideas
  41842. opportunities
  41843. savemenu
  41844. saytext
  41845. saytext
  41846. sbarcdef
  41847. sbarcdef
  41848. scang
  41849. image
  41850. scannerg
  41851. scanner
  41852. addendumg
  41853. scanner
  41854. scannersg
  41855. scheduleR
  41856. scpt]
  41857. scrap
  41858. scrap
  41859. color
  41860. documentation
  41861. scrapbook
  41862. scrapbook
  41863. scrapcolor
  41864. scrapcolor
  41865. scrapcolor
  41866. library
  41867. scrapcolordemo
  41868. scrapxcmds
  41869. scrapxcmds
  41870. script
  41871. scriptableprinting
  41872. scriptableprinting
  41873. scriptableprinting
  41874. scriptablestuffiteng
  41875. scriptablestuffiteng
  41876. scripting
  41877. scriptingadditions
  41878. scripts
  41879. scriptswitcher
  41880. scriptswitcher
  41881. scriptx
  41882. scriptx
  41883. platforms
  41884. scriptx
  41885. differences
  41886. tools
  41887. tools
  41888. scsimonitor
  41889. scsimonitor
  41890. Vol VIIM-Any Macintosh, This MDEF is not fully tested.O7Dev.CD May 00 TC:Tool Chest:Toolbox:Menu Defproc 1.0.3:P?Dev.CD May 00 TC
  41891.  - Tool Chest
  41892.  - Toolbox
  41893.  - Menu Defproc 1.0.3ors can also enable indexing and summarization for files that were previously skipped.  With System 8.5, Adobe
  41894.  Portable Document Format (PDF) files were not indexed because the text within these document is encoded.  For System 8.6, Find by Content uses the 
  41895. PDF Text Extractor
  41896.  to index and summarize PDF files.  
  41897. J.DemoExtractor
  41898. Headers
  41899. Text Extractors Plug-insK
  41900. Oct 99M
  41901. Mac OS 8.6 and laterN,Sherlock, Find By Content, Extractor, SearchOKDev.CD Apr 00 SDK1:Development Kits:Mac OS:Find By Content (FBC) Extractor:PSDev.CD Apr 00 SDK1
  41902.  - Development Kits
  41903.  - Mac OS
  41904.  - Find By Content (FBC) Extractoru selected could not be found."
  41905.     return
  41906. end try
  41907. All Packages
  41908. F    PowerTalkO
  41909. Dev.CD Apr 95P
  41910. Dev.CD Apr 9V
  41911. 59393X
  41912. Apr 95
  41913. gether better and in a more integrated fashion.
  41914. At least tard
  41915. async
  41916. device
  41917. asynchronous
  41918. atapi
  41919. powerbook
  41920. atapi
  41921. atmark
  41922. atsui
  41923. attributes
  41924. atworld
  41925. audio
  41926. audio
  41927. compression
  41928. playback
  41929. codec
  41930. authentication
  41931. automated
  41932. automation
  41933. aware
  41934. background
  41935. background
  41936. apple
  41937. event
  41938. background
  41939. color
  41940. window
  41941. background-only
  41942. backside
  41943. backup
  41944. balloon
  41945. balloon
  41946. finder
  41947. strings
  41948. spinning
  41949. cursors
  41950. balloon
  41951. dialog
  41952. balloons
  41953. bandai
  41954. bandwidthA
  41955. barrier
  41956. based
  41957. batch
  41958. bi-directional
  41959. blanking
  41960. blitters
  41961. block
  41962. bridge
  41963. broadcast
  41964. browse
  41965. browser
  41966. capabilities
  41967. --set theItem to choose file -- uncomment to test in an AS editor
  41968.     tell application "Finder"
  41969.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Maximizing Quadra FloatingPoint:"
  41970.         activate
  41971.     end tell
  41972. on error errMsg number errNum
  41973.     --enter statements to perform when no records are found such as...
  41974.     display dialog "Sorry, the item you selected could not be found."
  41975.     return
  41976. end try
  41977. pr 00 SDK1
  41978.  - Development Kits
  41979.  - Mac OS
  41980.  - GameSprocket SDKsr NT::
  41981.     - JRE/JDK from Sun Microsystems, Inc. recommended
  41982. QuickTime, Java, MRJO
  41983. Dev.CD May 00 TC:Sample Code:P
  41984. Dev.CD May 00 TC
  41985.  - Sample CodeOEDev.CD Apr 94
  41986. Dev.CD Jan 94
  41987. Dev.CD Oct 93
  41988. Dev.CD Jul 93
  41989. Dev.CD Apr 93PDDev.CD Apr 94
  41990. Dev.CD Jan 94
  41991. Dev.CD Oct 93
  41992. Dev.CD Jul 93
  41993. Dev.CD Apr 9V
  41994. 57380X
  41995. Apr 94
  41996. logicz
  41997. logical
  41998. login
  41999. logins
  42000. es SDK:
  42001. Summary:  This code sample demonstrates how to use a palette when drawing into a GWorld. The trick is understanding that while setting a palette to a GWorld is permitted, doing so does not change the GWorld
  42002. s color table. 
  42003. The solution is to make a palette from the color table ( or the color table from a palette) and to use that color table to create or update the GWorld. After then doing a SetGWorld you can either draw with Index2Color and RGBForeColor, or you can set the palette to the 
  42004. .GWorld and draw with PmForeColor. These techniques are shown in the procedures createRGBForeColorImage and createPmForeColorImage in Palette&GWorld.c. 
  42005. Features:  Contains fat version of demo app (Palette&GWorld), Read Me, Metrowerks 68K project, PPC project, associated resource files, and SYM files.
  42006. Sample Code.imgK
  42007. Feb 95M#Mac with monitor set to 256 colors.N?Palette, GWorld, PmForeColor, Color2Index, RGBForeColor, ctSeedO
  42008. Dev.CD May 00 TC:Sample Code: with a click of the mou
  42009. interrupt
  42010. interrupt
  42011. introduction
  42012. introduction
  42013. programming
  42014. investment
  42015. iostreams
  42016. gatewayS
  42017. sample
  42018. items
  42019. japanese
  42020. tutorial
  42021. jbindery
  42022. jdirect
  42023. 1/25/2000@
  42024. upside@
  42025. use-nvramrc@
  42026. training
  42027. using
  42028. verilog
  42029. useful@
  42030. usenet@
  42031. user's@
  42032. yourself@
  42033. 03-information
  42034. registrati
  42035. 3.0.1@
  42036. about
  42037. clipboard
  42038. magician
  42039. 0.76@
  42040. aegizmos
  42041. 1.4.2@
  42042. apple
  42043. directions
  42044. 03/96@
  42045. apple
  42046. event
  42047. xcmds
  42048. 1.0b3@
  42049. apple
  42050. glossary
  42051. apple
  42052. standardsv
  42053. apple
  42054. workgroup
  42055. servers@
  42056. appletalk
  42057. first@
  42058. archive@
  42059. Summary:  MacODBC is the standard way for developers to write MacOS-based applications that communicate to databases using the Open DataBase Connectivity (ODBC) standard.  This folder contains the software development kit for MacODBC version 2.1.2 GM.  
  42060. Features:
  42061.  Cross-platform remote database access
  42062.  Wide range of third party drivers
  42063.  All major relational databases covered
  42064.  Many Mac OS databases also supported (Butler from Everyware Corp. , dTF from theta group and many more )
  42065. PleaB3se report bugs and problems to kodom@visigenic.com.
  42066. J\Documentation:
  42067. ODBC Install.image
  42068. ODBC Sample Bins.image
  42069. ODBC Tools.image
  42070. Readme - InstallerK
  42071. Sep 93L
  42072. Sep 96M
  42073. MacOS System 7.5NNODBC, MacODBC, Database, Connectivity, Drivers, Network, Middleware, VisigenicO5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:P:Dev.CD Apr 98 SDK1
  42074.  - Development Kits (Disc 1)
  42075.  - MacODBCs
  42076. Tool Chest Edition
  42077. OTSimpleDownloadHTTPg at page 2-47 of the unbound edition).
  42078. dition).
  42079. Feb 00W
  42080. NOhigh level, toolbox, hltb, MoreFiles, MoreIsBetter, glue, wrapper, library codeOEDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Overview:MoreIsBetter:PPDev.CD Mar 00 RL Disk 1
  42081.  - What's New
  42082.  - Sample Code
  42083.  - Overview
  42084.  - MoreIsBetterV
  42085. 61756X
  42086. Mar 00^    RL Disk 1
  42087. --set theItem to choose file -- uncomment to test in an AS editor
  42088.     tell application "Finder"
  42089.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Overview:MoreIsBetter:"
  42090.         activate
  42091.     end tell
  42092. on error errMsg number errNum
  42093.     --enter statements to perform when no records are found such as...
  42094.     display dialog "Sorry, the item you selected could not be found."
  42095.     return
  42096. end try
  42097. e    No ChangefHhigh level
  42098. toolbox
  42099. MoreFiles
  42100. MoreIsBetter
  42101. wrapper
  42102. library codeq
  42103. Dev.CD Mar 00 RL Disk 1
  42104. All Packages
  42105. MoreNetworkSetup
  42106. 61757X
  42107. toolkit
  42108. toolkits
  42109. tools]
  42110. transport
  42111. transport/ppp
  42112. All Packages
  42113. F    QuickTimeO
  42114. Dev.CD Jan 95
  42115. Dev.CD Oct 94P
  42116. Dev.CD Jan 95
  42117. Dev.CD Oct 9V
  42118. 62024X
  42119. Jan 95
  42120. p--set theItem to choose file -- uncomment to test in an AS editor
  42121.     tell application "Finder"
  42122.         open item "Dev.CD Jan 95
  42123. Dev.CD Oct 94"
  42124.         activate
  42125.     end tell
  42126. on error errMsg number errNum
  42127.     --enter statements to perform when no records are found such as...
  42128.     display dialog "Sorry, the item you selected could not be found."
  42129.     return
  42130. end try
  42131. All Packages
  42132. F    QuickTimeO
  42133. Dev.CD Jan 95
  42134. Dev.CD Oct 94P
  42135. Dev.CD Jan 95
  42136. Dev.CD Oct 9V
  42137. 62025X
  42138. Jan 95
  42139. p--set theItem to choose file -- uncomment to test in an AS editor
  42140.     tell application "Finder"
  42141.         open item "Dev.CD Jan 95
  42142. Dev.CD Oct 94"
  42143.         activate
  42144.     end tell
  42145. on error errMsg number errNum
  42146.     --enter statements to perform when no records are found such as...
  42147.     display dialog "Sorry, the item you selected could not be found."
  42148.     return
  42149. end try
  42150. All Packages
  42151. 61471X
  42152. Nov 99^
  42153. --set theItem to choose file -- uncomment to test in an AS editor
  42154.     tell application "Finder"
  42155.         open item "Dev.CD Nov 99 TC:What's New?:Technical Documentation:C.S.M.P. Digests v3 (000-148):"
  42156.         activate
  42157.     end tell
  42158. on error errMsg number errNum
  42159.     --enter statements to perform when no records are found such as...
  42160.     display dialog "Sorry, the item you selected could not be found."
  42161.     return
  42162. end try
  42163. Deletedq
  42164. Dev.CD Nov 99 TC
  42165. C++ Source Code Formatter
  42166. Summary: cdent is a MPW tool used to format C and C++ source code to a user defined style. 
  42167. Features:
  42168. * Cryptic and obscure formatting commands! 
  42169. * Source code.  
  42170. * Understands C and C++.  
  42171. * Understands conditional compilation.  Source is provided.  
  42172. * Formats in the One True Style out of the box.
  42173. * Used by the developers of MacApp 3.0. 
  42174. * Does not harm the ozone layer nor does it contribute to global warming.
  42175. This package is System 7.0 compatible.  7.0 compatible.  
  42176. PODev.CD Aug 97 TC
  42177.  - What's New?
  42178.  - Developer Notes
  42179.  - Macintosh PowerBook 2400cV
  42180. 61729X
  42181. Aug 97^
  42182. --set theItem to choose file -- uncomment to test in an AS editor
  42183.     tell application "Finder"
  42184.         open item "Dev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:"
  42185.         activate
  42186.     end tell
  42187. on error errMsg number errNum
  42188.     --enter statements to perform when no records are found such as...
  42189.     display dialog "Sorry, the item you selected could not be found."
  42190.     return
  42191. end try
  42192. e    No Changeq
  42193. Dev.CD Aug 97 TC
  42194. Macintosh PowerBook Qualified
  42195. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  42196. The Kit includes:
  42197. Guide to Macintosh PowerBook Qualified Program
  42198. Program Technical Specifications
  42199. Program Pre-testing Guidelines
  42200. Legal Documentation for licensing and program participation
  42201. cipation
  42202. Nov 95W
  42203. e    No Changef
  42204. background color WDEF windowq
  42205. Dev.CD May 00 TC
  42206. D!All Packages
  42207. Tool Chest Edition
  42208. s how to use the SGDrawable class to display live video within a QTCanvas. 
  42209. Sample Code.imgK
  42210. Feb 00
  42211. - Common
  42212.     - Sun Compliant Java Runtime Environment 1.1
  42213.     - QuickTime 3 
  42214.     - QTJava.zip
  42215.     - QTJava media samples
  42216. - Mac OS:
  42217.     - System 8 or later
  42218.     - Macintosh Runtime for Java (MRJ) 2.1
  42219. - Windows 95, 98, or NT::
  42220.     - JRE/JDK from Sun Microsystems, Inc. recommended
  42221. QuickTime, Java, MRJO
  42222. Dev.CD May 00 TC:Sample Code:P
  42223. Dev.CD May 00 TC
  42224.  - Sample CodeV
  42225. 62147X
  42226. May 00^
  42227. r--set theItem to choose file -- uncomment to test in an AS editor
  42228.     tell application "Finder"
  42229.         open item "Dev.CD May 00 TC:Sample Code:"
  42230.         activate
  42231.     end tell
  42232. on error errMsg number errNum
  42233.     --enter statements to perform when no records are found such as...
  42234.     display dialog "Sorry, the item you selected could not be found."
  42235.     return
  42236. end try
  42237. e    No Change
  42238. e    No Change
  42239. AppleTalk MIB (RFC 1243) alias
  42240. AppleTalk SW for SNMP alias
  42241. Mac System MIB alias
  42242. MacSNMP demo and test
  42243. MacSNMP Developer 1.0.2
  42244. MacSNMP Programmer
  42245. s Guide
  42246. MacSNMP Transport 1.0.2
  42247. Overview - SNMP Development
  42248. Overview - SNMP Development.txt
  42249. TCP/IP MIB-II (RFC 1213) alias
  42250.  SDK1"
  42251.         activate
  42252.     end tell
  42253. on error errMsg number errNum
  42254.     --enter statements to perform when no records are found such as...
  42255.     display dialog "Sorry, the item you selected could not be found."
  42256.     return
  42257. end try
  42258. All Packages
  42259. QuickDraw GXO#Dev.CD Aug 96 TC
  42260. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  42261. Dev.CD Jan 96 SDKV
  42262. 59483X
  42263. Aug 96
  42264. o Changef#MacsBug
  42265. AppleEvent
  42266. apple event
  42267. dcmdq
  42268. Dev.CD May 00 TC
  42269. "D!All Packages
  42270. Mac OS SDK Edition
  42271.     ustness
  42272. detachedcontroller
  42273. detect
  42274. detection
  42275. Record.zip
  42276. Feb 00
  42277. C:What's New?:Sample Code:QuickTime:QuickTime for Java:SoundMemRecord:V
  42278. 50993X
  42279. 1e    No Change
  42280. O\Dev.CD Apr 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Sample Code:ProfileRenamer:PjDev.CD Apr 00 SDK1
  42281.  - Development Kits
  42282.  - Mac OS
  42283.  - ColorSync 3.0 Mac SDK
  42284.  - Sample Code
  42285.  - ProfileRenamerion "Finder"
  42286.         open item "Dev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1996:"
  42287.         activate
  42288.     end tell
  42289. on error errMsg number errNum
  42290.     --enter statements to perform when no records are found such as...
  42291.     display dialog "Sorry, the item you selected could not be found."
  42292.     return
  42293. end try
  42294. Deletedq
  42295. Dev.CD Nov 99 TC
  42296. ,D!All Packages
  42297. Tool Chest Edition
  42298. Apple Directions 1997I:Summary:  Apple Directions, The Developer Business Report.
  42299. Apple Directions 01/97
  42300. Apple Directions 02/97
  42301. Apple Directions 03/97
  42302. Apple Directions 04/97
  42303. Apple Directions 05/97.pdf
  42304. Apple Directions 06/97.pdf
  42305. Apple Directions 07/97.pdf
  42306. Apple Directions 08/97.pdf
  42307. Apple Directions 09/97.pdf
  42308. Apple Directions 10/97.pdf
  42309. Apple Directions 11/97.pdf
  42310. Feb 97L
  42311. Sep 97d
  42312. GX->PostScript SampleIjReplaces the GX to PostScript sample code that was made available on the February 1998 Tool Chest Edition.J
  42313. GXtoPS Installer:K
  42314. Feb 98M
  42315. QuickDraw GX 1.1.6 and aboveN
  42316. GX, PostScript, sample codeOnDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickDraw GX:Programming Stuff:Sample Code:GX->PostScript Sample:P|Dev.CD Apr 98 SDK2
  42317.  - Development Kits (Disc 2)
  42318.  - QuickDraw GX
  42319.  - Programming Stuff
  42320.  - Sample Code
  42321.  - GX->PostScript SampleV
  42322. 61626X
  42323. Apr 98^
  42324. --set theItem to choose file -- uncomment to test in an AS editor
  42325.     tell application "Finder"
  42326.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickDraw GX:Programming Stuff:Sample Code:GX->PostScript Sample:"
  42327.         activate
  42328.     end tell
  42329. on error errMsg number errNum
  42330.     --enter statements to perform when no records are found such as...
  42331.     display dialog "Sorry, the item you selected could not be found."
  42332.     return
  42333. end try
  42334. e    No Changef
  42335. PostScript
  42336. sample codeq
  42337. Dev.CD Apr 98 SDK2
  42338. fileinfoz
  42339. filemaker
  42340. filename
  42341. filenames
  42342. filesQ
  42343. files/foldersB
  42344. filesharingon
  42345. filetool
  42346. filing
  42347. filled
  42348. filler
  42349. filling
  42350. fills
  42351. readmefirst
  42352. recipes
  42353. recognition
  42354. recordit
  42355. recordit
  42356. redistribution
  42357. reference
  42358. references
  42359. registratiR
  42360. registration
  42361. features
  42362. Dev.CD May 00 TC:Sample Code:P
  42363. Dev.CD May 00 TC
  42364.  - Sample CodeV
  42365. 61653X
  42366. May 00^
  42367. r--set theItem to choose file -- uncomment to test in an AS editor
  42368.     tell application "Finder"
  42369.         open item "Dev.CD May 00 TC:Sample Code:"
  42370.         activate
  42371.     end tell
  42372. on error errMsg number errNum
  42373.     --enter statements to perform when no records are found such as...
  42374.     display dialog "Sorry, the item you selected could not be found."
  42375.     return
  42376. end try
  42377. e    No Changef
  42378. QuickTime
  42379. Dev.CD May 00 TC
  42380. D!All Packages
  42381. Tool Chest Edition
  42382. ImageProducingIfThis demo program shows how to display any QuickTime drawing object using Java's ImageProducing model.J
  42383. Sample Code.imgK
  42384. Feb 00
  42385. - Common
  42386.     - Sun Compliant Java Runtime Environment 1.1
  42387.     - QuickTime 3 
  42388.     - QTJava.zip
  42389.     - QTJava media samples
  42390. - Mac OS:
  42391.     - System 8 or later
  42392.     - Macintosh Runtime for Java (MRJ) 2.1
  42393. - Windows 95, 98, or NT::
  42394.     - JRE/JDK from Sun Microsystems, Inc. recommended
  42395. QuickTime, Java, MRJange
  42396. summary
  42397. navigable
  42398. movie
  42399. toolkit
  42400. hypercard
  42401. stack
  42402. summary
  42403. opendoc
  42404. development
  42405. framework
  42406. objec
  42407. summary
  42408. programmer's
  42409. guide
  42410. apple
  42411. scanners
  42412. second
  42413. summary
  42414. purpose
  42415. menuscripter
  42416. sample
  42417. summary
  42418. beta-level
  42419. tools
  42420. creating
  42421. summary
  42422. quickdraw
  42423. print
  42424. spooler
  42425. patch
  42426. fixes
  42427. problem
  42428. Philip J. Schneider.  QuickDraw 3D 1.5 includes several useful new geometric primitives. This artic
  42429. le introduces the new primitives and discusses the differences among the various polyhedral primitives, both new and old.
  42430. QuickDraw GX Line Layout: Bending the Rules by Daniel I. Lipton.  The typographic capabilities of QuickDraw GX are without peer, but until now drawing that beautiful text along an arbitrary path took a concerted effort. Here
  42431. s a library that makes it easy to do.
  42432. MacApp Debugging Aids by Conrad Kopala.  Programming with a framework saves time and effort, but debugging 
  42433. de    No Changef
  42434. QuickTime
  42435. Dev.CD May 00 TC
  42436. eD!All Packages
  42437. Tool Chest Edition
  42438. DumpARPCacheIBA tiny sample that shows how to view the Open Transport ARP cache.J
  42439. Sample Code.imgK
  42440. May 98L
  42441. Jun 98M
  42442. OpenTransportN"OpenTransport, arp, cache, displayO
  42443. Dev.CD May 00 TC:Sample Code:P
  42444. Dev.CD May 00 TC
  42445.  - Sample CodeV
  42446. 61596X
  42447. May 00^
  42448. r--set theItem to choose file -- uncomment to test in an AS editor
  42449.     tell application "Finder"
  42450.         open item "Dev.CD May 00 TC:Sample Code:"
  42451.         activate
  42452.     end tell
  42453. on error errMsg number errNum
  42454.     --enter statements to perform when no records are found such as...
  42455.     display dialog "Sorry, the item you selected could not be found."
  42456.     return
  42457. end try
  42458. e    No Changef
  42459. OpenTransport
  42460. cache
  42461. displayq
  42462. Dev.CD May 00 TC
  42463. fD!All Packages
  42464. Tool Chest Edition
  42465. DumpNetworkSetup
  42466.     u want to ship the NSI disk or the MacSNMP software to your customers
  42467. e    No Change
  42468. documentationandsamp
  42469. hODDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime Conferencing:PIDev.CD Apr 98 SDK2
  42470.  - Development Kits (Disc 2)
  42471.  - QuickTime Conferencingyellow
  42472. openstep
  42473. rhapsody
  42474. pages
  42475. ringQ
  42476. riser
  42477. robustness
  42478. rotation
  42479. router
  42480. routing
  42481. rules
  42482. runtime
  42483. sample
  42484. sample
  42485. sample
  42486. games
  42487. graphics
  42488. animation
  42489. sample
  42490. traffic
  42491. light
  42492. saving
  42493. scanner
  42494. scomP
  42495. screen
  42496. script\
  42497. scriptable\
  42498. doubles
  42499. doubletrouble
  42500. down`
  42501. downfall
  42502. download
  42503. downloaded
  42504. downloading
  42505. downloads
  42506. dozen
  42507. dozens
  42508. draftj
  42509. draftbits
  42510. drafting
  42511. dragN
  42512. Summary:  The February 1994 edition of the Apple Publications Style Guide provides developers with the most up-to-date style conventions used in Apple documentation. Included are general rules for style and usage, in addition to appendixes on technical notation, units of measure, how to write balloons, how to create a glossary, and a Newton Style Guide. 
  42513. This extensive revision has added many new terms and deleted obsolete ones. It includes new appendixes for writing a glossary and a NewtB
  42514. on Style Guide. 
  42515. J.Apple Pubs Glossary 3.0
  42516. Apple Style Guide 2/94K
  42517. Vol IIIL
  42518. May 94M
  42519. Adobe Acrobat Reader.N1documentation, manuals, style, usage, style guideOCDev.CD Mar 00 RL Disk 1:Technical Documentation:Publication Guides:PHDev.CD Mar 00 RL Disk 1
  42520.  - Technical Documentation
  42521.  - Publication Guidesisplay dialog "Sorry, the item you selected could not be found."
  42522.     return
  42523. end try
  42524. All Packages
  42525. System UpdateO
  42526. Dev.CD Apr 94P
  42527. Dev.CD Apr 9V
  42528. 61285X
  42529. Apr 94
  42530. glossariess
  42531. investmentsj
  42532. invoke
  42533. invoked
  42534. involve
  42535. involved
  42536. lvesp
  42537. involving
  42538. iostreams
  42539. iotracer
  42540. Sample Code.imgK
  42541. Mar 96M-PPC only,   OpenTransport 1.1, Thread managerN>OpenTransport, Server, Thread Manager, TCP/IP, HTTP, IOStreamsO
  42542. Dev.CD May 00 TC:Sample Code:P
  42543. Dev.CD May 00 TC
  42544.  - Sample CoderrNum
  42545.     --enter statements to perform when no records are found such as...
  42546.     display dialog "Sorry, the item you selected could not be found."
  42547.     return
  42548. end try
  42549. eloper Support's creator/file type database.  It also automatically creates an AppleLink to send to DEVSUPPORT.  Re
  42550. quires Hypercard 2.1.
  42551. Creator/File Types can now be registered on the Web.  Before registering, you can search the existing creator/file type database to see if the ID you want has been taken.  If not, fill out the Web registration form to claim that ID.  This service is at <http://dev.info.apple.com/cftype/>
  42552.  Dev Info Change Form
  42553. Developer Programs delivers its monthly mailings to the Certified contact at your company.  We may occasionally deliver specialized information to the Marketi
  42554. instant
  42555. instantiated
  42556. instantly
  42557. insteado
  42558. instruction
  42559. instructionsZ
  42560. instrumentation
  42561. instrumented
  42562. instruments
  42563. instuctions
  42564. insure
  42565. int'ls
  42566. intact
  42567. integer
  42568. integral
  42569. integratet
  42570. integrated
  42571. integrates
  42572. integrating
  42573. integrating
  42574. computer-based
  42575. media
  42576. broadcast
  42577. environment
  42578. integration
  42579. integrator
  42580. integrity
  42581. intelligent
  42582. intelligently
  42583. intend
  42584. take.  Both are needed depending upon the machine.JBPC Card Manager 2.0 SDK
  42585. PC Card Manager 3.0
  42586. What's the difference?K
  42587. Aug 97O:Dev.CD Apr 00 SDK1:Development Kits:Hardware:PC Card SDKs:PBDev.CD Apr 00 SDK1
  42588.  - Development Kits
  42589.  - Hardware
  42590.  - PC Card SDKsV
  42591. 60598X
  42592. 1rd SDKsV
  42593. 60598X
  42594. 1e    No Change
  42595. 61531X
  42596. May 00^
  42597. --set theItem to choose file -- uncomment to test in an AS editor
  42598.     tell application "Finder"
  42599.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  42600.         activate
  42601.     end tell
  42602. on error errMsg number errNum
  42603.     --enter statements to perform when no records are found such as...
  42604.     display dialog "Sorry, the item you selected could not be found."
  42605.     return
  42606. end try
  42607. e    No Changef+Memory Manager
  42608. Power Macintosh
  42609. heaps
  42610. memoryq
  42611. Dev.CD May 00 TC
  42612. %D!All Packages
  42613. Mac OS SDK Edition
  42614. Debugging Sound ManagerI
  42615. A debug build of Sound Manager 3.2.1 that may be useful for tracking down sound related problems.
  42616. Features: A debug build of Sound Manager 3.2.1.J.Debug Sound Manager
  42617. Readme Debug Sound ManagerK
  42618. Jan 98N
  42619. Debug Sound Manager 3.2.1ObDev.CD Apr 98 SDK2:Development Kits (Disc 2):Sound Manager:For Developers:Debugging Sound Manager:nge
  42620. Dev.CD Apr 95
  42621. Dev.CD Jan 95P
  42622. Dev.CD Apr 95
  42623. Dev.CD Jan 9V
  42624. 61862X
  42625. Apr 95
  42626. p--set theItem to choose file -- uncomment to test in an AS editor
  42627.     tell application "Finder"
  42628.         open item "Dev.CD Apr 95
  42629. Dev.CD Jan 95"
  42630.         activate
  42631.     end tell
  42632. on error errMsg number errNum
  42633.     --enter statements to perform when no records are found such as...
  42634.     display dialog "Sorry, the item you selected could not be found."
  42635.     return
  42636. end try
  42637. All Packages
  42638. F    PowerTalkO
  42639. Dev.CD Apr 95P
  42640. Dev.CD Apr 9V
  42641. 61863X
  42642. Apr 95
  42643. b--set theItem to choose file -- uncomment to test in an AS editor
  42644.     tell application "Finder"
  42645.         open item "Dev.CD Apr 95"
  42646.         activate
  42647.     end tell
  42648. on error errMsg number errNum
  42649.     --enter statements to perform when no records are found such as...
  42650.     display dialog "Sorry, the item you selected could not be found."
  42651.     return
  42652. end try
  42653. All Packages
  42654. F    PowerTalkO
  42655. Dev.CD Apr 95P
  42656. Dev.CD Apr 9V
  42657. 61864X
  42658. Apr 95
  42659. 61405X
  42660. Dec 99^
  42661. --set theItem to choose file -- uncomment to test in an AS editor
  42662.     tell application "Finder"
  42663.         open item "Dev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:"
  42664.         activate
  42665.     end tell
  42666. on error errMsg number errNum
  42667.     --enter statements to perform when no records are found such as...
  42668.     display dialog "Sorry, the item you selected could not be found."
  42669.     return
  42670. end try
  42671. Deletedq
  42672. Dev.CD Dec 99 RL
  42673. 'D!All Packages
  42674. Mac OS SDK Edition
  42675. Apple Color OneScanner SDK
  42676.     erProviderOwnership client library OTq
  42677. Dev.CD May 00 TC
  42678. !D!All Packages
  42679. Tool Chest Edition
  42680. TransitionsIkThis demo shows how to use the QuickTime effects architecture applied to a character in an animation scene.J
  42681. Sample Code.imgK
  42682. Feb 00
  42683. C:Sample Code:V
  42684. 61319X
  42685. 1e    No Change
  42686. tch Stack:  This is a simple example of showing how to correctly switch to a private stack for interrupt-time code that requires more than a few dozen bytes of stack space. Thaliaslab
  42687. --set theItem to choose file -- uncomment to test in an AS editor
  42688.     tell application "Finder"
  42689.         open item "Dev.CD Apr 94
  42690. Dev.CD Jan 94
  42691. Dev.CD Oct 93
  42692. Dev.CD Jul 93"
  42693.         activate
  42694.     end tell
  42695. on error errMsg number errNum
  42696.     --enter statements to perform when no records are found such as...
  42697.     display dialog "Sorry, the item you selected could not be found."
  42698.     return
  42699. end try
  42700. draggingsprites
  42701. drawing
  42702. drawsprocket
  42703. drawsprocket
  42704. drawsprockettest
  42705. drive
  42706. drive
  42707. utilities
  42708. driver
  42709. driver
  42710. installer
  42711. drivergestaltexplore
  42712. dronezone
  42713. 1.1.3
  42714. dropdisk
  42715. context
  42716. switch
  42717. goodies
  42718. utilities
  42719. aug-95
  42720. dukemovie
  42721. dumparpcache
  42722. dumpnetworksetup
  42723.     EMonzalez
  42724. Application Frameworks Product Marketing Manager
  42725. Apple Computer, Inc.
  42726. MacApp Developer Survey
  42727. Nov 94O-Dev.CD Nov 99 TC:Tool Chest:Development Kits:P2Dev.CD Nov 99 TC
  42728.  - Tool Chest
  42729.  - Development Kitsk version 2.5.7
  42730.  Apple Ethernet NB file version 1.0.1, containing drivers for all Apple NuBus ethernet cards
  42731.  Apple Ethernet LC file version 1.0.1, containing drivers for all Apple LC ethernet cards
  42732.  Apple Ethernet CS file version 1.0.1, containing drivers fo
  42733. r all Apple Comm Slot ethernet cards
  42734.  Apple Built-In Ethernet version 1.0.1, containing drivers for all built-in ethernets
  42735.  TokenTalk version 2.5.7
  42736.  Token Ring Control Panel version 1.0.1
  42737.  Token Ring driver version 2.5.2 for the TokenTalk NB Card
  42738.  Token Ring driver version 1.0.2 for the Token Ring 4/16 NB and Token Ring NB/c Card
  42739.  A/ROSE 1.2.1, for use in some token ring configurations
  42740. See the document "NSI 1.5.1 - Read Me First" for details.
  42741. Aug 92L
  42742. Jul 95W
  42743. enable
  42744. mouse
  42745. keyboard
  42746. enable
  42747. speech
  42748. se file -- uncomment to test in an AS editor
  42749.     tell application "Finder"
  42750.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Control Strip:"
  42751.         activate
  42752.     end tell
  42753. on error errMsg number errNum
  42754.     --enter statements to perform when no records are found such as...
  42755.     display dialog "Sorry, the item you selected could not be found."
  42756.     return
  42757. end try
  42758. e    No Changef%Control Strip
  42759. PowerBook
  42760. Control Panelq
  42761. Dev.CD Apr 00 SDK1
  42762. ControlBackground
  42763. zIt's a simple code sample which demonstrates how to draw controls with a particular background color.  Controls get their background color from the window color table; this sample shows how to temporarily alter an entry in that color table so that the control draws with a particular background color but no other drawing is affected.
  42764. Don't have the Appearance Manager running.
  42765. Sample Code.imgK
  42766. Aug 97N$color, controls, draw, window, tableaw, window, table
  42767. replaces
  42768. simple
  42769. sample
  42770. dumps
  42771. version
  42772. though
  42773. thoughts
  42774. thousand
  42775. thrashing
  42776. thread
  42777. threaded
  42778. threads
  42779. threed
  42780. thrive
  42781. throughR
  42782. throughput
  42783. throw
  42784. throws
  42785. thumb
  42786. thumbs
  42787. thunder
  42788. ticks
  42789. tietz
  42790. tighter
  42791. times
  42792. time-based
  42793. timers
  42794. 61415X
  42795. Apr 00^
  42796. --set theItem to choose file -- uncomment to test in an AS editor
  42797.     tell application "Finder"
  42798.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Apple Guide:"
  42799.         activate
  42800.     end tell
  42801. on error errMsg number errNum
  42802.     --enter statements to perform when no records are found such as...
  42803.     display dialog "Sorry, the item you selected could not be found."
  42804.     return
  42805. end try
  42806. e    No Changef
  42807. Apple Guide
  42808. Help Systemsq
  42809. Dev.CD Apr 00 SDK1
  42810. 1D!All Packages
  42811. Mac OS SDK Edition
  42812. Apple Help SDK 1.0
  42813. The contents of this SDK enable developers to create html based help files that can be used with the Apple Help on Mac OS 8.6 or later systems.  The SDK contains the Apple Help documentation, the tools necessary to create Sherlock type indexes, example help files and a tutorial.
  42814. This is the initial release of the Apple Help SDK and is compatible with Mac OS 8.6 and later systems.
  42815. Apple Help SDK.smiK
  42816. Oct 99M
  42817. Mac OS 8.6 or later systemsW
  42818. Dev.CD Jul 93
  42819. Dev.CD Apr 9V
  42820. 62075X
  42821. Jul 93
  42822. p--set theItem to choose file -- uncomment to test in an AS editor
  42823.     tell application "Finder"
  42824.         open item "Dev.CD Jul 93
  42825. Dev.CD Apr 93"
  42826.         activate
  42827.     end tell
  42828. on error errMsg number errNum
  42829.     --enter statements to perform when no records are found such as...
  42830.     display dialog "Sorry, the item you selected could not be found."
  42831.     return
  42832. end try
  42833. All Packages
  42834. F    QuickTimeO
  42835. Dev.CD Jul 93
  42836. Dev.CD Apr 93P
  42837. Dev.CD Jul 93
  42838. Dev.CD Apr 9V
  42839. 62076X
  42840. Jul 93
  42841. p--set theItem to choose file -- uncomment to test in an AS editor
  42842.     tell application "Finder"
  42843.         open item "Dev.CD Jul 93
  42844. Dev.CD Apr 93"
  42845.         activate
  42846.     end tell
  42847. on error errMsg number errNum
  42848.     --enter statements to perform when no records are found such as...
  42849.     display dialog "Sorry, the item you selected could not be found."
  42850.     return
  42851. end try
  42852. All Packages
  42853. F    QuickTimeO
  42854. Dev.CD Jul 93
  42855. Dev.CD Apr 93V
  42856. 62077X
  42857. 61589X
  42858. May 00^
  42859. r--set theItem to choose file -- uncomment to test in an AS editor
  42860.     tell application "Finder"
  42861.         open item "Dev.CD May 00 TC:Sample Code:"
  42862.         activate
  42863.     end tell
  42864. on error errMsg number errNum
  42865.     --enter statements to perform when no records are found such as...
  42866.     display dialog "Sorry, the item you selected could not be found."
  42867.     return
  42868. end try
  42869. e    No Changef6InputSprocket
  42870. DrawSprocket
  42871. SoundSprocket
  42872. 3D Sound
  42873. QD3Dq
  42874. Dev.CD May 00 TC
  42875. _D!All Packages
  42876. Tool Chest Edition
  42877. PS 1.1.3
  42878.     ects Explode
  42879. This sample demonstrates how to create a QuickTime movie with a video effect as a transition from one picture to another. This project differs from the QTShowEffect sample code it is based on in that it allows the user to create the effect "by hand" e.g. without the aid of the standard QuickTime effects parameter dialog box. Instead, the program itself builds the correct effects parameter description atoms.
  42880. Dec 99V
  42881. 60681X
  42882. F(Snippets - Development Tools & Languages
  42883. (** = new, * = revised)
  42884. AEGestalt:  AEGestalt is a MacApp application which shows how to make use of the built in Apple events support.
  42885. Bits o' MacApp Code:  A few MacApp snippets: Windows Menu,a view that stays centered in its superview,  TTextListView, TTextGridView, a Light Gray Adorner, and more.
  42886. Dialogs:  This MacApp sample shows how TextEdit views are enabled/disabled, in this case with radio buttons.
  42887. DTSCPlusLibrary:  This folder is chock full of useful C++ samples (80+ files!),vol
  42888. br-brazilianportugue
  42889. brazilian
  42890. british
  42891. browseri
  42892. reporting
  42893. bugdetails
  42894. build
  42895. buildfailed
  42896. building
  42897. building
  42898. dcmds
  42899. buildprogram
  42900. builds
  42901. buildscript
  42902. buildsucceeded
  42903. buildxcmd
  42904. business
  42905. business
  42906. opp's
  42907. germany
  42908. butcdef
  42909. butcdef
  42910. change
  42911. developeru
  42912. developmentm
  42913. directionsj
  42914. disku
  42915. Dev.CD Jul 96 SSWP
  42916. Dev.CD Jul 96 SSV
  42917. 62278X
  42918. Jul 96
  42919. f--set theItem to choose file -- uncomment to test in an AS editor
  42920.     tell application "Finder"
  42921.         open item "Dev.CD Jul 96 SSW"
  42922.         activate
  42923.     end tell
  42924. on error errMsg number errNum
  42925.     --enter statements to perform when no records are found such as...
  42926.     display dialog "Sorry, the item you selected could not be found."
  42927.     return
  42928. end try
  42929. D!All Packages
  42930. Tool Chest Edition
  42931. System 7.5.5 Update
  42932. Summary:  The System 7.5.5 Update is a set of system software enhancements that improves the reliability and performance of all Macintosh and Mac OS-compatible computers running system software version 7.5.3.  The System 7.5.5 Update also includes all of the improvements delivered with System 7.5.3 Revision 2.  Therefore, it is not necessary to install System 7.5.3 Revision 2 before installing System 7.5.5 Update.
  42933. Apple recommends that all customers who are currently using System 7.5.3 shW`
  42934. altivec
  42935. always
  42936. america
  42937. amongb
  42938. amongst
  42939. amount
  42940. amounts
  42941. Wage is System 7.0 compatible.J
  42942. Sample Code.imgK
  42943. Jan 92O
  42944. Dev.CD May 00 TC:Sample Code:P
  42945. Dev.CD May 00 TC
  42946.  - Sample CodeV
  42947. 60455X
  42948. May 00^
  42949. #CD Mar 00 RL Disk 1
  42950.  - What's New
  42951.  - Sample Code
  42952.  - Human Interface Toolbox
  42953.  - PackageToolV
  42954. 56847X
  42955. Mar 00e    No Change
  42956. mpt; to set OF NVRAM variables, type "setenv name value".
  42957. For more information about OF, see either the IEEE 1275 specification or alternatively see www.firmworks.com for documentation; the latter does not constitute an endorsement by Apple Computer, Inc.
  42958. This patch will be included in future Apple MacOS releases; however,  it will not be applied if OF NVRAM has already been modified (the patch will only be applied if factory-fresh settings are in effect on boot), and, of course, only onH
  42959.  the Tanzania-family machines listed above.
  42960. Tanzania, Zanzibar, Motorola StarMax, PowerMac 4400.
  42961. Any MacOS prior to 8.2.
  42962. Hanging on boot (black screen) is possible with the above configuration.
  42963. JDBugDetails
  42964. Buildscript
  42965. Extension.a
  42966. Extension.r
  42967. OpenFWBridgeFixJuly97K
  42968. Feb 98M)Any PCI card containing a PCI-PCI bridge.N`Tanzania, Zanzibar, StarMax, 4400, Hang, Boot, Open Firmware, PCI, Bridge, PCI-PCI Bridge, RiserO:Dev.CD May 00 TC:Tool Chest:Hardware:OpenFWBridgeFixJul97:
  42969. --set theItem to choose file -- uncomment to test in an AS editor
  42970.     tell application "Finder"
  42971.         open item "Dev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:"
  42972.         activate
  42973.     end tell
  42974. on error errMsg number errNum
  42975.     --enter statements to perform when no records are found such as...
  42976.     display dialog "Sorry, the item you selected could not be found."
  42977.     return
  42978. end try
  42979. Mac OS Development Toolkit.imgK
  42980. May 98N~VU, Virtual User, VirtualUser, SPEC, SPEC S&L, Ivy, FileTool, Memory Monitor, Testing, Automation, Automated Testing, ClouseauOKDev.CD May 00 TC:Tool Chest:Testing & Debugging:Mac OS Development Toolkit:PSDev.CD May 00 TC
  42981.  - Tool Chest
  42982.  - Testing & Debugging
  42983.  - Mac OS Development Toolkit
  42984. OTTraceRouteSample
  42985. This sample is a quick demonstration of how to implement traceroute on top of the Open Transport native APIs.  The sample is useful because it gives a good demonstration of the setting the IP TTL option and of using a "rawip" endpoint to receive and process ICMP packets.
  42986. Sample Code.imgK
  42987. Sep 96L
  42988. Jun 98M"Any Macintosh with Open Transport.N0Open Transport, OT, Traceroute, rawip, icmp, udpO
  42989. Dev.CD May 00 TC:Sample Code:P
  42990. Dev.CD May 00 TC
  42991.  - Sample CodeV
  42992. 61825X
  42993. May 00^
  42994. r--set theItem to choose file -- uncomment to test in an AS editor
  42995.     tell application "Finder"
  42996.         open item "Dev.CD May 00 TC:Sample Code:"
  42997.         activate
  42998.     end tell
  42999. on error errMsg number errNum
  43000.     --enter statements to perform when no records are found such as...
  43001.     display dialog "Sorry, the item you selected could not be found."
  43002.     return
  43003. end try
  43004. e    No Changences.
  43005. On-screen keyboards to enable quick input of symbols and puntuation marks.
  43006. Recognize
  43007. updated
  43008.  file -- uncomment to test in an AS editor
  43009.     tell application "Finder"
  43010.         open item "Dev.CD Nov 97 TC"
  43011.         activate
  43012.     end tell
  43013. on error errMsg number errNum
  43014.     --enter statements to perform when no records are found such as...
  43015.     display dialog "Sorry, the item you selected could not be found."
  43016.     return
  43017. end try
  43018. evelopment kit for MacODBC version 2.1.2 GM.  
  43019. Features:
  43020.  Cross-platform remote database access
  43021.  Wide range of third party drivers
  43022.  All major relational databases covered
  43023.  Many Mac OS databases also supported (Butler from Everyware Corp. , dTF from theta group and many more )
  43024. PleaB3se report bugs and problems to kodom@visigenic.com.
  43025. J\Documentation:
  43026. ODBC Install.image
  43027. ODBC Sample Bins.image
  43028. ODBC Tools.image
  43029. Readme - InstallerK
  43030. Sep 93L
  43031. Sep 96M
  43032. MacOS System 7.5NNODBC, MacODBC, Database, Connectivity, Drivers, Network, Middleware, VisigenicO5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:nge
  43033. K:dages  
  43034. information
  43035. release
  43036. notes
  43037. release
  43038. notes
  43039. includes
  43040. index
  43041. index
  43042. index
  43043. index
  43044. indexes
  43045. indexg
  43046. indexg
  43047. infox
  43048. infoid
  43049. infoid
  43050. information
  43051. init]
  43052. initprojector
  43053. inputdialog
  43054. inputdialog
  43055. inputsprocket
  43056. owColors:  This application displays the default window colors stored in the System's 'wctb' resource.  Note that this app is 7.0 only, since it only recognizes the 7.0 version of the resource.
  43057. ZoomWindow:  Demonstrates how to properly zoom a window. It gives attractive results with most WDEFs because it uses the window
  43058. s structure
  43059. F    SGCaptureIbThis demo program shows how to use the SGDrawable class to display live video within a QTCanvas. 
  43060. Sample Code.imgK
  43061. Feb 00
  43062. - Common
  43063.     - Sun Compliant Java Runtime Environment 1.1
  43064.     - QuickTime 3 
  43065.     - QTJava.zip
  43066.     - QTJava media samples
  43067. - Mac OS:
  43068.     - System 8 or later
  43069.     - Macintosh Runtime for Java (MRJ) 2.1
  43070. - Windows 95, 98, or NT::
  43071.     - JRE/JDK from Sun Microsystems, Inc. recommended
  43072. QuickTime, Java, MRJO
  43073. Dev.CD May 00 TC:Sample Code:P
  43074. Dev.CD May 00 TC
  43075.  - Sample CodeV
  43076. 62147X
  43077. May 00^
  43078. r--set theItem to choose file -- uncomment to test in an AS editor
  43079.     tell application "Finder"
  43080.         open item "Dev.CD May 00 TC:Sample Code:"
  43081.         activate
  43082.     end tell
  43083. on error errMsg number errNum
  43084.     --enter statements to perform when no records are found such as...
  43085.     display dialog "Sorry, the item you selected could not be found."
  43086.     return
  43087. end try
  43088. e    No ChangerkS
  43089. network
  43090. server
  43091. guideS
  43092. network
  43093. software
  43094. installer
  43095. 61508X
  43096. Apr 00^
  43097. --set theItem to choose file -- uncomment to test in an AS editor
  43098.     tell application "Finder"
  43099.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:ContextualMenuManagerSDK 1.0.3:"
  43100.         activate
  43101.     end tell
  43102. on error errMsg number errNum
  43103.     --enter statements to perform when no records are found such as...
  43104.     display dialog "Sorry, the item you selected could not be found."
  43105.     return
  43106. end try
  43107. e    No Changef
  43108. Contextual
  43109. Managerq
  43110. Dev.CD Apr 00 SDK1
  43111. D!All Packages
  43112. Mac OS SDK Edition
  43113. Control Strip
  43114. tanaka
  43115. tantek
  43116. tanzania
  43117. tanzania-family
  43118. targetR
  43119. targeted
  43120. targetingf
  43121. targets
  43122. targetted
  43123. tasksb
  43124. tbltdrvr
  43125. tcp/ip
  43126. Summary:  Three samples involving Standard File dialogs.
  43127. NOTE: StandardGetFolder replaces CustomGetFile
  43128.  StandardGetFolder: This demonstrates a CustomGetFile call, with additions to the dialog to allow selection of a folder or volume.  This sample is loosely based on the previous CustomGetFolder sample.  This fixes numerous bugs and is substantially better for localization, as it uses Script Manager calls to handle the strings.
  43129. CustomPutAppend:  This demonstrates a CustomPutDialog wit
  43130. h an Append button that does not ask the user if he/she wants to replace the existing file. the sample code in InsideMac:Files, and the Human Interface Guidelines. It also has Balloon Help strings for the Append button.
  43131. CustomPutSuffix:  This demonstrates a CustomPutDialog with an Save button that checks to see if several files (with the name filename+suffix) already exist. a dialog hook procedure is responsible for presenting separate "Replace?" dialogs.  When the Save button is hit and
  43132. includs
  43133. inclusion
  43134. incoming
  43135. nzibar
  43136. zap's
  43137. zaptcp
  43138. zeroing
  43139. zimmerman
  43140. zimmerman's
  43141. zonez
  43142. zones
  43143. zoombox
  43144. zoomdocproc
  43145. zoomed
  43146. zoomedvideo
  43147. zooming
  43148. zoomnogrow
  43149. zoomrecter
  43150. zoomwindow
  43151. 009-4303
  43152. 009-4303
  43153. updater
  43154. 009-4525
  43155. 009-4525
  43156. 009-4526
  43157. 009-4526
  43158. 009-4527
  43159. 009-4527
  43160. 00csmp-abstracts
  43161. 00csmp-abstracts
  43162. 01-introR
  43163. 01-intro
  43164. 01/95j
  43165. 01/96k
  43166. 01/97l
  43167. 02-what'sR
  43168. 02-what's
  43169. 02/95j
  43170. 02/96k
  43171. 02/97l
  43172. 03-informationR
  43173. suitem
  43174. suitesm
  43175. suites
  43176. under
  43177. developmentm
  43178. support
  43179. supporting
  43180. supporting
  43181. files
  43182. survey
  43183. survival
  43184. The MRJ 2.2 Redistribution SDK enables developers to install Mac OS Runtime for Java (MRJ) 2.2 as part of their own installation packages. The SDK helps assure that any such redistribution complies with the terms of the Apple software licensing agreement. Before using this SDK, you must sign an Apple licensing agreement for redistributing MRJ. For more information, see the Apple Licensing web site at http://developer.apple.com/mkt/swl/. 
  43185. Apple frequently updates MRJ and the MRJ SDK, with 
  43186. final release versions for use by the general public, and pre-release versions for use in testing and development.  Only the final release of MRJ 2.2 may be redistributed using this Redistribution SDK.  For information about the latest MRJ releases, see Apple
  43187. s Java Developer web site at http://developer.apple.com/java/.
  43188. The MRJ Redistribution SDK includes the file 
  43189. MRJ Redistribution.smi
  43190.  that you will bundle with your own product.  Installing and running MRJ will require additional mem
  43191. --set theItem to choose file -- uncomment to test in an AS editor
  43192.     tell application "Finder"
  43193.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:"
  43194.         activate
  43195.     end tell
  43196. on error errMsg number errNum
  43197.     --enter statements to perform when no records are found such as...
  43198.     display dialog "Sorry, the item you selected could not be found."
  43199.     return
  43200. end try
  43201.  in its use.
  43202.  Apple doesn't own this package.  Please read the copyright meB
  43203. ssage. 
  43204.  Apple doesn't support this package.  Please contact the original author(s) for support (and expressions of gratitude, as appropriate!)
  43205. JFAbout ZoneRanger
  43206. Metrowerks ZoneRanger 1.1
  43207. ZoneRanger Revision HistoryK
  43208. May 94L
  43209. Nov 94M
  43210. any Macintosh computer.N'utility, heap zones, handles, resourcesO2Dev.CD Nov 99 TC:Tool Chest:Memory:ZoneRanger 1.1:P:Dev.CD Nov 99 TC
  43211.  - Tool Chest
  43212.  - Memory
  43213.  - ZoneRanger 1.1,
  43214. An example of OpenGL and DrawSprocket integration for full screen drawing, correctly handling multiple displays.  Also, this shows how to get the version of DrawSprocket in use for both DrawSprocket 1.1.4 and 1.7 and demonstrates multiple OpenGL pixel format examples.  Lastly, it integrates a simple OpenGL buffer swaps per second counter.
  43215.         
  43216. The optimal way to select a rendering context would be to check the available devices, find the best, then present the user with a selection dia
  43217. log only if there are more than one "best" device.  Currently, there is not a good mechanism to do this easily, so the two best other options are:
  43218. 1) Iterate through the available devices find the best renderer, build a DSp context on this, then build your OPenGL context.  The downfall of this method is that you know nothing about the graphics capabilities of the device and the user can't select another screen.  The upside is that you get a renderer that is has the capabilities you want.
  43219. yourself
  43220. zanzibar
  43221. zap's
  43222. zaptcp
  43223. zeroing
  43224. zimmerman
  43225. zimmerman's
  43226. zonez
  43227. zones
  43228. zoombox
  43229. zoomdocproc
  43230. zoomed
  43231. zoomedvideo
  43232. zooming
  43233. zoomnogrow
  43234. zoomrecter
  43235. zoomwindow
  43236. 009-4303
  43237. 009-4303
  43238. updater
  43239. 009-4525
  43240. 009-4525
  43241. 009-4526
  43242. 009-4526
  43243. 009-4527
  43244. 009-4527
  43245. 00csmp-abstracts
  43246. 00csmp-abstracts
  43247. 01-introR
  43248. 01-intro
  43249. 01/95j
  43250. 01/96k
  43251. 01/97l
  43252. 02-what'sR
  43253. 02-what's
  43254. 02/95j
  43255. 02/96k
  43256. 02/97l
  43257. 03-informationR
  43258. read, edit and write any block on any drive without using the SCSI manager. This debugger is meant to talk directly to the hardware. There is little if any OS. support.
  43259. This pac
  43260. meres
  43261. merely
  43262. messagex
  43263. messagepadj
  43264. messagesj
  43265. messagewatcher
  43266. messy
  43267. meta-content
  43268. metafile
  43269. meter
  43270. metering
  43271. meters
  43272. metertest
  43273. methodg
  43274. methodology
  43275. methods
  43276. metrowerks
  43277. mexican
  43278. minor
  43279. minow
  43280. minute
  43281. minutes
  43282. mirrori
  43283. misaligned
  43284. misalignment
  43285. misdemeanors
  43286. misrecognized
  43287. mixed
  43288. mixed-mode
  43289. mixed-partition
  43290. mixing
  43291. mobile
  43292. modal
  43293. modeO
  43294. model\
  43295. modeled
  43296. modeling
  43297. ompact disc. Playable on the set-top or the desktop, DVD bridges the worlds of consumer video and personal computing in a single, unified format.
  43298. While DVD promises to be a highly-successful consumer electronics format, preparing content (
  43299. premastering
  43300. ) for DVD can be a very complex process. And like most new formats, DVD requires new tools and techniques to create rich and satisfying content that make the most of
  43301. the medium.
  43302. Working with DVD requires an in-depth understanding of the fo
  43303. ^rmat, production process, and tools required to bring titles to market. By
  43304. understanding DVD and all that it entails, professional media develop-ers
  43305. can exploit its rich potential. This book is designed for those who are interested in the DVD format, want to create titles, and wish to understand the tools and technology required for DVD production.
  43306. Apr 99ound."
  43307.     return
  43308. end try
  43309. All Packages
  43310. PowerTalk (PPC)O
  43311. Dev.CD Oct 94P
  43312. Dev.CD Oct 9V
  43313. 60649X
  43314. Oct 94
  43315. 61418X
  43316. May 00^
  43317. --set theItem to choose file -- uncomment to test in an AS editor
  43318.     tell application "Finder"
  43319.         open item "Dev.CD May 00 TC:Tool Chest:Localization:Apple International Glossaries:"
  43320.         activate
  43321.     end tell
  43322. on error errMsg number errNum
  43323.     --enter statements to perform when no records are found such as...
  43324.     display dialog "Sorry, the item you selected could not be found."
  43325.     return
  43326. end try
  43327. e    No Changef
  43328. International
  43329. Glossariesq
  43330. Dev.CD May 00 TC
  43331. 4D!All Packages
  43332. Mac OS SDK Edition
  43333. Apple Location Manager
  43334. hApple Location Manager allows users to switch groups of settings all at the same time in one step (such as when moving from location to location). This SDK contains a complete Location Manager Module with source, and documentation on other ways developers can integrate ALM support into their products.
  43335. Contains a new version of ALM (2.0.1) for developer use.
  43336. 61419X
  43337. 1e    No Change
  43338.  information about the Power Mac G4 
  43339. Deletedq
  43340. Dev.CD Nov 99 TC
  43341. D!All Packages
  43342. Tool Chest Edition
  43343. System 7 SamplesIPSummary: This folder contains several examples of System 7-specific sample code.J
  43344. Sample Code.imgK
  43345. Vol. IVL
  43346. Feb 95M
  43347. MPW, THINK C, or A/UXO
  43348. Dev.CD May 00 TC:Sample Code:P
  43349. Dev.CD May 00 TC
  43350.  - Sample CodeV
  43351. 62205X
  43352. May 00^
  43353. r--set theItem to choose file -- uncomment to test in an AS editor
  43354.     tell application "Finder"
  43355.         open item "Dev.CD May 00 TC:Sample Code:"
  43356.         activate
  43357.     end tell
  43358. on error errMsg number errNum
  43359.     --enter statements to perform when no records are found such as...
  43360.     display dialog "Sorry, the item you selected could not be found."
  43361.     return
  43362. end try
  43363. Movedq
  43364. Dev.CD May 00 TC
  43365. All Packages
  43366. System 7 Tune-UpOUDev.CD Apr 94
  43367. Dev.CD Jan 94
  43368. Dev.CD Oct 93
  43369. Dev.CD July 92
  43370. Dev.CD June 92
  43371. Dev.CD May 92PTDev.CD Apr 94
  43372. Dev.CD Jan 94
  43373. Dev.CD Oct 93
  43374. Dev.CD July 92
  43375. Dev.CD June 92
  43376. Dev.CD May 9V
  43377. 62206X
  43378. Apr 94
  43379. hardware
  43380. developer
  43381. documentation
  43382. developer
  43383. notes
  43384. devnotes
  43385. heap@
  43386.   tell application "Finder"
  43387.         open item "Dev.CD Aug 96 TC"
  43388.         activate
  43389.     end tell
  43390. on error errMsg number errNum
  43391.     --enter statements to perform when no records are found such as...
  43392.     display dialog "Sorry, the item you selected could not be found."
  43393.     return
  43394. end try
  43395.     display dialog "Sorry, the item you selected could not be found."
  43396.     return
  43397. end try
  43398. e    No ChangefmA/ROSE
  43399. Macintosh Coprocessor Platform
  43400. Ethernet NB
  43401. PowerPC
  43402. Network Software
  43403. AppleTalk
  43404. TokenTalk
  43405. Token Ringq
  43406. Dev.CD May 00 TC
  43407. D!All Packages
  43408. Tool Chest Edition
  43409. About Developer University
  43410. encoding
  43411. unicode
  43412. script
  43413. language
  43414. conversion
  43415. games
  43416. input@
  43417. virtual
  43418. external
  43419. traceroute@
  43420. version@
  43421. --set theItem to choose file -- uncomment to test in an AS editor
  43422.     tell application "Finder"
  43423.         open item "Dev.CD Apr 94
  43424. Dev.CD Jan 94
  43425. Dev.CD Oct 93
  43426. Dev.CD Jul 93"
  43427.         activate
  43428.     end tell
  43429. on error errMsg number errNum
  43430.     --enter statements to perform when no records are found such as...
  43431.     display dialog "Sorry, the item you selected could not be found."
  43432.     return
  43433. end try
  43434. mystery
  43435. naked
  43436. nameb
  43437. named
  43438. names
  43439. nasty
  43440. natick
  43441. nationalv
  43442. native
  43443. natural
  43444. navigateZ
  43445. navigates
  43446. navigationi
  43447. nearest
  43448. nearly
  43449. necessaryq
  43450. needo
  43451. betaBase
  43452. Summary:  betaBase is a FileMaker Pro bug report database that will help developers log and record bugs in their applications.  betaBase is easy to use and easy to modify for developers own needs.  It is an easy bug tracking system and, because of the ease of use of FileMaker Pro, can easily sort records and create reports.  It is also networkable.
  43453. Features:
  43454.  lists all of the current System Software and Macintosh Systems
  43455.  handles more than one user at a time
  43456.  password capability
  43457.  easi
  43458. notationw
  43459. noteZ
  43460. apple
  43461. guide
  43462. intended
  43463. those
  43464. developers
  43465. notesQ
  43466. notify
  43467. notions
  43468. novemberj
  43469. novice
  43470. nubusQ
  43471. number
  43472. numbers
  43473. numerals
  43474. numerousp
  43475. objectQ
  43476. object-based
  43477. PFDev.CD May 00 TC
  43478.  - Tool Chest
  43479.  - Testing & Debugging
  43480.  - General toolsarning to Drive
  43481. \Summary: A guide to support the development of Macintosh Printing Manager Resource Files.
  43482. Features: This document describes the Printing Manager from the perspectives of the application and the Printing Manager Resource Files.
  43483. Issues: The Disclaimer warns of the difficulties involved. This information will not work with QuickDraw GX printing.  
  43484. J/Learning to Drive
  43485. Learning to Drive Disclaimer K
  43486. Mar 93O7Dev.CD May 00 TC:Tool Chest:Printing:Learning to Drive:P?Dev.CD May 00 TC
  43487.  - Tool Chest
  43488.  - Printing
  43489.  - Learning to DriveV
  43490. 60467X
  43491. May 00^
  43492. #ew computer based on the same architecture as the PowerBook 3400 computer but smaller and lighter. This developer note describes only the changes that make the new models different from the PowerBook 3400. 
  43493. Macintosh PowerBook 2400cK
  43494. Aug 97M
  43495. Acrobat ReaderOGDev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:nge
  43496. drive
  43497. setup
  43498. utilities@
  43499. dynamic@
  43500. ethernet
  43501. built-in
  43502. address
  43503. burned-in
  43504. address
  43505. getenetaddr@
  43506. finder
  43507. display
  43508. folder
  43509. launch@
  43510. games@
  43511. r14d1
  43512. macapp
  43513. r14d5
  43514. macbinary
  43515. maccalendar
  43516. maccalendar
  43517. 1.1b1
  43518. maccheck
  43519. maccheck
  43520. 1.0.4
  43521. macintosh
  43522. macintosh
  43523. cd-rom
  43524. setup
  43525. 5.3.2
  43526. macintosh
  43527. v1.1.1
  43528. macintosh
  43529. 1.1.1
  43530. macintosh
  43531. client
  43532. interface
  43533. macintosh
  43534. powerbook
  43535. 2400c
  43536. macintosh
  43537. powerbook
  43538. qualified
  43539. macintosh
  43540. technical
  43541. macintosh
  43542. technotes
  43543. macodbc
  43544. macodbc
  43545. 2.1.2
  43546. macos8documentation
  43547. onescannerg
  43548. opp's
  43549. palette
  43550. parserV
  43551. performance
  43552. photoshop
  43553. player
  43554. plugins
  43555. postscript
  43556. powerbook
  43557. primer
  43558. d, after MRJ opened a window.  
  43559. This release is Bronze certified for running applications built with Oracle Developer 1.6.1 and deployed on Oracle Developer Server using Apple Applet Runner 2.1.4.
  43560.  Apple has created a mailing list server, called MRJ-DEV, to serve the Mac OS Runtime for Java (MRJ) developer community. To join this list, go to the Apple Mailing List Server at http://www.lists.apple.com/mrj.html.
  43561.  Do not call Apple
  43562. s 800 number(s) regarding this software since our operat
  43563. ors are not trained to support developer products. 
  43564.  Monitor the MRJ web site at http://developer.apple.com/java/ for additional documentation, information about future releases, known problems, and other MRJ news.
  43565. Known issues
  43566.  Java Epoch Date: Java
  43567. s internal clock calculates dates as the time since January 1, 1970. If the system clock on your Macintosh is set to an earlier date, Java applets and applications may hang or exhibit other unusual behavior. Ensure that the current date 
  43568. D!All Packages
  43569. Mac OS SDK Edition
  43570. AdLib 2.6.5
  43571. Ad Lib is a graphical view editor which is used to create and edit view resources for MacApp-based applications.
  43572. Ad Lib v2.6.5 fixes a problem where earlier version of Ad Lib could not be run under Mac OS 8.5 and later.
  43573. lay dialog "Sorry, the item you selected could not be found."
  43574.     return
  43575. end try
  43576. e    No ChangefZtraversing related tables
  43577. referential integrity rules
  43578. validation and reformatting
  43579. databaseq
  43580. Dev.CD Apr 00 SDK1
  43581. All Packages
  43582. WebObjects Memory Mgmt
  43583. 61344X
  43584. win2maccountersample
  43585. windowpicker
  43586. windowpicker
  43587. windows
  43588. services
  43589. 1.0.8
  43590. services
  43591. suite
  43592. 1.0.7
  43593. palette
  43594. parserV
  43595. performance
  43596. photoshop
  43597. player
  43598. plugins
  43599. postscript
  43600. powerbook
  43601. primer
  43602. --set theItem to choose file -- uncomment to test in an AS editor
  43603.     tell application "Finder"
  43604.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:SysConfig DA 1.5b16"
  43605.         activate
  43606.     end tell
  43607. on error errMsg number errNum
  43608.     --enter statements to perform when no records are found such as...
  43609.     display dialog "Sorry, the item you selected could not be found."
  43610.     return
  43611. end try
  43612. write
  43613. sample
  43614. program
  43615. demonstrate
  43616. direct
  43617. access
  43618. ether
  43619. samplefilter
  43620. samplerateavail
  43621. LaserWriter 8.0
  43622. Each log holds only 32K of information
  43623. If the user has many applications, fonts, or files with creation dates > modification dates, not all of the config
  43624. information will fit in the logs.
  43625. MacCheck
  43626.  is a trademark of Apple Computer
  43627. General tools.imgK
  43628. Oct 93M
  43629. MacPlus or aboveN    MacCheck
  43630. O>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools: on a remote Power Macintosh.
  43631. e    No Change
  43632. resources]
  43633. resources
  43634. restext
  43635. restext
  43636. restore
  43637. restore
  43638. restorectrlchars
  43639. restorectrlchars
  43640. resultcodetable
  43641. reuse
  43642. revision
  43643. rfc1332
  43644. rfc1332
  43645. rfc1334
  43646. rfc1334
  43647. authentication
  43648. rfc1378
  43649. rfc1378
  43650. rfc1570
  43651. rfc1570
  43652. rfc1618
  43653. rfc1618
  43654. rfc1661
  43655. rfc1661
  43656. rfc1662
  43657. rfc1662
  43658. rhapsody
  43659. rhapsody
  43660. richardson
  43661. rights
  43662. rinaldi
  43663. rincludes
  43664. source
  43665. sources
  43666. stack]
  43667. standardsv
  43668. stylew
  43669. suitem
  43670. suitesm
  43671. suites
  43672. under
  43673. developmentm
  43674. symfilesu
  43675. systeme
  43676. telephonym
  43677. telephony
  43678. suitem
  43679. template^
  43680. terminology^
  43681. terminology
  43682. 3/92^
  43683. test]
  43684. textv
  43685. themeso
  43686. tool]
  43687. tools]
  43688. tools
  43689. topicsR
  43690. trainingR
  43691. transitionso
  43692. 7P5Dev.CD May 00 TC
  43693.  - Tool Chest
  43694.  - Text
  43695.  - WASTE 1.3a6
  43696. center
  43697. pages
  43698. systemsp
  43699. helper
  43700. class
  43701. driver
  43702. menubar
  43703. corners
  43704. desktop
  43705. finder
  43706. grayrgn
  43707. hierarchical
  43708. level
  43709. hooper
  43710. hp-ux
  43711. rendering
  43712. htmlrenderinglib
  43713. human
  43714. human
  43715. interface
  43716. guidelines
  43717. hypercard
  43718. hypercard
  43719. player
  43720. cardbus
  43721. ibook
  43722. family
  43723. plotting
  43724. resources
  43725. services
  43726. utilities
  43727. iconref
  43728. icons
  43729. identification
  43730. image
  43731. imagewriter
  43732. imaging
  43733. inactive
  43734. index
  43735. indian
  43736. plist
  43737. information
  43738. information
  43739. property
  43740. inline
  43741. Summary: AppleGlot 2.3 is a text translation tool used by the Apple Localizers to localize Apple Software.  AppleGlot extracts the text out of a resource file and dumps it into a text file for translation. Once translated, AppleGlot then replaces the original text by its translation into the resource file. In addition to the regular translation, AppleGlot handles updates from one version to another, and copies over resizeable items.
  43742. Features:
  43743.  AppleGlot 2.3 works correctly on Power MacinB
  43744. tosh, fixing a problem with the Modern Memory manager. 
  43745.  Richer set of template field types supported
  43746.  ...and many more : see manual
  43747.  We now provide a Manual !
  43748. J?AppleGlot 2.3
  43749. AppleGlot 2.3 Users Guide
  43750. AppleGlot 2.3 Whats NewK
  43751. Jun 92L
  43752. Dec 95M
  43753. System 7 or later.NBAppleGlot Localization Internationalization Translation GlossariesO7Dev.CD Nov 99 TC:Tool Chest:Localization:AppleGlot 2.3:P?Dev.CD Nov 99 TC
  43754.  - Tool Chest
  43755.  - Localization
  43756.  - AppleGlot 2.3W
  43757. theta
  43758. Dev.CD May 00 TC
  43759.  - Sample Codedictation software, the users no longer need to suffer through extensive training or the inefficiency of current keyboard input methods.  The user can also concentrate more on what he/she is writing, rather than how to input it.  We believe that Apple's Chinese Dictation Kit represents again Apple's determination to make the best ease-of-use personal computers for users.  Chinese Dictation Kit heralds the start of a revolution for Chinese computing.
  43760. What Chines
  43761. e Dictation Kit Can Do For You
  43762. Apple Chinese Dictation Kit is a high performance large vocabulary dictation software that can dramatically increase your productivity when inputting Chinese text, particularly if you're a poor typist.  It's like having your own secretary to take dictation and do your typing!!
  43763. Features:
  43764.  Through a sophisticated training process, CDK is able to recognize your voice and even your own accent.
  43765.  In contrast to most other Chinese dictation software, CDK  allows
  43766. e    No Changef
  43767. setdeskcpatq
  43768. Dev.CD May 00 TC
  43769. D!All Packages
  43770. Tool Chest Edition
  43771. SetLED
  43772. A sample program which demonstrates how to make the ADBOp call under 68K, PPC and CFM-68K environments.  The program sample will cause the Caps Lock, Num Lock and Scroll Lock Keys to blink until the mouse is pressed.  This program is a modification of the LEDApp which was written by Greg Robbins in 1991
  43773. The program sample works in all of the current Mac OS environments. Of interest is that the sample code includes glue code for fixing a crashing problem in making the ADBOp call under CFM-B\68K for SSW 8.1 and earlier.  
  43774. The sample code was built using Code Warrior Pro environment
  43775. Sample Code.imgK
  43776. Jun 98N
  43777. ADBOp, ADB, CFM-68KO
  43778. Dev.CD May 00 TC:Sample Code:P
  43779. Dev.CD May 00 TC
  43780.  - Sample CodeV
  43781. 62144X
  43782. May 00^
  43783. #hical data, much like the triangular buttons used for displaying files and folders in the Finder.
  43784. The Right Way to Implement Preferences Files  by Gary Woodcock.  Some tho
  43785. fourN
  43786. four-color
  43787. fragments
  43788. frame
  43789. frames/sec
  43790. framework
  43791. framework-based
  43792. frameworks
  43793. francois
  43794. franke
  43795. freeZ
  43796. freed
  43797. freeing
  43798. freeware
  43799. french
  43800. frequently
  43801. fresh
  43802. friend
  43803. friendly
  43804. friends
  43805. fromZ
  43806. Aug 93M*AppleTalk or TCP/IP networking connectionsN
  43807. SNMP, Network ManagementO=Dev.CD May 00 TC:Tool Chest:Networking:SNMP:SNMP Development:PHDev.CD May 00 TC
  43808.  - Tool Chest
  43809.  - Networking
  43810.  - SNMP
  43811.  - SNMP DevelopmentV
  43812. 62180X
  43813. May 00^
  43814. --set theItem to choose file -- uncomment to test in an AS editor
  43815.     tell application "Finder"
  43816.         open item "Dev.CD May 00 TC:Tool Chest:Networking:SNMP:SNMP Development:"
  43817.         activate
  43818.     end tell
  43819. on error errMsg number errNum
  43820.     --enter statements to perform when no records are found such as...
  43821.     display dialog "Sorry, the item you selected could not be found."
  43822.     return
  43823. end try
  43824. e    No Changef
  43825. Network Managementq
  43826. Dev.CD May 00 TC
  43827. D!All Packages
  43828. Mac OS SDK Edition
  43829. SOMobjects
  43830.  for Mac OS
  43831.  you to send SCSI commands directly out to any SCSI device.  J$Sedit
  43832. Sedit Documentation
  43833. Template.rK
  43834. Vol IIIL
  43835. Vol VIIO5Dev.CD May 00 TC:Tool Chest:Devices:SCSI:Sedit 1.0b3:nge
  43836. "Fragment Tool" is a simple application desi
  43837. All Packages
  43838. F#System Enabler 040 (Centris/Quadra)O7Dev.CD Apr 94
  43839. Dev.CD Jan 94
  43840. Dev.CD Oct 93
  43841. Dev.CD Aug 93P6Dev.CD Apr 94
  43842. Dev.CD Jan 94
  43843. Dev.CD Oct 93
  43844. Dev.CD Aug 9V
  43845. 62341X
  43846. Apr 94
  43847. --set theItem to choose file -- uncomment to test in an AS editor
  43848.     tell application "Finder"
  43849.         open item "Dev.CD Apr 94
  43850. Dev.CD Jan 94
  43851. Dev.CD Oct 93
  43852. Dev.CD Aug 93"
  43853.         activate
  43854.     end tell
  43855. on error errMsg number errNum
  43856.     --enter statements to perform when no records are found such as...
  43857.     display dialog "Sorry, the item you selected could not be found."
  43858.     return
  43859. end try
  43860. All Packages
  43861. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  43862. Dev.CD Jan 94
  43863. Dev.CD Oct 93
  43864. Dev.CD Jul 93
  43865. Dev.CD Apr 93PDDev.CD Apr 94
  43866. Dev.CD Jan 94
  43867. Dev.CD Oct 93
  43868. Dev.CD Jul 93
  43869. Dev.CD Apr 9V
  43870. 62342X
  43871. Apr 94
  43872. ulesQ
  43873. momentumj
  43874. moneys
  43875. monitorT
  43876. monitoringA
  43877. monthlyj
  43878. more]
  43879. networksetup
  43880. documentation
  43881. sample
  43882. he drivers.
  43883. When developing drivers we sometimes need to go into ResEdit a thousand times to copy DRVR and DATA resources to a file containing an INIT resource. This program automates copying resources and setting attributes a little bit.  
  43884. JGAbout Driver Installer
  43885. About Driver Installer.txt
  43886. Installer for DriversK
  43887. Vol IVO5Dev.CD May 00 TC:Tool Chest:Devices:Driver Installer:P=Dev.CD May 00 TC
  43888.  - Tool Chest
  43889.  - Devices
  43890.  - Driver Installern an AS editor
  43891.     tell application "Finder"
  43892.         open item "Dev.CD Jul 95"
  43893.         activate
  43894.     end tell
  43895. on error errMsg number errNum
  43896.     --enter statements to perform when no records are found such as...
  43897.     display dialog "Sorry, the item you selected could not be found."
  43898.     return
  43899. end try
  43900. All Packages
  43901. QuickDraw GXO
  43902. Dev.CD Jul 95P
  43903. Dev.CD Jul 9V
  43904. 59488X
  43905. Jul 95
  43906.  RL Disk 1
  43907. GetFInfo & GetVInfo:  MPW Tools that simply parse command-line options and print the value of the parameter blocks returned from Toolbox calls.
  43908. GetOwnerGroup:  Shows how to get the owner and group of a directory using routines from MoreFiles.
  43909. Is PC Exchange Installed:  This snippet demonstrates the check for the existence of PC Exchange. The FSMGlueLib.o file is available on the MacOS SDK CD in the File System Manager Libraries folder.
  43910. Keith's CatSearch:  This snippet provides a
  43911.  high-level interface to PBCatSearch and allows you to limit the search to a specific subdirectory (after the fact, of course - see the read me for the details).
  43912. ParseFullPathname:  ParseFullPathname takes a full pathname (which can be longer than 255 chars, and walks down it, converting it to dirID's along the way. This is the opposite of the procedure described in TN #68 (more or less). DTS does not condone this.
  43913. PBCatSearch:  This small sample shows how to use the PBCatSearch function
  43914. p--set theItem to choose file -- uncomment to test in an AS editor
  43915.     tell application "Finder"
  43916.         open item "Dev.CD Apr 94
  43917. Dev.CD Jan 94"
  43918.         activate
  43919.     end tell
  43920. on error errMsg number errNum
  43921.     --enter statements to perform when no records are found such as...
  43922.     display dialog "Sorry, the item you selected could not be found."
  43923.     return
  43924. end try
  43925. orkBuf, TNetworkOStream  and TNetworkIOStream object. 
  43926. OT Code Resource:  This piece of sample code shows how to cal
  43927. l Open Transport from a 68K code resource written in either Metrowerks CodeWarrior C or Symantec C for MPW. The sample creates a HyperCard XCMD which returns the default Ethernet address for the machine using Open Transport calls.
  43928. OT Server Sample:  The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with. It also demonstrates the speed of Ope
  43929. All Packages
  43930. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  43931. Dev.CD Jan 94
  43932. Dev.CD Oct 93
  43933. Dev.CD Jul 93
  43934. Dev.CD Apr 93PDDev.CD Apr 94
  43935. Dev.CD Jan 94
  43936. Dev.CD Oct 93
  43937. Dev.CD Jul 93
  43938. Dev.CD Apr 9V
  43939. 62478X
  43940. Apr 94
  43941. --set theItem to choose file -- uncomment to test in an AS editor
  43942.     tell application "Finder"
  43943.         open item "Dev.CD Apr 94
  43944. Dev.CD Jan 94
  43945. Dev.CD Oct 93
  43946. Dev.CD Jul 93
  43947. Dev.CD Apr 93"
  43948.         activate
  43949.     end tell
  43950. on error errMsg number errNum
  43951.     --enter statements to perform when no records are found such as...
  43952.     display dialog "Sorry, the item you selected could not be found."
  43953.     return
  43954. end try
  43955. All Packages
  43956. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  43957. Dev.CD Jan 94
  43958. Dev.CD Oct 93
  43959. Dev.CD Jul 93
  43960. Dev.CD Apr 93PDDev.CD Apr 94
  43961. Dev.CD Jan 94
  43962. Dev.CD Oct 93
  43963. Dev.CD Jul 93
  43964. Dev.CD Apr 9V
  43965. 62479X
  43966. Apr 94
  43967.  and Deanna Thomas.  This article shows off a nice 3-D interface and presents a set of MacApp objects you can use to create your own suc
  43968. controls/events
  43969. convert
  43970. convert
  43971. projects
  43972. converter
  43973. coolrequest
  43974. install
  43975. copybits
  43976. copybits
  43977. application
  43978. copybits
  43979. copyfolder
  43980. copyfolder
  43981. copyres
  43982. copyres
  43983. corefoundation
  43984. coreheaders
  43985. coresample\
  43986. coresample
  43987. coresource
  43988. count
  43989. coursesR
  43990. crcpatch
  43991. crcpatch
  43992. folder
  43993. createalias
  43994. createalias
  43995. createcopy
  43996. createcopy
  43997. createcustomicon
  43998. createcustomicon
  43999. createfolder
  44000. createfolder
  44001. createmenuhelp
  44002. createmenuhelp
  44003. createthumbnail
  44004. createthumbnail
  44005. creating
  44006. creating
  44007. creating
  44008. pippin
  44009. cdroms
  44010. creation
  44011. csmp-digest-v3-001
  44012. 61387X
  44013. May 00^
  44014. --set theItem to choose file -- uncomment to test in an AS editor
  44015.     tell application "Finder"
  44016.         open item "Dev.CD May 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADB Analyzer 1.0d6:"
  44017.         activate
  44018.     end tell
  44019. on error errMsg number errNum
  44020.     --enter statements to perform when no records are found such as...
  44021.     display dialog "Sorry, the item you selected could not be found."
  44022.     return
  44023. end try
  44024. e    No Changeq
  44025. Dev.CD May 00 TC
  44026. D!All Packages
  44027. Tool Chest Edition
  44028. ADB Key Spy 1.0.1b3
  44029. YSummary:  This package provides something of a replacement for GetKeys by maintaining a key map reflecting the state of each keyboard attached to the Mac via ADB.
  44030.  building a system extension
  44031.  using the ADB API
  44032.  "patching" ADB service routines
  44033.  building, installing, and using a driver
  44034.  mapping physical key codes to virtual key codes
  44035. Sample Code.imgK
  44036. Nov 95L
  44037. May 97M
  44038. anything later than a Mac SE:Sample Code:V
  44039. 61388X
  44040. Moved
  44041. QuickTime, Java, MRJO
  44042. Dev.CD May 00 TC:Sample Code:P
  44043. Dev.CD May 00 TC
  44044.  - Sample CodeV
  44045. 62555X
  44046. May 00^
  44047. r--set theItem to choose file -- uncomment to test in an AS editor
  44048.     tell application "Finder"
  44049.         open item "Dev.CD May 00 TC:Sample Code:"
  44050.         activate
  44051.     end tell
  44052. on error errMsg number errNum
  44053.     --enter statements to perform when no records are found such as...
  44054.     display dialog "Sorry, the item you selected could not be found."
  44055.     return
  44056. end try
  44057. e    No Changef
  44058. QuickTime
  44059. Dev.CD May 00 TC
  44060. All Packages
  44061. TypeServicesForUnicode
  44062. 62556X
  44063. system
  44064. enabler
  44065. system
  44066. enabler
  44067. performa
  44068. system
  44069. enabler
  44070. performa
  44071. system
  44072. enabler
  44073. color
  44074. classic
  44075. All Packages
  44076. System 7 Tune-UpO
  44077. Dev.CD Apr 92
  44078. Dev.CD Mar 92P
  44079. Dev.CD Apr 92
  44080. Dev.CD Mar 9V
  44081. 62223X
  44082. Apr 92
  44083. p--set theItem to choose file -- uncomment to test in an AS editor
  44084.     tell application "Finder"
  44085.         open item "Dev.CD Apr 92
  44086. Dev.CD Mar 92"
  44087.         activate
  44088.     end tell
  44089. on error errMsg number errNum
  44090.     --enter statements to perform when no records are found such as...
  44091.     display dialog "Sorry, the item you selected could not be found."
  44092.     return
  44093. end try
  44094. All Packages
  44095. System 7 Tune-UpO
  44096. Dev.CD Apr 92P
  44097. Dev.CD Apr 9V
  44098. 62224X
  44099. Apr 92
  44100. b--set theItem to choose file -- uncomment to test in an AS editor
  44101.     tell application "Finder"
  44102.         open item "Dev.CD Apr 92"
  44103.         activate
  44104.     end tell
  44105. on error errMsg number errNum
  44106.     --enter statements to perform when no records are found such as...
  44107.     display dialog "Sorry, the item you selected could not be found."
  44108.     return
  44109. end try
  44110. All Packages
  44111. System 7 Tune-UpV
  44112. 62225X
  44113. hypercard
  44114. summary
  44115. folder
  44116. contains
  44117. complete
  44118. information
  44119. developR
  44120. summary
  44121. folder
  44122. contains
  44123. documents
  44124. about
  44125. programming
  44126. summary
  44127. folder
  44128. contains
  44129. dozens
  44130. samples
  44131. summary
  44132. folder
  44133. contains
  44134. electronic
  44135. forms
  44136. allow
  44137. summary
  44138. folder
  44139. contains
  44140. helpful
  44141. scripts
  44142. summary
  44143. folder
  44144. contains
  44145. information
  44146. tells
  44147. develope
  44148. edition
  44149. 62191X
  44150. May 98^
  44151. --set theItem to choose file -- uncomment to test in an AS editor
  44152.     tell application "Finder"
  44153.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  44154.         activate
  44155.     end tell
  44156. on error errMsg number errNum
  44157.     --enter statements to perform when no records are found such as...
  44158.     display dialog "Sorry, the item you selected could not be found."
  44159.     return
  44160. end try
  44161. e    No Changeq
  44162. Dev.CD May 98 TC
  44163. D!All Packages
  44164. Tool Chest Edition
  44165. SPEC S&L v.1.0.1
  44166.  Summary:  set of Virtual User scripts and libraries for automated testing purposes
  44167. Features:
  44168. Electronic Documentation in Apple DocViewer form.
  44169. 27 different 3rd party application scripts.
  44170. 26 Virtual User libraries
  44171. Several V.U. external tools to aid test automation
  44172. Issues:  Not supported
  44173. Virtual User tools.imgK
  44174. Feb 94M
  44175. Virtual User 2.0.1OCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:nge
  44176. chess
  44177. application
  44178. deviceinfo
  44179. errNum
  44180.     --enter statements to perform when no records are found such as...
  44181.     display dialog "Sorry, the item you selected could not be found."
  44182.     return
  44183. end try
  44184. dialog "Sorry, the item you selected could not be found."
  44185.     return
  44186. end try
  44187. e    No Changeq
  44188. Dev.CD May 00 TC
  44189. mD!All Packages
  44190. Mac OS SDK Edition
  44191. CarbonLib 1.0.2 SDK
  44192. Carbon 1.0.2 SDK for Mac OS is now available to all developers. This SDK provides all the files needed to begin Carbon development. CarbonLib 1.0.2 supports Mac OS 8.1 and greater.
  44193. CarbonLib_1.0.2_SDK.smi
  44194. Apr 00
  44195.  Mac OS 8.1 and greater
  44196. Carbon,  CarbonLib
  44197. http://developer.apple.com/sdk
  44198. All Packages
  44199. System 7.5 Update 1.0O
  44200. Dev.CD Jul 95P
  44201. Dev.CD Jul 9V
  44202. 62254X
  44203. Jul 95
  44204. b--set theItem to choose file -- uncomment to test in an AS editor
  44205.     tell application "Finder"
  44206.         open item "Dev.CD Jul 95"
  44207.         activate
  44208.     end tell
  44209. on error errMsg number errNum
  44210.     --enter statements to perform when no records are found such as...
  44211.     display dialog "Sorry, the item you selected could not be found."
  44212.     return
  44213. end try
  44214. All Packages
  44215. System 7.5 Update 1.0O
  44216. Dev.CD Jul 95P
  44217. Dev.CD Jul 9V
  44218. 62255X
  44219. Jul 95
  44220. b--set theItem to choose file -- uncomment to test in an AS editor
  44221.     tell application "Finder"
  44222.         open item "Dev.CD Jul 95"
  44223.         activate
  44224.     end tell
  44225. on error errMsg number errNum
  44226.     --enter statements to perform when no records are found such as...
  44227.     display dialog "Sorry, the item you selected could not be found."
  44228.     return
  44229. end try
  44230. All Packages
  44231. System 7.5 Update 1.0O
  44232. Dev.CD Jul 95P
  44233. Dev.CD Jul 9V
  44234. 62256X
  44235. thereY
  44236. there
  44237. three
  44238. different
  44239. samples
  44240. showing
  44241. variat
  44242. there's
  44243. thereby
  44244. therefore
  44245. theresa
  44246. these[
  44247. theta
  44248. r--set theItem to choose file -- uncomment to test in an AS editor
  44249.     tell application "Finder"
  44250.         open item "Dev.CD May 00 TC:Sample Code:"
  44251.         activate
  44252.     end tell
  44253. on error errMsg number errNum
  44254.     --enter statements to perform when no records are found such as...
  44255.     display dialog "Sorry, the item you selected could not be found."
  44256.     return
  44257. end try
  44258. ing from applications launched after ATrapper.
  44259. General tools.imgK
  44260. Vol VL
  44261. Nov/Dec 92M5Any Macintosh, This package is System 7.0 compatible.O>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  44262.  - Tool Chest
  44263.  - Testing & Debugging
  44264.  - General toolsV
  44265. 58971X
  44266. May 00^
  44267. #Jan 94
  44268. Dev.CD Oct 93
  44269. Dev.CD Jul 93P6Dev.CD Apr 94
  44270. Dev.CD Jan 94
  44271. Dev.CD Oct 93
  44272. Dev.CD Jul 9V
  44273. 58712X
  44274. Apr 94
  44275. ighting
  44276. highlightsj
  44277. highly-successful
  44278. heaps
  44279. hebrew
  44280. helpp
  44281. hierarchical
  44282. sub-menus
  44283. helper
  44284. menubar
  44285. corners
  44286. desktop
  44287. finder
  44288. grayrgn
  44289. hierarchical
  44290. level
  44291. toolbox
  44292. morefiles
  44293. moreisbetter
  44294. wrapper
  44295. hooper
  44296. hp-ux
  44297. htmlq
  44298. htmlrenderinglib
  44299. packages
  44300. htmlrenderinglib
  44301. human
  44302.  COMPATIBLE WITH SYSTEM 6.0.X.
  44303. Summary: This is the software for the Apple Macintosh Display Card 8
  44304. 24GC.
  44305. Features: Enables acceleration mode on the Apple Macintosh Display Card 8
  44306. 24GC.J
  44307. 24 GC
  44308. 24GC READMEK
  44309. Jan 92M
  44310. Apple Macintosh Display Card 8
  44311. 24GC installed in your CPU and a minimum of 3 Megabytes RAM installed in your CPU. This package requires System 7 or greater installed in your CPU (not compatible with System 6.0.X.)N
  44312. Video
  44313. counters@
  44314. debugging@
  44315. sweden
  44316. sweden
  44317. distributors/localiz
  44318. swedish
  44319. swedish
  44320. 1.1.3
  44321. switch
  44322. switch
  44323. switz
  44324. switz
  44325. distributors/localiz
  44326. symantec
  44327. symantec
  44328. builds
  44329. sellj
  44330. selling
  44331. semantics
  44332. semchishen
  44333. send]
  44334. sendappleeventn
  44335. sender
  44336. sendfinderopen
  44337. sendingn
  44338. sends
  44339. senior
  44340. sense
  44341. sensitive
  44342. senta
  44343. sentence
  44344. sentencesb
  44345. sentense
  44346. separate
  44347. separatelyb
  44348. separation
  44349. separations
  44350. septemberj
  44351. sequel
  44352. buttons
  44353. includes
  44354. dumpster
  44355. dutch
  44356. dutch
  44357. 1.1.3
  44358. development
  44359. primer
  44360. e-spanish
  44361. easyview
  44362. editor]
  44363. mini-conference
  44364. report
  44365. embedding
  44366. embedding
  44367. profile
  44368. embedding
  44369. profile
  44370. gif89a
  44371. embedding
  44372. profile
  44373. embedding
  44374. profiles
  44375. embedding
  44376. profiles
  44377. embedding
  44378. profiles
  44379. embedding
  44380. profiles
  44381. emulator
  44382. emulator
  44383. release
  44384. notes
  44385. emulator
  44386. update
  44387. extension
  44388. filesi
  44389. filter
  44390. filterdirectory
  44391. filterdirectory
  44392. findchange
  44393. finderevents
  44394. finderevents
  44395. findhammerhead
  44396. findhammerhead
  44397. findlurkers
  44398. firstp
  44399. ibrary:
  44400. MIDI, Music movie, converterO4Dev.CD May 00 TC:Tool Chest:QuickTime:MIDIConverter:P<Dev.CD May 00 TC
  44401.  - Tool Chest
  44402.  - QuickTime
  44403.  - MIDIConverterV
  44404. 61750X
  44405. May 00^
  44406. --set theItem to choose file -- uncomment to test in an AS editor
  44407.     tell application "Finder"
  44408.         open item "Dev.CD May 00 TC:Tool Chest:QuickTime:MIDIConverter:"
  44409.         activate
  44410.     end tell
  44411. on error errMsg number errNum
  44412.     --enter statements to perform when no records are found such as...
  44413.     display dialog "Sorry, the item you selected could not be found."
  44414.     return
  44415. end try
  44416. e    No Changef
  44417. Music movie
  44418. converterq
  44419. Dev.CD May 00 TC
  44420. MiniLauncher 1.3b5
  44421. @Summary: MiniLauncher can be used to launch applications by typing the name of the application into an edit text field (used mainly with Virtual User under 6.0.x).
  44422. Features: MiniLauncher can be set to launch an application directly, launch the application via a document, or launch the application and print a document.print a document.
  44423. All Packages
  44424. System Enabler 403 (LC 520)O
  44425. Dev.CD Apr 94
  44426. Dev.CD Jan 94P
  44427. Dev.CD Apr 94
  44428. Dev.CD Jan 9V
  44429. 62498X
  44430. Apr 94
  44431. p--set theItem to choose file -- uncomment to test in an AS editor
  44432.     tell application "Finder"
  44433.         open item "Dev.CD Apr 94
  44434. Dev.CD Jan 94"
  44435.         activate
  44436.     end tell
  44437. on error errMsg number errNum
  44438.     --enter statements to perform when no records are found such as...
  44439.     display dialog "Sorry, the item you selected could not be found."
  44440.     return
  44441. end try
  44442. All Packages
  44443. System Enabler 403 (LC 520)O)Dev.CD Apr 94
  44444. Dev.CD Jan 94
  44445. Dev.CD Oct 93P(Dev.CD Apr 94
  44446. Dev.CD Jan 94
  44447. Dev.CD Oct 9V
  44448. 62499X
  44449. Apr 94
  44450. drawkeycaps
  44451. drawline
  44452. drawn
  44453. draws
  44454. drawsprcoket
  44455. computer
  44456. based
  44457. media
  44458. conditional
  44459. support
  44460. sales
  44461. products
  44462. apple
  44463. conjunction
  44464. tobias
  44465. today
  44466.     tell application "Finder"
  44467.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  8:"
  44468.         activate
  44469.     end tell
  44470. on error errMsg number errNum
  44471.     --enter statements to perform when no records are found such as...
  44472.     display dialog "Sorry, the item you selected could not be found."
  44473.     return
  44474. end try
  44475. Next CDq
  44476. Dev.CD Mar 00 RL
  44477. FD(All Packages
  44478. Reference Library Edition
  44479. develop Issue  9
  44480.     -angle or panoramic photo. It converts the PICT into a QuickTime VR panorama.
  44481. These tools:
  44482.  Make it easy for computer graphics program users to create QuickTime VR content.
  44483.  Make it easy for photographers to convert photographs of an object into a QTVR object, and to convert wide-angle or panoramic photos into a QTVR panorama. 
  44484.  Do not support stitching of photos, the creation of "hot spots" on panoramas, or the combination of panoramas and/or objects i
  44485. 61728X
  44486. Apr 98^
  44487. --set theItem to choose file -- uncomment to test in an AS editor
  44488.     tell application "Finder"
  44489.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh PAP Client Interface:"
  44490.         activate
  44491.     end tell
  44492. on error errMsg number errNum
  44493.     --enter statements to perform when no records are found such as...
  44494.     display dialog "Sorry, the item you selected could not be found."
  44495.     return
  44496. end try
  44497. e    No Changef
  44498. Print
  44499. AppleTalk
  44500. Dev.CD Apr 98 SDK1
  44501. D!All Packages
  44502. Tool Chest Edition
  44503. Macintosh PowerBook 2400c
  44504. This developer note describes the Macintosh PowerBook 2400c computer, a new computer based on the same architecture as the PowerBook 3400 computer but smaller and lighter. This developer note describes only the changes that make the new models different from the PowerBook 3400. 
  44505. Macintosh PowerBook 2400cK
  44506. Aug 97M
  44507. Acrobat ReaderOGDev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:nge
  44508. primer
  44509. edition
  44510. folks
  44511. follow
  44512. followed
  44513. following
  44514. follows
  44515. fonte
  44516. fonts
  44517. fontsync
  44518. footprintg
  44519. F    QuickTimeO
  44520. Dev.CD Oct 93
  44521. Dev.CD Jul 93P
  44522. Dev.CD Oct 93
  44523. Dev.CD Jul 9V
  44524. 58339X
  44525. Oct 93
  44526. p--set theItem to choose file -- uncomment to test in an AS editor
  44527.     tell application "Finder"
  44528.         open item "Dev.CD Oct 93
  44529. Dev.CD Jul 93"
  44530.         activate
  44531.     end tell
  44532. on error errMsg number errNum
  44533.     --enter statements to perform when no records are found such as...
  44534.     display dialog "Sorry, the item you selected could not be found."
  44535.     return
  44536. end try
  44537. All Packages
  44538. F    QuickTimeO
  44539. Dev.CD Oct 93
  44540. Dev.CD Jul 93P
  44541. Dev.CD Oct 93
  44542. Dev.CD Jul 9V
  44543. 58340X
  44544. Oct 93
  44545. All Packages
  44546. Arabic Language KitO
  44547. Dev.CD May 96 TCP
  44548. Dev.CD May 96 TV
  44549. 61443X
  44550. May 96
  44551. e--set theItem to choose file -- uncomment to test in an AS editor
  44552.     tell application "Finder"
  44553.         open item "Dev.CD May 96 TC"
  44554.         activate
  44555.     end tell
  44556. on error errMsg number errNum
  44557.     --enter statements to perform when no records are found such as...
  44558.     display dialog "Sorry, the item you selected could not be found."
  44559.     return
  44560. end try
  44561. All Packages
  44562. Arabic Language KitO2Dev.CD May 97 TC
  44563. Dev.CD Nov 96 TC
  44564. Dev.CD Aug 96 TCP1Dev.CD May 97 TC
  44565. Dev.CD Nov 96 TC
  44566. Dev.CD Aug 96 TV
  44567. 61444X
  44568. May 97
  44569. tem Enabler 201 (PB Duo)OEDev.CD Apr 94
  44570. Dev.CD Jan 94
  44571. Dev.CD Oct 93
  44572. Dev.CD Jul 93
  44573. Dev.CD Apr 93PDDev.CD Apr 94
  44574. Dev.CD Jan 94
  44575. Dev.CD Oct 93
  44576. Dev.CD Jul 93
  44577. Dev.CD Apr 9V
  44578. 61214X
  44579. Apr 94
  44580. accessS
  44581. aci2.5
  44582. acireference
  44583. acrobat
  44584. acrobat
  44585. reader
  44586. 4.0.1
  44587. acrobat3
  44588. acrobat3
  44589. 2.6.5
  44590. 3.0.1
  44591. analyzerT
  44592. parser
  44593. 5.0.7V
  44594. parser
  44595. parser
  44596. adbreinit
  44597. adbreinit
  44598. noteW
  44599. adbreinit
  44600. adcstyle
  44601. adcstyle
  44602. addchange
  44603. addendumg
  44604. addheader
  44605. additions
  44606. addmenu
  44607. addressh
  44608. addresses
  44609. administration
  44610. archive
  44611. filesi
  44612. archive
  44613. htmli
  44614. color
  44615. imaging
  44616. advanced[
  44617. advanced
  44618. color
  44619. imaging[
  44620. advanced
  44621. color
  44622. imaging
  44623. advanced
  44624. technique
  44625. coercion
  44626. init]
  44627. aegizmos]
  44628. guide
  44629. provides
  44630. information
  44631. about
  44632. markets
  44633. distri
  44634. summary
  44635. complete
  44636. demonstration
  44637. access
  44638. med, 
  44639. This package consists of text files that provide information about the various text encodings used for different languages in the Mac OS, including tables showing how the characters in each encoding are mapped to Unicode by the Text Encoding Converter.
  44640. 1 ReadMe file describing general mapping principles and listing all of the Mac OS text encodings.
  44641. 1 file describing Apple
  44642. s use of the Unicode private use area.
  44643. 24 files - one for each encoding - providing specific information about that B
  44644. encoding and specifying the encoding by showing how it maps to Unicode.
  44645. The text encodings and/or the mappings may change from time to time. Changes to a file are noted in a change history at the beginning of the file.
  44646. Sample Code.imgK
  44647. Apr 98L
  44648. Nov 99M
  44649. Any text editor.NDtext encoding, character set, Text Encoding Converter, font encodingO
  44650. Dev.CD May 00 TC:Sample Code:P
  44651. Dev.CD May 00 TC
  44652.  - Sample Codesystems, Inc. recommended
  44653. QuickTime, Java, MRJckTime, Java, MRJct 94
  44654. reportj
  44655. reported
  44656. reporter
  44657. reporting
  44658. reportsx
  44659. repositories
  44660. repository
  44661. representation
  44662. representative
  44663. represented
  44664. representing
  44665. represents
  44666. reprintingj
  44667. reproduce
  44668. reproduced
  44669. reproduction
  44670. request
  44671. requested
  44672. requests
  44673. requies
  44674. requireh
  44675. requiredN
  44676. requiredfindercolors
  44677. requirementsg
  44678. requiresd
  44679. reserve
  44680. reservedj
  44681. reset
  44682. residep
  44683. resident
  44684. resizable
  44685. resize
  44686. context
  44687. context-sensitive
  44688. contextualh
  44689. continueZ
  44690. continued
  44691. continues
  44692. continuing
  44693. continuing
  44694. offer
  44695. traditional
  44696. server
  44697. software
  44698. suite
  44699. contrast
  44700. contribute
  44701. contributed
  44702.  statements to perform when no records are found such as...
  44703.     display dialog "Sorry, the item you selected could not be found."
  44704.     return
  44705. end try
  44706. All Packages
  44707. PowerTalk (PPC)O
  44708. Dev.CD Oct 94P
  44709. Dev.CD Oct 9V
  44710. 60654X
  44711. Oct 94
  44712. b--set theItem to choose file -- uncomment to test in an AS editor
  44713.     tell application "Finder"
  44714.         open item "Dev.CD Oct 94"
  44715.         activate
  44716.     end tell
  44717. on error errMsg number errNum
  44718.     --enter statements to perform when no records are found such as...
  44719.     display dialog "Sorry, the item you selected could not be found."
  44720.     return
  44721. end try
  44722. All Packages
  44723. PowerTalk (PPC)O
  44724. Dev.CD Oct 94P
  44725. Dev.CD Oct 9V
  44726. 60655X
  44727. Oct 94
  44728. gy. Editor's Note: MIcrotrends. News: Developer Support Enhancements; OpenDoc Support Builds; Educational PoweMac; QuickTime 2.1; Mac Common Lisp 3.0; PowerBook 5300 Shipments Resume; MAE for Japan; Copland Release Update
  44729. Technology: CD Highlights; OpenDoc HI FAQs; Optimizing PowerPC Programs
  44730. Business: Japanese Market Report; Confessions of New Mac Developer
  44731. Listings: DU Schedule; Internet Page
  44732. October 1995 Apple Directions Articles
  44733. News:  Apple Releases PowerPC Processor-Based PowerB
  44734. ook Computers; Strategy Mosaic: PCI-The Future of Macintosh Expansion; Editor
  44735.  Note: Doin What's Right; IndustryWatch: Enough to Make a Grown Man Cry; Macintosh DOS Compatible Systems Can Maintain Both Windows 3.x and Windows 95; New Power Macintosh Computers Outperform Pentium; Netscape Adopts QuickTime, QuickTime VR in Strategic Agreement; The Mac Speaks Back.
  44736. Technology:  CD Highlights: System Software Edition, October 1995; Human Interface: This Old Interface; QuickDraw 3D-The Future 
  44737. DIMPORTANT INFORMATION ABOUT THIS SDK
  44738. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  44739. http://www.apple.com/quicktime/.
  44740. QuickTake software for Windows developers.  Also see QuickTake Digital Camera SDK for more info.
  44741. untitled (DOS 1.4MB format)K
  44742. Sep 97N"QuickTake, Windows, Digital cameraOGDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake for Windows 1.5:PLDev.CD Apr 98 SDK2
  44743.  - Development Kits (Disc 2)
  44744.  - QuickTake for Windows 1.5es
  44745. systems
  44746. transport
  44747. opentransport
  44748. optimizing
  44749. option
  44750. option
  44751. management
  44752. ordered
  44753. ordered
  44754. collection
  44755. ot/ppp
  44756. ot/ppp
  44757. transport
  44758. otfifo
  44759. otlifo
  44760. otlink
  44761. otoptionmanagment
  44762. ottcpwilldial
  44763. override
  44764. override
  44765. quickdraw
  44766. table
  44767. resource
  44768. ry, which allows SetupGL to set down in resolutions and pixel depths to get a match.
  44769. - It allows specification of a screen device to try first by enumeration of the screens.  -1 indicates the main screen.  Other screens are enumerated in order returned by DMGetFirstScreenDevice and DMGetNextScreenDevice with 0 being the first screen returned.  If allocations on the desired screen fails SetupGL will automatically check the other screens.
  44770. - SetupGL provides the function BuildGLFromWindow a
  44771. nd DestroyGLFromWindow to handle cases where you want to setup OpenGL on a preexisting window.  Ensure you call the DestroyGLFromWindow to destroy the context.
  44772. - PauseGL and ResumeGL are provided to allow the user control over the screen.  Suppose you wish to draw a movie in the same window as OpenGL is using, just call PauseGL, play your movie and then ResumeGL when finished to start drawing your OpenGL scene again.
  44773. - PreflightGL checks for existence of OpenGL and if required DrawSprock
  44774. cd-romf
  44775. cd-rom-basedf
  44776. cdent
  44777. cdk's
  44778. cdromdrivecheck
  44779. cdtool
  44780. celestial
  44781. celik
  44782. centerx
  44783. centered
  44784. central
  44785. centre
  44786. certain
  44787. certainly
  44788. certificates
  44789. certified
  44790. cfdata
  44791. cfm-68kd
  44792. cgrafport
  44793. cgrafports
  44794. chain
  44795. chance
  44796. changer
  44797. nt explains the characteristics of collections and describes how to use specific kinds: arrays, dictionaries, sets, bags, and trees. It also describes Core Foundation's data object (CFData).
  44798. Core Foundation Overview [NEW]
  44799. ---------------------------
  44800. This document summarizes the benefits of Core Foundation and explains some of the key conce
  44801. summary
  44802. installer
  44803. install
  44804. files
  44805. needed
  44806. worldscr
  44807. summary
  44808. collection
  44809. useful
  44810. quicktime
  44811. functions
  44812. summary
  44813. complete
  44814. demonstration
  44815. access
  44816. summary
  44817. updates
  44818. mactcp
  44819. driver
  44820. correct
  44821. summary
  44822. versionedit
  44823. software
  44824. development
  44825. which
  44826. supercard@
  44827. support
  44828. support's@
  44829. supports@
  44830. symptom@
  44831. system
  44832. software@
  44833. systems@
  44834. systemsoft@
  44835. talking@
  44836. tcp/ip
  44837. administration
  44838. macintosh
  44839. v2.0.4@
  44840. technically@
  44841. technological@
  44842. temporal@
  44843. test-harness@
  44844. encoding
  44845. converter
  44846. allows
  44847. convert
  44848. extractor
  44849. plug-ins
  44850. content
  44851. extra@
  44852. apple@
  44853. adobe
  44854. acrobat
  44855. reader
  44856. allows
  44857. navigate
  44858. redistribution
  44859. enables
  44860. developers
  44861. install@
  44862. then@
  44863. theory@
  44864. there@
  44865. they@
  44866. --set theItem to choose file -- uncomment to test in an AS editor
  44867.     tell application "Finder"
  44868.         open item "Dev.CD Apr 94
  44869. Dev.CD Jan 94
  44870. Dev.CD Oct 93
  44871. Dev.CD Jul 93
  44872. Dev.CD Apr 93"
  44873.         activate
  44874.     end tell
  44875. on error errMsg number errNum
  44876.     --enter statements to perform when no records are found such as...
  44877.     display dialog "Sorry, the item you selected could not be found."
  44878.     return
  44879. end try
  44880. e/settable
  44881. getter
  44882. gettingj
  44883. getting
  44884. started
  44885. webobjects
  44886. getting/setting
  44887. getvinfo
  44888. gimedapalette
  44889. giveN
  44890. given`
  44891. choose
  44892. folder
  44893. navigation
  44894. services
  44895. transport
  44896. cache
  44897. delete
  44898. query
  44899. transport
  44900. resource
  44901. codewarrior
  44902. ethern
  44903. transport
  44904. debug
  44905. transport
  44906. kernel
  44907. strlog
  44908. debug
  44909. streams
  44910. transport
  44911. appletalk
  44912. rawmode
  44913. nbplookup
  44914. otlookup
  44915. transport
  44916. mapper
  44917. mapperref
  44918. transport
  44919. netstat
  44920. display
  44921. cache
  44922. logical
  44923. physic
  44924. transport
  44925. networking
  44926. appletalk
  44927. tcp/ip
  44928. couldn't
  44929. counter
  44930. counterpart
  44931. counterparts
  44932. countersA
  44933. counting
  44934. country
  44935. counts
  44936. couple
  44937. courseR
  44938. coursesR
  44939. courseware
  44940. cover
  44941. covered
  44942. covering
  44943. covers
  44944. cpu'su
  44945. craig
  44946. Making Cool QD3D Apps.pdf
  44947. Music on the Net.pdf
  44948. New Audio Features QT3.pdf
  44949. Porting
  44950. kObjectiveCtoJava
  44951. Push Tech Survival Gd.pdf
  44952. QT3-More Than Dig. Video.pdf
  44953. Simplified Stream Audio.pdf
  44954. Web Animation Guide.pdf
  44955. WebObjects Database Part I.pdf
  44956. WebObjects Database Part II.pdf
  44957. WebObjects Memory Mgmt.pdf
  44958. WebObjects Tools and Techniques
  44959. WebObjectsCategories&Posers.pdf
  44960. WebObjectsPerformanceTuning
  44961. Working with WebObjects.pdf
  44962. Writing for Interactive Media
  44963. Wpowerbook
  44964. series
  44965. developer
  44966. macintosh's
  44967. aegizmos_
  44968. colorsync
  44969. profile
  44970. appear
  44971. where
  44972. location
  44973. memory
  44974. tablesY
  44975. tablet
  44976. tabso
  44977. tagged
  44978. tagging
  44979. tague
  44980. tailor
  44981. takeB
  44982. takeng
  44983. takes
  44984. taking
  44985. targeted
  44986. targetingf
  44987. targets
  44988. targetted
  44989. tasksb
  44990. tcp/ip
  44991. stateU
  44992. statements
  44993. states
  44994. statistic
  44995. statistics
  44996. status
  44997. staying
  44998. stays
  44999. stdfilesaver
  45000. stdfilterhacking
  45001. stdout
  45002. stdpix
  45003. steal
  45004. stept
  45005. step-by-step
  45006. steps
  45007. steve
  45008. stevens
  45009. stickers
  45010. sticky
  45011. still
  45012. stitching
  45013. stopc
  45014. stopped
  45015. stopping
  45016. stopxpp
  45017. storage
  45018. store
  45019. stored
  45020. storing
  45021. storyj
  45022. stragegyj
  45023. strassmann
  45024. strategicj
  45025. strategies
  45026. All Packages
  45027. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  45028. Dev.CD Jan 94
  45029. Dev.CD Oct 93
  45030. Dev.CD Jul 93
  45031. Dev.CD Apr 93PDDev.CD Apr 94
  45032. Dev.CD Jan 94
  45033. Dev.CD Oct 93
  45034. Dev.CD Jul 93
  45035. Dev.CD Apr 9V
  45036. 62281X
  45037. Apr 94
  45038. --set theItem to choose file -- uncomment to test in an AS editor
  45039.     tell application "Finder"
  45040.         open item "Dev.CD Apr 94
  45041. Dev.CD Jan 94
  45042. Dev.CD Oct 93
  45043. Dev.CD Jul 93
  45044. Dev.CD Apr 93"
  45045.         activate
  45046.     end tell
  45047. on error errMsg number errNum
  45048.     --enter statements to perform when no records are found such as...
  45049.     display dialog "Sorry, the item you selected could not be found."
  45050.     return
  45051. end try
  45052. All Packages
  45053. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  45054. Dev.CD Jan 94
  45055. Dev.CD Oct 93
  45056. Dev.CD Jul 93
  45057. Dev.CD Apr 93PDDev.CD Apr 94
  45058. Dev.CD Jan 94
  45059. Dev.CD Oct 93
  45060. Dev.CD Jul 93
  45061. Dev.CD Apr 9V
  45062. 62282X
  45063. Apr 94
  45064. general
  45065. tools
  45066. K from Sun Microsystems, Inc. recommended
  45067. Inc. recommended
  45068. O7Dev.CD Mar 00 RL Disk 1:Utilities:Acrobat Reader 4.0.1:P<Dev.CD Mar 00 RL Disk 1
  45069.  - Utilities
  45070.  - Acrobat Reader 4.0.1STE offers several enhancements, the major one being the ability to handle text files larger than 32K.
  45071. Like TextEdit, WASTE handles multi-styled text and relies on the services offered by the Script Manager for drawing, measuring and hit-testing the text and for finding word and line breaks.  The built-in support for inline input makes WASTE fully WorldScript II-compliant (on thB
  45072. e other hand, bidirectional scripts, like Arabic, are not supported).
  45073. Replacement for TextEdit that breaks the 32k limit on text.
  45074. Issues: 3rd Party Product
  45075. Change History
  45076. Extras
  45077. Quick Intro
  45078. WASTE 1.3a6
  45079. WASTE C/C++ Headers
  45080. WASTE Demo (CFM fat)
  45081. WASTE Demo (classic 68K)
  45082. WASTE Documentation
  45083. WASTE Pascal Interfaces
  45084. WASTELibK
  45085. Dec 95L
  45086. Feb 98M
  45087. System 7.1 required.N1WASTE, TextEdit Replacement,More than 32k of textO-Dev.CD May 00 TC:Tool Chest:Text:WASTE 1.3a6:
  45088. abovep
  45089. M,System 6.0.x, 7.0, and 7.0.1, TMON Pro 3.0.xof develop magazine.
  45090.  Issue 3 highlights:
  45091. CD-ROM: The Cutting Edge  by Mark B. Johnson.  How you can take best advantage of CD-ROM technology and what the trade-offs are.
  45092. The Ins and Outs of ISO 9660 and High Sierra  by Brian Bechtel.  The two standard file formats for CD-ROM discs, how they relate to the Macintosh
  45093. s native file format, and how to implement them.
  45094. How to Create a Mixed-Partition CD-ROM  by Llew Roberts.   Step-by-step instruction
  45095. s on how to mix ProDOS and HFS partitions on a hard disk for pressing as a CD-ROM, plus why you might want to do so.
  45096. Accessing CD-ROM Audio Tracks From Your Application  by Eric Mueller. The calls to use if you want to access CD-ROM audio tracks from your Apple II application, the layout of a CD-ROM audio track, and more.
  45097. s Up: Catch the Comm Toolbox Wave  by Rob Berkowitz and Alex Kazim.  An introduction to three Communications Toolbox managers, illustrated by a look at a simple te
  45098. originally
  45099. orphaning
  45100. ortiz
  45101. os-compatible
  45102. ot/ppp
  45103. ot/ppp's
  45104. otgetendpointinfo
  45105. other`
  45106. others
  45107. otherwise
  45108. othmer
  45109. otioctl
  45110. otlifo
  45111. 61545X
  45112. Mar 00^
  45113. --set theItem to choose file -- uncomment to test in an AS editor
  45114.     tell application "Finder"
  45115.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue 17:"
  45116.         activate
  45117.     end tell
  45118. on error errMsg number errNum
  45119.     --enter statements to perform when no records are found such as...
  45120.     display dialog "Sorry, the item you selected could not be found."
  45121.     return
  45122. end try
  45123. Next CDq
  45124. Dev.CD Mar 00 RL
  45125. All Packages
  45126. develop Issue 18
  45127. 61546X
  45128. powerbook
  45129. zoomed
  45130. video
  45131. powerbookg3series
  45132. powerbookg3series
  45133. powermac
  45134. powermac
  45135. stuff
  45136. powerpc
  45137. ppclist
  45138. ppclist
  45139. ppcnumerics
  45140. ppcsoftware
  45141. pre-asip
  45142. pre-release
  45143. pre-release
  45144. prebuilt
  45145. preferences
  45146. prefse
  45147. prefs
  45148. system
  45149. previous
  45150. primer
  45151.  Guides:nge
  45152.     C,le Computer, Inc. Software Licensing Group.
  45153. Compiler Stuff
  45154. Debugging Tools
  45155. Read Me
  45156. Sample Applications
  45157. Software Licensing Info
  45158. Thread Manager
  45159. Thread Manager 2.1.1d1+
  45160. Thread Manager Documentation
  45161. ThreadUtilities
  45162. What's New In This PackageK
  45163. Aug 93L
  45164. Apr 95M
  45165. Runs on Macintosh Plus and newer under System 7 (7.0, 7.0.1, 7.1, etc.) System 7.1 or later recomended. The Thread Manger is built into System 7.5 and later systems so the extension is not needed.N>Thread Manager, thread, threads,  tasks, tasking, multitaskingO:Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Thread Manager:PBDev.CD Apr 00 SDK1
  45166.  - Development Kits
  45167.  - Mac OS
  45168.  - Thread Managerred
  45169. altering
  45170. alternate_
  45171. alternatebufferdispl
  45172. alternating
  45173. alternative
  45174. alternatively
  45175. alters
  45176. although
  45177. transport
  45178. no-copy
  45179. receives
  45180. otbuffer
  45181. otbufferinfo
  45182. transport
  45183. rawip
  45184. transport
  45185. traceroute
  45186. rawip
  45187. transport
  45188. otgetendpointinfo
  45189. tendpointinfo
  45190. etsda
  45191. protocol
  45192. handoff
  45193. transport
  45194. registry
  45195. otgetindexedport
  45196. opendoc
  45197. opendoc
  45198. component
  45199. software
  45200. compound
  45201. document
  45202. architecture
  45203. opengl
  45204. opengl
  45205. graphics
  45206. opengl
  45207. drawsprocket
  45208. multiple
  45209. monitor
  45210. renderer
  45211. opentransport
  45212. opentransport
  45213. cache
  45214. display
  45215. opentransport
  45216. control
  45217. strip
  45218. module
  45219. opentransport
  45220. server
  45221. thread
  45222. manager
  45223. tcp/ip
  45224. iostreams
  45225. optimization
  45226. optimization
  45227. buffered
  45228. system
  45229. cache
  45230. cacheline
  45231. optimizing
  45232. option
  45233. ordered
  45234. ot/ppp
  45235. ot/ppp
  45236. transport
  45237. ot/ppp
  45238. otbuffer
  45239. otbufferinfo
  45240. otfifo
  45241. otgetendpointinfo
  45242. otgetindexedport
  45243. otlifo
  45244. otlink
  45245. ~--set theItem to choose file -- uncomment to test in an AS editor
  45246.     tell application "Finder"
  45247.         open item "Dev.CD Apr 94
  45248. Dev.CD Jan 94
  45249. Dev.CD Oct 93"
  45250.         activate
  45251.     end tell
  45252. on error errMsg number errNum
  45253.     --enter statements to perform when no records are found such as...
  45254.     display dialog "Sorry, the item you selected could not be found."
  45255.     return
  45256. end try
  45257. raftj
  45258. draftbits
  45259. drafting
  45260. dragN
  45261. drag-and-drop
  45262. dragable
  45263. dragged
  45264. dragging
  45265. draglib
  45266. draglow
  45267. dragwindow
  45268. dragwindowgrid
  45269. dramatic
  45270. dramatically
  45271. drawback
  45272. drawbacks
  45273. drawing
  45274. drawkeycaps
  45275. drawline
  45276. drawn
  45277. draws
  45278. drawsprcoket
  45279. devicesV
  45280. devon
  45281. devsupport
  45282. devworld
  45283. diagnosep
  45284. diagramT
  45285. dialers
  45286. dialogY
  45287. dialogbits
  45288. dialogse
  45289. produces
  45290. produces
  45291. module
  45292. productf
  45293. product-specific
  45294. 1995j
  45295. 1996R
  45296. 1999j
  45297. 2-byte
  45298. 2-way
  45299. re    No Changef1Drag and Drop
  45300. PromiseHFSFlavor
  45301. promise
  45302. finderq
  45303. Dev.CD May 00 TC
  45304. sD!All Packages
  45305. Tool Chest Edition
  45306. FinderEvents 1.2I
  45307. Summary: An XCMD which can send all known FinderEvents from Hypercard 2.1 including Pascal source code.
  45308. Features: Uses Finder custom AppleEvents to make Finder execute functions. Has ability to launch apps on remote machines!J+FinderEvents
  45309. FinderEvents 1.2 Release NotesK
  45310. Jan 92M
  45311. Hypercard 2.1, System 7O^Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:FinderEvents 1.2:PlDev.CD May 00 TC
  45312.  - Tool Chest
  45313.  - Development Kits
  45314.  - HyperCard Related
  45315.  - XCMDs & XFCNs
  45316.  - FinderEvents 1.2V
  45317. 61610X
  45318. May 00^
  45319. #dition
  45320. PCI Sound Input driverIzA PCI sound input driver showing how to make a PCI sound input driver rather than the classic 68K only sound input driver.J
  45321. Sample Code.imgK
  45322. Aug 97M
  45323. PCI Power MacN$Sound Input Driver, PCI driver, ndrvO
  45324. Dev.CD May 00 TC:Sample Code:P
  45325. Dev.CD May 00 TC
  45326.  - Sample CodeV
  45327. 60602X
  45328. May 00^
  45329. crashW
  45330. crashed
  45331. crashesV
  45332. crashing
  45333. crawl
  45334. crawls
  45335. createX
  45336. create
  45337. needs
  45338. createdu
  45339. createdirwithcustomi
  45340. createpmforecolorima
  45341. creatergbforecolorim
  45342. culturej
  45343. curbow
  45344. curious
  45345. current
  45346. currently
  45347. cursive
  45348. cursor
  45349. curves
  45350. customo
  45351. customchoose
  45352. customenabler
  45353. customersj
  45354. customise
  45355. All Packages
  45356. Cyrillic Language KitO!Dev.CD May 97 TC
  45357. Dev.CD May 96 TCP Dev.CD May 97 TC
  45358. Dev.CD May 96 TV
  45359. 61526X
  45360. May 97
  45361. v--set theItem to choose file -- uncomment to test in an AS editor
  45362.     tell application "Finder"
  45363.         open item "Dev.CD May 97 TC
  45364. Dev.CD May 96 TC"
  45365.         activate
  45366.     end tell
  45367. on error errMsg number errNum
  45368.     --enter statements to perform when no records are found such as...
  45369.     display dialog "Sorry, the item you selected could not be found."
  45370.     return
  45371. end try
  45372.  D!All Packages
  45373. Tool Chest Edition
  45374. Cyrillic Language Kit v1.0
  45375. USummary: The Cyrillic Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Cyrillic-based languages on the Macintosh
  45376.  and other computers using the Mac
  45377.  OS.   See the document "Cyrillic Read Me First" or "Lisez-moi (Cyrillique)" for details and installation instructions. 
  45378. e    No Change
  45379. 61853X
  45380. May 98^
  45381. {--set theItem to choose file -- uncomment to test in an AS editor
  45382.     tell application "Finder"
  45383.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  45384.         activate
  45385.     end tell
  45386. on error errMsg number errNum
  45387.     --enter statements to perform when no records are found such as...
  45388.     display dialog "Sorry, the item you selected could not be found."
  45389.     return
  45390. end try
  45391. e    No Changeq
  45392. Dev.CD May 98 TC
  45393. gD!All Packages
  45394. Mac OS SDK Edition
  45395. The contents of this DDK will be of interest to anyone involved in developing PCI card driver software for the Macintosh. This DDK contains documentation, header files, stub libraries, and sample code which illustrate the requirements for drivers to be PCI power management compliant.
  45396. AOInterfaces&Libraries
  45397. PCI Power ReadMe
  45398. SampleDriver
  45399. Updating Drivers for PM v1.0
  45400.     Ce), there is little rationale for not converting an application or framework from Objective-C to Java.
  45401. PortingObjectiveCtoJava.pdfK
  45402. Oct 99M
  45403. Acrobat Reader 3.0 or laterN
  45404. WebObjects, Objective-C, JavaOGDev.CD Apr 00 SDK1:Interactive Media Resources:PortingObjectiveCtoJava:PLDev.CD Apr 00 SDK1
  45405.  - Interactive Media Resources
  45406.  - PortingObjectiveCtoJava
  45407. ul 93"
  45408.         activate
  45409.     end tell
  45410. on error errMsg number errNum
  45411.     --enter statements to perform when no records are found such as...
  45412.     display dialog "Sorry, the item you selected could not be found."
  45413.     return
  45414. end try
  45415. All Packages
  45416. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  45417. Dev.CD Jan 94
  45418. Dev.CD Oct 93P(Dev.CD Apr 94
  45419. Dev.CD Jan 94
  45420. Dev.CD Oct 9V
  45421. 59979X
  45422. Apr 94
  45423. earing
  45424. gelphman
  45425. gemma
  45426. generalw
  45427. apple
  45428. standardsv
  45429. apple
  45430. workgroup
  45431. servers@
  45432. appletalk
  45433. first@
  45434. r later.
  45435. All Packages
  45436. System UpdateO
  45437. Dev.CD Apr 94
  45438. Dev.CD Jan 94P
  45439. Dev.CD Apr 94
  45440. Dev.CD Jan 9V
  45441. 62519X
  45442. Apr 94
  45443. p--set theItem to choose file -- uncomment to test in an AS editor
  45444.     tell application "Fin